The supportDgSendGq element is the parent element for reference data group elements. The reference data group element contents define referenced data group elements and data group elements within those referenced data group elements to which gas quality data can be sent. supportDgSendGq functionality is not available in a device template file for all EIEs. When available, it can be used on a data group-by-data group basis.
This element is:
To learn about how this element relates to other elements in a CygNet device template file, see Template File Hierarchy.
Example
|
<!-- The following example shows the use of a supportDgSendGq section in an EFM Data Group. "GasQlty" is another data group elsewhere in the template from which the supportDgSendGq sample came. --> <FmsConfig niceName="FMS Configuration" baseOrd="1" maxCnt="12"> <supportDg required="false"> <GasQlty/> <DpCfg/> <TrbCfg/> <DpMtrNm/> <TrbMtrNm/> </supportDg> <supportDgSendGq required="true"> <GasQlty/> </supportDgSendGq> <dgElements/> </FmsConfig> ... <GasQlty niceName="Gas Quality" baseOrd="1" maxCnt="32" canSend="true" uccSend="true"> <dgElements byteOrder="bigEndian" secLev="4" type="r4"> <BTU desc="BTU Content" regDef="1:0" units="BTU/CF"/> <Grav desc="Specific Gravity" regDef="1:1"/> <Methane desc="Methane" regDef="1:2" units="%"/> <N2 desc="Nitrogen" regDef="1:3" units="%"/> <CO2 desc="Carbon Dioxide" regDef="1:4" units="%"/> </dgElements> <modbusReadBlocks regByteLen="4"> <block1 regNum="13003" ordIncrement="100" regCnt="5" funcCode="3"/> </modbusReadBlocks> <modbusWriteBlocks> <block1 regByteLen="4" regNum="13003" ordIncrement="100" regCnt="5" funcCode="16"/> </modbusWriteBlocks> </GasQlty> |
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 |
|---|---|
|
Specifies whether or not applicable elements are required. Value
|