07-21-2022 05:36 AM
Hello everyone
I am new to labview and would like to accomplish a simple task. Usually I am quiet successful with google but some this seems to be to simple.
I am using a cDAQ 9178 with a ni9474 which is a DO module.
I would like to set DO1 to high for 0.1s and then back to low. Somehow I am not able to accomplish this. Could you refer me to an appropriate starting guide or send a simple VI?
Many thanks in advance
Solved! Go to Solution.
07-21-2022 06:01 AM
Hi Murdock,
LabVIEW comes with a huge example library and a lot of DAQmx example VIs.
There are also examples showing how to switch a DO channel.
After studying those examples all you need is a DAQmxWrite, a Stall.vim (with 100ms wait time) and another DAQmxWrite (with appropriate DAQmxCreateVirtualChannel and DAQmxClose)…