Collection: Channels <DataPlugin>
- Updated2024-09-12
- 1 minute(s) read
(ChannelGroup
Collection: Channels <DataPlugin>
Collection of all channels. Use the Channels collection to delete channels or to add new channels.
The following example generates a new channel and fills the channel with values.
Dim oMyGrp, oMyChn, i Set oMyGrp = Root.ChannelGroups(1) Set oMyChn = oMyGrp.Channels.Add("MyChannelNum",eR64) For i = 1 to 100 oMyChn.Values(i) = cdbl(i/100000) Next
Properties
Methods
Add | AddDirectAccessChannel | AddImplicitChannel | AddProcessedChannel | AddStoreChannel | Exists | Item | Remove | RemoveAll