Object: ImplicitChannel
- Updated2024-09-12
- 1 minute(s) read
(Channels
Object: ImplicitChannel
The ImplicitChannel object provides an implicit channel and the associated properties.
The following example reads in the generation instruction of an implicit channel and then generates this channel within the channel group MyChnGroup:
Dim ChannelName: ChannelName = File.GetNextStringValue(eString) Dim StartValue : StartValue = File.GetNextStringValue(eString) Dim Increment : Increment = File.GetNextStringValue(eString) Dim ChannelSize: ChannelSize = File.GetNextStringValue(eString) Dim ChannelGroup : Set ChannelGroup = Root.ChannelGroupsAdd("MyChnGroup") Call ChannelGroup.Channels.AddImplicitChannel(ChannelName, StartValue, Increment, ChannelSize, eI32)
Properties
ChannelGroup | DataType | Increment | Name | Properties | Size | StartValue | Values
Methods
Returned From
Channels <DataPlugin>.AddImplicitChannel | Channels <DataPlugin>.Item | ChannelsToProcess.Add | ChannelsToProcess.Item