01-24-2013 06:42 AM
Hi,
I couldn't ckeck it yet on the real system but I did a revision of that While Loop. In fact, there is no need for a While Loop in that case. I don't know why my former colleague did it... Anyway... I thought it would "easier" using a For Loop running just one time. Let me know your opinion about it.
Ben
01-24-2013 07:15 AM
In that case you dont have to use a loop at all.
The sequence will get called once as well, if its left on its own.
Now youre taking one measurement in the beginning. If that is what you want to achieve then that would be the way to go
01-24-2013 07:18 AM
Yes, that should be the real flow: measure values, check if they're in range and see how it took us to do it
I'll try to test it tomorrow before weekend and let you know.
Thx for your help. Much appreciated!!!!
Ben
01-28-2013 01:33 AM
Hi!
As I told you, I tested the VI this weekend and there was no error after more than 72 hours!!!
Thank you very much! It helped me so much in this case and about understanding LabVIEW.
Ben
01-30-2013 02:07 AM
Youre welcome!
Im glad I could help you