-
|
I am read a Modbus int value (example "41"), but I do not want to output the int value. Instead, if “41” is my value, then a defined text (example ‘On’) should be output. If the example is “43,” then “Off” should be output. Is this possible? I have tried formatting, without success. |
Beta Was this translation helpful? Give feedback.
Answered by
partach
Jan 13, 2026
Replies: 1 comment
-
|
Hi, yes that should be possible: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SebaldJ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, yes that should be possible:
I extended the wiki to explain: https://github.com/partach/protocol_wizard/wiki/Value-Mapping-Guide
It tells you how.