Hi All,
Batch Unit Classes are not supporting History Data Points. Due to that it's only possible to deploy them in the instances. For many other cases (control module instances) we are using FHX merge to add History Data Points. But for the Batch Units I'm not able to find the correct spelling... any idea?
What we use for Control Modules.. I tried some different thinks changing "MODULE_VALUES" to something else, but without success.
Maybe it's possible to bulk it?
Any idea is very welcome.
Thanks, Manuel
MODULE_VALUES TAG="R540_UNIT" merge=T { HISTORY_DATA_POINT_INSTANCE NAME="U_CHARGE_COMPL" { HISTORY_DATA_POINT FIELD="CV" { DATA_CHARACTERISTIC=CONTINUOUS ENABLED=T SAMPLE_PERIOD_SECONDS=1 COMPRESSION_ENABLED=T RECORD_AT_LEAST_EVERY_MINUTES=1440 DEVIATION_LIMIT_FOR_COMPRESSION=0.01 DATA_REPRESENTATION=AUTOMATIC EXPOSED=T ENTERPRISE_COLLECTION=F } } }
Andre Dicaire