LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

acutator control

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.

Will
CLA, CLED, CTD, CPI
LabVIEW Champion
Choose Movement Consulting
choose-mc.com
0 Kudos
Message 21 of 23
(520 Views)

Hi will

Is it possible you set up a example VI?

of what you have in mind 

0 Kudos
Message 22 of 23
(510 Views)

You can take a look at this example from the NI Community. It's pretty close to what you're looking for.

 

http://decibel.ni.com/content/docs/DOC-8292

Will
CLA, CLED, CTD, CPI
LabVIEW Champion
Choose Movement Consulting
choose-mc.com
0 Kudos
Message 23 of 23
(500 Views)