I have a Modbus slave device with large set (~400) parameters. Question - would the right approach be to try to define them all to their own channels, only define some of them (more heavily used) to their own channels or just forget it all and use basic functionality to read and write them out using the modbus requests.
It seems that there is no easy way to import in channel definitions (perhaps I have not found the right place) and creating them manually doesn't seem to be a very sensible way how to do it.
I have seen even a library from someone who ran into the same problem - so clearly trying my luck here. :).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I have a Modbus slave device with large set (~400) parameters. Question - would the right approach be to try to define them all to their own channels, only define some of them (more heavily used) to their own channels or just forget it all and use basic functionality to read and write them out using the modbus requests.
It seems that there is no easy way to import in channel definitions (perhaps I have not found the right place) and creating them manually doesn't seem to be a very sensible way how to do it.
I have seen even a library from someone who ran into the same problem - so clearly trying my luck here. :).