The "FMS Batch" data group is used to send batch data to FMS.
The "FMS Batch" 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. Mapping between "FMS Batch" data group elements and FMS data items is within the batchItems section of fmsMaps in the device template file. See FMS Batch Items.
For more information, see the following subsections:
For more information about working with device template files, see Device Template Files.
|
<FmsBatch niceName="FMS Batch" baseOrd="1" maxCnt="4"> <supportDg required="false"> <BatchPrev/> <ArchBatch/> </supportDg> <dgElements/> <uccRecvParms> <SDate desc="Start Device Date/Time" required="true"/> <EDate desc="End Device Date/Time" required="true"/> </uccRecvParms> </FmsBatch> |
|
<!-- 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. --> <FmsBatch niceName="FMS Batch" baseOrd="1" maxCnt="4"> <dgElements/> <supportDg> <SupportDataGroup/> </supportDg> <uccRecvParms> <UISParameter/> </uccRecvParms> </FmsBatch> |