The uccRecvParms and uccSendParms elements are the parent elements for all data group receive and send parameters. ucc stands for UIS command component.
This element is:
To learn about how this element relates to other elements in a CygNet device template file, see Template File Hierarchy.
Example
|
<SnglRegRw niceName="Single Read/Write Register" dgCat="singleReg" canSend="true" uccSend="true" forceSave="true"> <dgElements byteOrder="bigEndian" secLev="4"> <RegNum desc="Register Number" type="ui2"/> <DataType desc="Data Type" type="string"/> <FacUdc desc="Facility.UDC for Point Processing" type="string"/> <Value desc="Value" type="vrnt"/> </dgElements> <modbusReadBlocks> <block1 regNum="0" regByteLen="4" regCnt="1" funcCode="3"/> </modbusReadBlocks> <modbusWriteBlocks> <block1 regNum="0" regByteLen="4" regCnt="1" funcCode="6"/> </modbusWriteBlocks> <uccRecvParms> <RegNum desc="Register Number" required="true" type="ui2"/> <DataType desc="Data Type" required="true" type="string"/> <FacUdc desc="Facility.UDC for Point Processing" required="false" type="string"/> </uccRecvParms> <uccSendParms> <RegNum desc="Register Number" required="true" type="ui2"/> <Value desc="Value" required="true"/> <DataType desc="Data Type" required="true" type="string"/> <FacUdc desc="Facility.UDC for Point Processing" required="false" type="string"/> </uccSendParms> </SnglRegRw> |
The following table lists and describes attributes generally applicable to this element. However, not all of the attributes listed here are applicable to all EIEs. Additionally, some attributes are required for use in every device template file of a certain EIE, but others may be used on a case-by-case or device-by-device basis, depending on your specific needs. All attributes in templates are case sensitive; but the case sensitivity of attribute values is based on context.
Note: Occasionally, device template files for different EIEs use attributes of the same name that do different things. Efforts are made in this document to highlight cases where an attribute by one name does different things in different EIEs.
| Attribute | Description |
|---|---|
|
type |
type defines the appropriate data type for one or more DataGroupElement elements; it can be inherited from a parent element. Value:
See also sourceType. |