The "FMS Liquid Product" data group is used to send liquid product data to FMS.
The "FMS Liquid Product" data group depends on one or more support data groups for its data. Support data groups are found in the supportDg element of your sample template. The template file includes a product-based data group ordinalized by product number and a meter-based product data. Mapping between "FMS Product" data group elements and FMS data items is within the productItems section of fmsMaps in the device template file. See FMS Product Items.
For more information, see the following subsections:
For more information about working with device template files, see Device Template Files.
|
<FmsProduct niceName="FMS Liquid Product" baseOrd="1" maxCnt="2" ordLabel="Run#"> <supportDg required="true"> <Product ordinal="1"/> <Product ordinal="2"/> <Product ordinal="3"/> <ProductM/> </supportDg> <dgElements/> </FmsProduct> |
|
<!-- Requires at least one support data group. Support data groups are user configurable for this EIE. Exactly what support data group(s) you choose depends on your unique setup and needs. --> <FmsProduct niceName="FMS Liquid Product" baseOrd="1" maxCnt="s"> <supportDg> <SupportDataGroup/> </supportDg> <dgElements/> <uccRecvParms> <UISParameter/> </uccRecvParms> </FmsProduct> |