Skip to content

Commit

Permalink
docs(asset): Updated modbus asset images and added clarification on v…
Browse files Browse the repository at this point in the history
…isible fields. (#5537)

Updated modbus asset images and added clarification on visible fields.
  • Loading branch information
salvatore-coppola authored Nov 21, 2024
1 parent 888a238 commit dfd6b4a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
22 changes: 11 additions & 11 deletions docs/connect-field-devices/asset-implemetation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
26 changes: 13 additions & 13 deletions docs/connect-field-devices/driver-and-assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dfd6b4a

Please sign in to comment.