N1

<< Click to Display Table of Contents >>

 

N1

Number Specifies the device's variable that this I/O Tag is linked to. Please check Driver's documentation for an appropriate configuration. This property can be modified once communication starts. Default value of this property is 0 (zero). The next script contains an example of using this property.

Sub Tag_OnStartRunning()
  N1 = 10
End Sub

Was this page useful?