Skip to content
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] Save on value change does not work using S7 and reading EB blocks #1562

Open
wonka929 opened this issue Jan 9, 2025 · 1 comment
Open

Comments

@wonka929
Copy link

wonka929 commented Jan 9, 2025

Describe the bug
I had different values to read from a Siemens PLC.
Some are DB blocks, some are EB blocks (like E188.3, E188.6, E188.7, E188.1 and so on).
I set the polling interval to 5 seconds and activated the flag "save on changevalue" for saving the value just on change on DAQ.
DB tags acted as expected, but EB tags have been saved at every polling occurrence, so every 5 seconds even if the values was the same.
Strange behaviour.

Expected behavior
EB tags should be saved at changevalue when the flag is set.

Environment

  • FUXA version: 1.1.19
  • Platform/OS: docker from dockerhub, host ubuntu 24.04
@wonka929 wonka929 changed the title [BUG] Save on changevalue does not work using S7 and reading EB blocks [BUG] Save on value change does not work using S7 and reading EB blocks Jan 9, 2025
@unocelli
Copy link
Member

Hi, i have just tested with version 1.2.3 and cannot reproduce the problem. if you enable DAQ you also set a fixed interval for which the value is recorded anyway, regardless of it changing.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants