Purpose
Sets or returns the number of channels in the board.
Syntax
Object.Channels [ = enDioChannels]
Or
[enDioChannels = ] Object.Channels
The Channels property syntax has the following parts:
Name |
Type |
Description |
Object |
DioFileBoard |
DioFileBoard object. |
enDioChannels |
enumDioChannels |
Integer specifying the number of channels in the board. |
Where
enumDioChannels can be one of the following:
Name |
Value |
Description |
dioChannels8 |
8 |
8 - channels |
dioChannels16 |
16 |
16 - channels |
dioChannels32 |
32 |
32 - channels |
See Also