B3

<< Click to Display Table of Contents >>

 

B3

Number 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. The next script contains an example of using this property.

Sub Block1_BeforeStart()
  B1 = 2
  B2 = 1
  B3 = 9600
End Sub

Was this page useful?