Support for property uploads using Measurement Advisor Data Connector for Autosol Communications Manager (ACM)
- Last UpdatedSep 15, 2025
- 1 minute read
Support for property uploads using Measurement Advisor Data Connector for Autosol Communications Manager (ACM)
For property uploads from data connectors, each of the meter properties will go to the [rdm_configRaw] table for normal processing.
Note: If the configuration item has not changed, no objItem will be created for it.
A mapping of the ACM configuration descriptions in [tblAsiEFMCodeDescriptions] from ACM_Import will be created in the scadaDomainDesc table. This mapping is configured in the object registry and can be edited and added to as needed.
create table scadaDomainDesc (
acmDomainCode T_shortType not null,
acmDomainName T_nameType not null,
objItemDomainName T_nameType not null,
acmDomainDefine T_descType not null,
...
)
This table will be used to map ACM codes to objItemDomainNames in AVEVA Measurement Advisor.
Note: The mapping is text mapping, not a 1:1 mapping. The actual objItem value set is dependent upon the meter's calculation method. For example, for an AGA-3 1992 meter, the objItemDomainName would be one of the strings "Carbon," "Monel," or "Stainless Steel."