Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(asset): Updated modbus asset images and added clarification on visible fields. #5537

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading