Replies: 2 comments 2 replies
-
for valuechanges -> write nice to know: |
Beta Was this translation helpful? Give feedback.
0 replies
-
(because you can react with Bad_NotExecutable status if the pump has a failure) - how do you mean? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, quick question about best practises - i have a system that comprises of several pumps and valves.
Pumps tend to have consistent values and properties you can model : Flow Rate, Set Point, state (ON/OFF) and usually have a single method to start and stop the pump.
When designing a server is it best practise to only have methods triger value changes or for something like updating the set point would it be better to monitor a value change in the server and then this triggers the function to update the set point rather than a new method?
Beta Was this translation helpful? Give feedback.
All reactions