From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ assistant Stop in between operation Counter out

HI,

is it possible to STop DAQAsst in between pulse generation or on second DAQasst Block execution.

I have two DAQasst blocks

1 is used to counter output for N-samples say 30k

2nd is also generation on other channel 

i want to stop before second starts output from single stop button and with out any loop

 

thanks

ni_daqAssistan_stop.PNG

 

0 Kudos
Message 1 of 3
(1,856 Views)

Yes there are many ways to do this. It really depends on how you plan to move forward. I would tell you to look into:

event structures and loops.

State machines

Get rid of the DAQ assistants

 

The more you learn to do this the correct way the easier it will be to expand on what ever you are going to try to use it for later. There are examples that ship with LabVIEW that explain these ideas.

 

Tim
GHSP
0 Kudos
Message 2 of 3
(1,830 Views)

this can solve our problem if :

 

output a false value from an event  until an event occurs.

0 Kudos
Message 3 of 3
(1,791 Views)