Tags |
Tags - tag definition:
AccessRights - Indicates if this item is read onlu or read/write. This is NOT related to security but rather to the nautre of the underlying hardware.
Name - tag human readable name. This name appears in the OPC server items list. You can use slash to create groups of tags, e.g. you can use as names: group1/tag1, group1/tag2.
Alarm - this attribute informs if there is an alarm associated with this tag (the server is obligated to listen on the channel this tag belongs to and pick up incoming connection). If true, the remote station is able to establish connection with the server, and the server will service it.
AlarmMask - alarm mask defines condition when the remote station is in the alarm state, and, as a result, should start to establish connection to the server in an independent alarm channel.
DataTypeConversion - this parameter establishes the format of the Tag, which is made available by the server. Please select proper value from the dropdown list (e.g. N/A, SBYTE, BYTE, DECIMAL, BOOLEAN, DATETIME, DURATION, STRING, ANYTYPE, SHORT, USHORT, INT, UINT, LONG, ULONG, FLOAT, DOUBLE). Note that ‘N/A’ setting means that type conversion is not requested and the server serves this value using canonical type of the value (type that is specific for the address space and protocol being the source for this tag.
StateMask - defines conditions when the remote station is to enter the alarm state and the scan mode should be switched – this conditions are used to switch between the fast and normal scan modes. Condition that turns-on fast scanning is true if the detected change is from 0 to 1. To turn-off fast scanning the server is waiting for 1 to 0 change.
StateTrigger - indicates whether there is any state trigger associated with this item. The triggers could be low or high or none.