Top  | Previous | Next

General Properties

 

Properties common to most tags

Property

Binding Name

Description

Name

Name

How the tag will be presented and referenced in the system. The tag path will be the provider, the folder structure, and this name.

Value

Value

The value of the tag. Can only be modified if the tag allows value writing and the user has sufficient privileges.

Quality

Quality

The data quality of the value. If not GOOD (integer value 192), the value should not be trusted. The Data Quality section explains quality codes in more depth.

Datatype

Datatype

The type of the value. It is important that this be set as correctly as possible with regards to the tag's underlying data source. The SQLTags system will attempt to coerce any raw incoming value (for example, from OPC or a SQL query) into the desired type.

Enabled

Enabled

Whether the tag will be evaluated by the scan class. If false, the tag will still be present, but will have a bad quality.

Access Mode

AccessRights

Specifies the access level allowed to the tag- read/write, read only, or custom. If custom, the tag will use the permission settings

Scan Class

ScanClass

The scan class that will execute the tag. The scan class dictates the rate and conditions on which the tag will be evaluated.

 

Additional properties - OPC Tags

Property

Binding Name

Description

OPC Server

OPCServer

The server against which to subscribe the data point.

OPC Item Path

OPCItemPath

The path to subscribe to on the server. The point will be subscribed at the rate dictated by the scan class.

 

Additional properties - Tag in external providers

Property

Binding Name

Description

Driver

DriverName

The name of the Ignition gateway that will be responsible for the execution of the tag. All other gateways will monitor the value.