N2

<< Click to Display Table of Contents >>

 

N2

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()
  N2 = 3
End Sub

Was this page useful?