Tag Reference

<< Click to Display Table of Contents >>

 

Tag Reference

All Tags of this Driver must be referenced by the ParamDevice and ParamItem properties or by the [N/B] parameters, according to the next table.

 

ParamDevice property (Elipse E3, Elipse Power, or Elipse Water)

Specifies the number (identifier) of a device in Number format

ParamItem property (Elipse E3, Elipse Power, or Elipse Water)

Specifies a command in Text format

N1 or B1 parameter

Specifies the number (identifier) of a device in Number format

N2 or B2 parameter

Specifies a command in Number format

N3 or B3 parameter

Additional parameter, depends on the command used

N4 or B4 parameter

Additional parameter, depends on the command used

 

Optionally, and only available for Elipse E3, Elipse Power, or Elipse Water applications, users can use Tag Browser to click and drag Driver-defined Tags.

 

Configuration of Properties and Parameters in PLC and Block Tags

ParamDevice: Property to identify a device by its number (identifier)

ParamItem: Property that informs a command in Text format, such as "AO2/1" to indicate an action on the analog output of port 2 (two) and channel 1 (one) or "DIO3:4" to indicate an action on the digital input or output on port 3 (three) and bank 4 (four). More details on these commands are described in their specific topics

N1 or B1: Parameter to identify a device by its number (identifier)

N2 or B2: Parameter that informs a command in Number format, such as "300" to indicate an action on the analog output or "100" to indicate an action on the digital input or output. More details on these commands are described in their specific topics

N3 or B3: Additional parameter that depends on the command used by the N2 or B2 parameter

N4 or B4: Additional parameter that depends on the command used by the N2 or B2 parameter

 

NOTE

Applications designed in Elipse SCADA do not support ParamDevice and ParamItem properties, so that the configuration of commands must be performed only by using the [N/B] parameters of Tags.

Was this page useful?