-
-
Notifications
You must be signed in to change notification settings - Fork 855
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
[Question] Create custom Tag calculation #1065
Comments
Scripts can be run cycle also not just events. Have you tried that, that's as quick as you are going to spot a change. Like in the script you would have if ( tagA != tagALast) { do something else tagALast = tagA;} |
Creating Tag value changed event to start a script would be a good feature |
Yes that is an awesome idea, and better put it in a Fuxa server adding tags options so we can use all tags connected to it regardless of the type (opcua, modbus and etc). Simply add another property of a Tag class to have a flag if it is used in the calculations |
I’m going to close this as resolved. let me know if you have any issues. |
Hi, I just dont know if this is possible in Fuxa, simple create a tag that its value is based from other tags.
For example:
TagA = (TagB * TagC) / TagD
I know we can create this thru scripts, however scripts are just run based on events, in the concept of SCADA, tag calculations are event (when pressed by button or etc) or time driven (every period of time).
What I wanna achieve is everytime there is a change value on my calculations, it automatically calculate the output.
Regards,
Henjoe
The text was updated successfully, but these errors were encountered: