Versions
- Python: 2.7
- OS: Linux
- Pymodbus: 1.3.2
- Modbus Hardware (if used): RSIM
Description
I am trying to make a clone of a real PLC with a help of Scraper example, and then use that data to create MODBUS server... If i understand correct I have to: scrape a real PLC --> save the data to file --> create server --> load data from file to server. It looks like I do not understand how this staff works :( If it is possible please help me, may be some examples of this kind of data flow. Thank you!
Code and Logs