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 |
|---|---|---|---|
|
Cnt |
No |
Card Count defines the number of cards available to the selected "Dynagraph Card" (DynaCard) data group. Value options are integers from 1 to 5. |
|
|
Rep |
No |
Representation defines where card data comes from and how it is displayed. Value options are the following integers:
|
|
|
EventId |
No |
EventId Value options are integers from 0 to 255. |
|
|
InclPlain |
No |
InclPlain finds last Plain or Alarm event when event ID is omitted (ordinal 6). Value options are Boolean. |
|
|
Val1 |
No |
Fault Events defines whether or not Fault events are reported in the "Event Directory" data group. A Fault event indicates an exception, malfunction, or other process failure. It is the most severe event type. Value options are Boolean. |
|
|
Val2 |
No |
Alarm Events defines whether or not Alarm events are reported in the "Event Directory" data group. An Alarm event occurs when an alarm flag is set in the controller. Value options are Boolean. |
|
|
Val3 |
No |
Plain Events defines whether or not Plain events are reported in the "Event Directory" data group. A Plain event is any event that is not an Alarm or Fault event. Can be thought of as normal. Value options are Boolean. |
|
|
EventCnt |
No |
Event Count Value options are integers from 0 to 255. |
|
|
paramID |
Yes |
Parameter ID defines a device-specific parameter ID. Value options are integers. |
|
|
DataType |
Yes |
Data Type defines the type of data stored at the specified Parameter ID. Value options are strings. |
|
|
Desc |
No |
Description 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. |
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 |
|---|---|---|---|
|
parmId |
Yes |
Parameter ID defines the manufacturer parameter number that applies to this "Command Message (Configurable)" data group. Value options are limited to those documented in manufacturer documentation. Sample templates expose relevant Command Action (CA) parameters. |
|
|
CommandId |
Yes |
Command ID defines the Command Action (CA) to be enacted by the "Command Message" (CmdMsg) data group. Value options are as follows:
|
|
|
DataType |
Yes |
Data Type defines the type of data stored at the specified Parameter ID. Value options are strings. |
|
|
Desc |
No |
Description 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. |
|
|
ParamID |
Yes |
Parameter ID defines a device-specific parameter ID. Value options are integers. |
|
|
Value |
Yes |
Value defines a value to be sent to a "Single Parameter" (SingleParm) data group. Value options are strings. |