09-27-2010 10:48 PM
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? )
09-27-2010 11:09 PM
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.
09-28-2010 12:45 AM
any examples attached for reference as what u mentioned?
09-28-2010 12:57 AM
VIs in icon.
how would it able to run in the sequence order:
data first, follow by start and lastly amk sms.
09-28-2010 01:06 AM
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.
09-28-2010 01:10 AM
lookin through at the tutorial at the moment...
stacked sequnce structure?
which clearer part under the tutorial?
hmmm =|