N4

<< Click to Display Table of Contents >>

 

N4

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
  N4 = 20
End Sub

Was this page useful?