<< Click to Display Table of Contents >>
B3 |
Specifies to which data set in the device this I/O Block is linked. Please check Driver's documentation for appropriate parameters. This property can be modified once communication starts. Example:
Sub Block1_BeforeStart()
B1 = 2
B2 = 1
B3 = 9600
End Sub