The following tables list and describe the parameters specific to the UIS command component types for this remote device:
For more general information about UIS command component parameters, see UIS Command Components. The DG_F_DEV (Get data group from device) and DG_T_DEV (Send data group to device) command component types are configured in the template file. The other command component types are considered ‘special’ and are defined in the EIE editor code. See Special UIS Command Component Types for more information.
|
Update CygNet Point updates the record for a CygNet point. CYUPDTPT has the following command parameters:
|
|
Wait for CygNet Point signals the UIS to wait to perform a command until the value of the specified CygNet point changes to a specified value. CYWAITPT must be the first command component added to a UIS command. You cannot add other instances of CYWAITPT to a UIS command. CYWAITPT has the following command parameters:
|
Get data group from device retrieves a data group from a field device. The Parent XML Element is uccRecvParms. The following parameters are available for each specified data group type.
| Data Group Type | Parameter | Required | Description |
|---|---|---|---|
|
Data Groups containing dgCat="File" |
FileName |
Yes (see Note in Description) |
Name of file to read. Value options are strings. Note: The parameter is required only when the data group is missing a value for fileName in the device template. |
|
Class1 |
No |
Get class 1 events Value options are Boolean. |
|
|
Class2 |
No |
Get class 2 events Value options are Boolean. |
|
|
Class3 |
No |
Get class 3 events Value options are Boolean. |
|
|
Count |
No |
Max events Value options are integers. |
|
|
Variation |
No |
Point type variation Value options are integers. |
|
|
ptType |
No |
Point type Value options are strings. |
|
|
DataType |
No |
Data Type defines the type of data stored at the specified point type. Value options are strings. |
|
|
Desc |
No |
Description Value options are strings. |
|
|
ElementId |
Yes |
PointType.Index specifies the point type and index number values used to retrieve data from a single element. Value options are strings. |
|
|
FacUdc |
No |
Facility.UDC for point processing provides a means to specify a UDC to which to map the specified data point; it requires a corresponding point in the Point Service (PNT). Value options are strings that specify a Facility.UDC combination. |
|
|
Variation |
No |
Point type variation Value options are char values. |
Send data group to device sends a data group to a field device. The parent XML Element is uccSendParms. The following parameters are available for each specified data group type.
| Data Group Type | Parameter | Required | Description |
|---|---|---|---|
|
IIN1.7 |
No |
Device Restart Value options are Boolean. |
|
|
Clear |
No |
BO: Clear Value options are Boolean. |
|
|
Count |
No |
BO: Count |
|
|
DataType |
Yes |
Data Type defines the type of data stored at the specified point type. Value options are strings. |
|
|
Desc |
No |
Description Value options are strings. |
|
|
ElementId |
Yes |
PointType.Index specifies the point type and index number values used to retrieve data from a single element. Value options are strings. |
|
|
FacUdc |
No |
Facility.UDC for point processing provides a means to specify a UDC to which to map the specified data point; it requires a corresponding point in the Point Service (PNT). Value options are strings that specify a Facility.UDC combination. |
|
|
Len |
Yes (String point type only) |
Len specifies the number of bytes in a data group element or register. Only used for String point type. Value must be a positive whole number. |
|
|
PulseLatch |
No |
BO: Pulse/Latch/No-op Value options are strings. |
|
|
TimeOff |
No |
BO: Time off (ms) Value options are integers. |
|
|
TimeOn |
No |
BO: Time on (ms) Value options are integers. |
|
|
TripClose |
No |
BO: Trip/Close Value options are strings. |
|
|
Value |
Yes |
Value defines a value to be sent to the specified item. Value options are floating-point numbers. |
|
|
Variation |
No |
Point type variation Value options are char values. |