07-29-2005 08:22 AM
07-29-2005 08:26 AM
Hi
I guess you want to cool down something - so why don't you set a the motor if the temperature is higher than a certain value and reset it if it is lower than another certain value?
Thomas
07-29-2005 08:33 AM
It's me again.
I attach a simple example how you could do it.
If the measured values jump "wildly", try to average them before processing - this "calms" them down.
Thomas
07-29-2005 09:23 AM
07-29-2005 10:37 AM
Yes you can't create a latching express vi - but instead of controling the express vi there directly, feed a queue. Have a look at the producer / consumer pattern. You could produce an element where I set the boolean and in a separate loop consume the element to control your motor. There you also can control the timer.
Hope this helps you. I'll be on holiday the next three weeks, but there will be others to help you.
Thomas
07-29-2005 11:45 AM