| Device Properties |
| Property name |
Property type |
Description |
| Modbus_name |
Tango::DEV_STRING |
Name of the modbus device. |
| Di_address |
Tango::DEV_SHORT |
Address where the digital inputs are mapped |
| Do_address |
Tango::DEV_SHORT |
Address where the digital outputs are mapped |
| Ai_address |
Tango::DEV_SHORT |
Address where the Analog Inputs are mapped |
| Ao_address |
Tango::DEV_SHORT |
Address where the analog outputs are mapped |
| Retries |
Tango::DEV_SHORT |
Number of retries while trying to reconnect to PLC |
| DynamicInputsNames |
Array of string |
Names for the dynamic attributes created for PLC Inputs: Name1\nName2\nName3\n... |
| DynamicInputsAddresses |
Array of long |
Adresses of the Dynamic Attributes created for PLC Inputs: Address1\nAddress2\nAddress3\n... |
| DynamicOutputsNames |
Array of string |
Names of the Dynamic Attributes created for PLC Outputs: Name1\nName2\nName3\n... |
| DynamicOutputsAdresses |
Array of long |
Adresses for the Dynamic Attributes created for PLC Outputs: Address1\nAddress2\nAddress3\n... |
| DynamicAttributes |
Array of string |
{AttributeName}=address(XX)[+type({AI/AO/DI/DO})] |