Download SCADAPack E Target 5 Technical Reference

Transcript
76
SCADAPack E Target 5 Technical Reference
Equivalent (Value)
The Equivalent (value) is the variable’s point number. The point number is determined from I/
O device’s First_Point_Number parameter and the index of the channel. For example, if the
First_Point_Number is 100 and the index of the channel is 2, the Equivalent (value) is 102.
Comment
The comment is "Automatically generated by the RTU Point Pre-Processor”
Examples
Some pre-processor naming examples are below.
Example 1
With these variables
Resource1 contains global variable varRes1
Resource2 contains global variable varRes2
These defined words are created
POINT_varRes1_Resource1
POINT_varRes2_Resource2
Example 2
With these variables
Resource1 contains global variable var1
Resource2 contains global variable var1
These defined words are created
POINT_var1_Resource1
POINT_var1_Resource2
Example 3
With these variables
Resource1 contains Program1 with var1
Resource1 contains Program2 with _var1
These defined words are created