11-15-2019 01:19 PM
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
11-15-2019 01:59 PM
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.
11-16-2019 06:25 AM
this can solve our problem if :
output a false value from an event until an event occurs.