Object: AbstractChannel
- Updated2024-09-12
- 1 minute(s) read
(Channels
Object: AbstractChannel
The AbstractChannel object provides the channel values and the associated properties. The AbstractChannel object corresponds with a Channel, a DirectAccessChannel or an ImplicitChannel.
The following example creates the Offset channel property if the third channel in the FirstChnGroup channel group is an implicit channel:
Dim oMyChn For Each oMyChn in Root.ChannelGroups(1).Channels If (oMyChn.IsKindOf(eNormal)) Then Call oMyChn.Properties.Add("DataType", oMyChn.DataType) End If Next
Properties
DataType | Name | Properties
Methods
Returned From
Channels <DataPlugin>.Item | ChannelsToProcess.Add | ChannelsToProcess.Item