INA2000 module objects

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

INA2000 module objects

The INA2000 module object represents the module present on the PLC.

The name of the module must be specified in the connection description. If the module is within the scope of an application module, then the name of the application module needs to be specified along with the task name (module name). The names of the application module and the module are separated by the characters "::". The names of the application module and the module are both case sensitive.

Modules within the scope of an application module can only be addressed if the CPU object parameter /AM is specified. For more info, see the section "INA2000 with AR 4.02".

Syntax of connection description:

/RO=[<Name of application module>::]<Module name>

or

[<Name of application module>::]<Module name>

If the module name is defined as the /RO parameter, the connection description must always be placed in quotation marks ("...") in the object description.

Connection description examples:

CD="/RO=Module1"
CD="/RO=Generator::Module1"
CD=Module2
CD=Generator::Module2