LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need HELP (Project Issue) : Having 3 individual VIs, datalogger.vi, start vi, amksms.vi done. (How to run the VIs in sequence order - datalogger > start > amksms combine into 1 VIs? )

Need HELP (Project Issue) : Having 3 individual VIs, datalogger.vi, start vi, amksms.vi done.

(How to run the VIs in sequence order - datalogger > start > amksms combine into 1 VIs? )

 

0 Kudos
Message 1 of 6
(2,908 Views)

Assuming each has error in/error connections, just wire from one to the other. If they don't have error in/error out connections, add them.

 

See the LabVIEW 101 tuorial.

0 Kudos
Message 2 of 6
(2,901 Views)

VIs in icon.

how would it able to run in the sequence order:

data first, follow by start and lastly amk sms.

0 Kudos
Message 4 of 6
(2,889 Views)

Take the tutorial.

 

Almost every example program that comes with LabVIEW shows how the error in/error out terminals are used to enforce dataflow.

 

p.s. Do not go across to the dark side and use a stacked sequnce structure.

0 Kudos
Message 5 of 6
(2,883 Views)

lookin through at the tutorial at the moment...

stacked sequnce structure?

which clearer part under the tutorial?

hmmm =|

0 Kudos
Message 6 of 6
(2,881 Views)