06-10-2013 02:44 AM
Hello,
I am looking for logic that how to set logic for upper limit and lower limit.
Means there is one input indicator in which user can enter any value, I want that when user give value between for example 0 to 0.3 then while loop will stop other wise it will run continuously.
Please guide me.
Thank you very much.
Solved! Go to Solution.
06-10-2013 03:24 AM
I tried with this attached simple vi. But in that case when limit exceed 0.3 then vi is working good means its run continuously but when I enter some negative value or less then 0 value then it should be run continuous because its not correct value, but it can't.
I want that when value is between 0 to 0.3 then its stop the while loop otherwise it should be run continuously.
Please guide me some idea regarding to this that how can I solve it.
06-10-2013 03:32 AM - edited 06-10-2013 03:53 AM
I got solved..... Hopefully
I have to check with the system and if i have any problem then i will post it here again.
thank you very much....
06-10-2013 03:58 AM
Please consider the VI below.