Properties that are Common to Configuration Items
The following properties appear at the top of the SCADAPack x70 tab on the Forms of SCADAPack x70 Analog, Digital, and Counter Configuration items:
- Device Configuration—Use to specify the SCADAPack x70 Device with which the Configuration Item is associated. Use the browse button to display a Reference browse window and then select the required entry from the window.
- Name—Use to specify a unique name for the item. The name has to begin with a letter or an underscore and can be between 1 and 32 characters long. It can only contain letters, numbers, and underscores. It cannot contain any spaces.
The
SYS_
prefix is reserved for system data. Only specify a name that starts with theSYS_
prefix if the SCADAPack x70 Configuration item is being used to monitor or control system data on the SCADAPack x70 device (see Monitor or Control System Data on a SCADAPack x70 Device). In which case, theSYS_
prefix entry in the Name field has to match that specified in the System Data Reference field on the Configuration item's Mapping tab (see Configure the Properties on the Mapping Tab).You are not restricted to using
SYS_
prefix entries in the Name field for Configuration items that map to system data. Instead, you might choose to enter another valid name that does not start with theSYS_
prefix.Examples of valid configuration:
Name: SYS_STATUS_Uptime
System Data Reference: SYS_STATUS_UptimeName: Uptime
System Data Reference: SYS_STATUS_UptimeExample of invalid configuration (as the two SYS_ entries do not match):
Name: SYS_STATUS_DeviceReady
System Data Reference: SYS_STATUS_UptimeLogic programming allows you to define items that appear in structures or arrays.
For example:
- an item name within a structure is identified as
structurename.itemname
. The total length of an item name within a structure can exceed 32 characters. Thestructurename
anditemname
are limited to 32 characters each. Together with the dot that separates thestructurename
anditemname
the maximum length is 64 characters. - an item name that appears within an array is identified as
itemname[n]
wheren
identifies the position within the array. The total length is limited to 32 characters.
You can, when required, enter item names for items that appear within a structure or array.
- an item name within a structure is identified as
- Object Grouping—Use to optionally assign an 'Object group' to the item. Object groups are not mandatory - you can use them to help to categorize and organize the items in the SCADAPack x70 device. For example, you might use a group for system or status items.
The name of an Object Group can be between 1 and 32 characters, including spaces. The name cannot contain the following characters:
< > # % \ " ; : ? @ & = + $ { } | ^ [ ]
- Comment—Use to optionally enter a description to help to identify the item. If the Configuration item is configured with a Logic Variable Type other than 'None', the comment will be shared with that SCADAPack x70 logic variable.
The comment can be between 1 and 255 characters, including spaces. It cannot contain the following characters:
< > # % \ " ; : ? @ & = + $ { } | ^ [ ]
- Set Value in Configuration—Use to control whether Geo SCADA Expert should initialize the value of the protocol-specific point linked to the Configuration item.
Select the check box for the SCADAPack x70 device to write the last known value of the protocol specific point when a Configuration download is requested.
Clear the check box for the SCADAPack x70 device to set the item to its default value when the Configuration is downloaded.