Size

<< Click to Display Table of Contents >>

 

Size

Number Defines the size of value sets in this I/O Block. Please check Driver's documentation for this property's limits, according to B1 to B4 parameters. By creating I/O Block Elements, users can access reading and writing values for the device. Default value is 0 (zero). The next script contains an example of using this property.

Sub IOBlock1_BeforeStart()
  Size = 10
End Sub

Was this page useful?