11-24-2009 12:37 PM
To do this everything should be in the same loop, and then you would use a case structure that checks your pot level. If the pot level is above 560, then output your digital line. So essentially it consists of three steps:
1) Continuous acquisition of pot level
2) Check pot level value
3) If pot level value larger than 560, write to digital output.
11-24-2009 04:05 PM
Hi will
Is it possible you set up a example VI?
of what you have in mind
11-25-2009 03:25 PM
You can take a look at this example from the NI Community. It's pretty close to what you're looking for.