-
-
Notifications
You must be signed in to change notification settings - Fork 836
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
[BUG] Archiving Siemens S7 Tag's values in sqlite db #1341
Comments
FIX : server/runtime/devices/s7/index.js
and
|
@gabrielbalincaaeg create a PR for the Fix and @unocelli can review it |
Hi, I'm experiencing the same issue the S7 driver is functioning and values are refreshing, but they are not being stored in the SQLite database, which means historical values can't be displayed in charts. |
Hi, @gabrielbalincaaeg Thanks a lot for the report and the fix. |
Hi, I'm experiencing the same issue the S7 driver, how to get the fix? |
@zblack88 Hi, please try the last version in master branch |
I tried, but the last version in master branch does not have the plugin for the S7, so it does not work at all. Is required a special installation for the plugin? |
Ok solved by installing the S7 plugin manually. Thanks |
I’m going to close this as resolved. let me know if you have any issues. |
Describe the bug
Archiving Siemens S7 Tag's values in SQLite DB doesn't work and no the values aren't there, I used SQLite Studio to check if they are there. I installed FUXA 1.2.0-1832 on fresh windows 10 virtual machine and tested with Siemens S7 1500 PLC and Modbus Simulator (ModRSsim2) and KEPServerEX 6 (OPC UA driver). Values are refreshing (so I guess the driver works ) but I can't see them in the database. With Modbus simulator and KEPServerEX 6 everything works fine.
To Reproduce
Steps to reproduce the behavior:
Just add an Siemens S7 connection and activate the registration.
Expected behavior
See the history values of Siemens S7 Tags in charts.
Environment
The text was updated successfully, but these errors were encountered: