LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I activate my cDAQ-9172 to output 12V to a pin persay on a circuit board without using a boolean switch?

The best approach would be to use a state machine architecture.  Look in the forums for this, the Example Finder, and File, New....,  VI and the design patterns.

 

This way you could set up different test profiles that would let you step through the different steps in whatever order you want.  The steps wouldn't be hardcoded into the various frames of the sequence.  If you need to end the test early, then you can handle that case finish off with your close out functions such as setting the output to false and end the program.

Message 11 of 12
(461 Views)

Hi cmhand,

 

I have attached the following links to help get you started with a state machine architecture:

 

NI Developer Zone Tutorial:  Module 7:  State Machines

How Can I Learn LabVIEW? 

 

Under the How Can I Learn LabVIEW link, I would highly recommend you take a look at Learn LabVIEW in 3 Hours. 

0 Kudos
Message 12 of 12
(447 Views)