09-14-2012 07:48 AM
Hello All,
I am trying to modify tank level simulation example (in ni example finder under pid toolkit) in some way.....what i want do is whenever my output from pid i.e my manipulated variable (level of tank) exceeds the s.p; the Drain Valve (located at bottom of tank) should automatically change its state i.e if level rises above certain s.p valve should get "opened" and again it should change its state to "off" whenever level again comes down below s.p....The valve given is the customized boolean control...can it be accomplished by using reference or local variable?...Any help would be highly appreciated.
Best regards
09-14-2012 07:52 AM
A customized boolean control is still a boolean. I'm not sure what the architecture is like, but I'm going to guess that the local variable will do what you want.
09-14-2012 07:55 AM
hmmm....