pymodbus with external database #2961
-
|
Hi, There is an alternative where I update the device and the data in it at regular intervals. However, an interval based database search in order to update the device is not efficient. If I want the DB search to be based on request, is there any alternative solution available or anything that I am missing ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
they are not obsolete just moved to the server! sim_device allows you to add a action() which is called with every request, there you could do all the db manupulation you want. |
Beta Was this translation helpful? Give feedback.
they are not obsolete just moved to the server!
sim_device allows you to add a action() which is called with every request, there you could do all the db manupulation you want.