-
Notifications
You must be signed in to change notification settings - Fork 493
Update fact during runtime (OPC UA), then trigger rule evaluation #252
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
Comments
hey @mikakaraila sorry you're having problems. I wasn't familiar with OPC UA, it looks really neat. I assume this is on node-red? We did have one issue filed a few years back on node-red, in which the following was mentioned:
Any chance that means anything to you? Sorry, I can't be much use here. If you're able to zero in on what's going on, I'm happy to accept a PR. |
I am not using node-red, this is just small experiment how to bind real-time data to facts. |
I started to read code. Do you have example how to use runtimeFacts? |
OK, problem seems to be missing contructor for Almanac. // Just to make instance is not working (cannot be constructed): Usage to update fact value: |
Closing due to inactivity |
I would like to use OPC UA and as I got new value I am trying to update fact first.
Then I want to run actual rules. So it will be more event based.
For some reason this snippet does not call actual addFact:
The text was updated successfully, but these errors were encountered: