-
Notifications
You must be signed in to change notification settings - Fork 949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To scrape a real PLC in realtime and use that data to create NEW updating server #250
Comments
@MazoSergey what exactly is the problem ? Did you run the scraper example agains the PLC and encountered any error ? |
@dhoomakethu thank you for support! Yes, I tried to run example, I've got a file (dump of data from PLC). Now I am trying to run "Modbus Simulator Example" with -c option, and getting "Configuration Error: Invalid Configuration" :( |
Could you upload the saved the configuration here please ? |
For sure! Here it is: |
Hello @MazoSergey, Could you please try this branch on your config file?
|
Hello @rahulraghu94, |
Hello @MazoSergey , can you provide code excerpts, output and logs appended to the problem you're facing? |
Again thanks guys! Tomorrow i will be on the work and will provide all needed information... |
Hello and sorry for delay guys. So I am trying to use files from #250-fix-scraper-simulator brunch: |
After I tried to scrape a real PLC I've got an error:
|
@MazoSergey , thanks for the information! I'll have a closer look ASAP and get back to you :) |
Hello @MazoSergey, I'm using the config file you have uploaded here and am checking few of the values. They seem to be holding values. Are you using the message-parsers unser
|
Versions
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
# code and logs here.
The text was updated successfully, but these errors were encountered: