How to use custom actions for use with ModbusSimulatorContext? #1465
-
I'm working on a server simulator application with aspects that closely resemble this example. The device I'm simulating has defined minimum and maximum ranges for each register. This is independent of the type (uint16, etc). In order to restrict the client from writing values beyond these ranges, I'd like to use custom actions (as mentioned in the docs and above example) to do this, however I can't find a good example or explanation of how to do so. I'm configuring my datastore with a Any help on how to do this via custom actions or other methods would be super appreciated (especially working code examples!). Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
look at the supplied example. |
Beta Was this translation helpful? Give feedback.
look at the supplied example.