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.

Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Time Delay to wait for a solenoid to open

I have a Shutter that opens fine but I need to wait with some Time Delay before I continue to process some information.
I am using Labview 7.0 and have a DaqPad-6016.
0 Kudos
Message 1 of 3
(2,685 Views)
It would be helpful to see your code to see exactly what you are doing.

However, LabVIEW does have several options for waiting. I have attached a screenshot showing some of these. The time delay is especially useful with DAQ because you can wire your task's error wire through the wait. This will cause the delay to explicitly happen in between the execution of VIs.

-Sal
0 Kudos
Message 2 of 3
(2,672 Views)
Thank You Sal,
I was able to use the Wait vi.
Now it works fine.
Mike P
0 Kudos
Message 3 of 3
(2,663 Views)