Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The RTU Configuration feature provides a way to read and write method for reading and writing the configuration data used by an RTU or flow computer. ACM can configure an RTU if If the RTU stores its configuration in items/registers and can accept configuration changes through writes to those items/registers. It , it can be configured in ACM. This is simply a means of backup for the device configuration.
This feature is designed to work with any device which reads its configuration from items/registers. As such, the layout of data in those items/registers must be defined by the user. This is accomplished by manually creating an XML file for that layout. After that file is initially created, it will be used as a template when ACM reads the configuration from the device. The initial XML configuration file may be created using any text editor. An editor with XML syntax highlighting is recommended.

...

Code Block
languagexml
themeConfluence
<ObjectID>_RtuConfig_<Version>.xml

Where ObjectID is the object ID in ACM and the suffix can be _Prod, _Dev, or _Read for Production, Development, or Last Read respectively

...