diff --git a/docs/connect-field-devices/asset-implemetation.md b/docs/connect-field-devices/asset-implemetation.md index 5d3f45c04b3..2f0903a0dc7 100644 --- a/docs/connect-field-devices/asset-implemetation.md +++ b/docs/connect-field-devices/asset-implemetation.md @@ -13,20 +13,20 @@ Name | Entity | Address | LED1 | COILS | 2049 | LED2 | COILS | 2050 | LED3 | COILS | 2051 | -LED4 RED | COILS | 2052 | -LED4 GREEN | COILS | 2053 | -LED4 BLUE | COILS | 2054 | -Counter 3 | INPUT REGISTERS | 515 | -Quad Counter | INPUT REGISTERS | 520 | -Toggle 4 | DISCRETE INPUTS | 2052 | -Toggle 5 | DISCRETE INPUTS | 2053 | -Toggle 6 | DISCRETE INPUTS | 2054 | -Reset Counter 3 | COILS | 3075 | -Reset Quad Counter | COILS | 3084 | +LED4_RED | COILS | 2052 | +LED4_GREEN | COILS | 2053 | +LED4_BLUE | COILS | 2054 | +Counter_3 | INPUT REGISTERS | 515 | +Quad_Counter | INPUT REGISTERS | 520 | +Toggle_4 | DISCRETE INPUTS | 2052 | +Toggle_5 | DISCRETE INPUTS | 2053 | +Toggle_6 | DISCRETE INPUTS | 2054 | +Reset_Counter_3 | COILS | 3075 | +Reset_Quad_Counter | COILS | 3084 | The corresponding Channels definition in the Asset is as follows: -![](images/Devkit.png) +![](images/modbus_asset.png) As shown in the previous image, the Channel definition in an Asset results easily mappable to what available in a generic PLC documentation. diff --git a/docs/connect-field-devices/driver-and-assets.md b/docs/connect-field-devices/driver-and-assets.md index 22c18507fa9..c81aa0b2bb4 100644 --- a/docs/connect-field-devices/driver-and-assets.md +++ b/docs/connect-field-devices/driver-and-assets.md @@ -14,20 +14,20 @@ Name | Entity | Address | LED1 | COILS | 2049 | LED2 | COILS | 2050 | LED3 | COILS | 2051 | -LED4 RED | COILS | 2052 | -LED4 GREEN | COILS | 2053 | -LED4 BLUE | COILS | 2054 | -Counter 3 | INPUT REGISTERS | 515 | -Quad Counter | INPUT REGISTERS | 520 | -Toggle 4 | DISCRETE INPUTS | 2052 | -Toggle 5 | DISCRETE INPUTS | 2053 | -Toggle 6 | DISCRETE INPUTS | 2054 | -Reset Counter 3 | COILS | 3075 | -Reset Quad Counter | COILS | 3084 | +LED4_RED | COILS | 2052 | +LED4_GREEN | COILS | 2053 | +LED4_BLUE | COILS | 2054 | +Counter_3 | INPUT REGISTERS | 515 | +Quad_Counter | INPUT REGISTERS | 520 | +Toggle_4 | DISCRETE INPUTS | 2052 | +Toggle_5 | DISCRETE INPUTS | 2053 | +Toggle_6 | DISCRETE INPUTS | 2054 | +Reset_Counter_3 | COILS | 3075 | +Reset_Quad_Counter | COILS | 3084 | The corresponding Channels definition in the Asset is as follows: -![](images/Devkit.png){ style="border-radius: 7px;" } +![](images/modbus_asset.png){ style="border-radius: 7px;" } As shown in the previous image, the Channel definition in an Asset results easily mappable to what available in a generic PLC documentation. @@ -39,9 +39,9 @@ Using the Kura Web UI the user can instantiate and manage Drivers ![](images/Driver_config.png){ style="border-radius: 7px;" } -but also can manage Assets instances based on existing drivers. +but also can manage Assets instances based on existing drivers. By default the following columns are hidden: **scale**, **offset**, **scaleoffset.type**, **unit**. You can manage the visible columns with the related button in the button bar. -![](images/Asset_config.png){ style="border-radius: 7px;" } +![](images/modbus_asset_fullview.png){ style="border-radius: 7px;" } The user interface allows also to perform specific reads on the configured Assets' channels clicking on the Data tab for the selected Asset. diff --git a/docs/connect-field-devices/images/modbus_asset.png b/docs/connect-field-devices/images/modbus_asset.png new file mode 100644 index 00000000000..817d596d279 Binary files /dev/null and b/docs/connect-field-devices/images/modbus_asset.png differ diff --git a/docs/connect-field-devices/images/modbus_asset_fullview.png b/docs/connect-field-devices/images/modbus_asset_fullview.png new file mode 100644 index 00000000000..11d1981f043 Binary files /dev/null and b/docs/connect-field-devices/images/modbus_asset_fullview.png differ