Hi, I am trying to implement a LabView program that reads a digital
input from my NI I/O board. My program is initially supposed to
check whether the value (bit 4 of an input port) is high, and then
check again 5 seconds later to see if it is high. I am using the
"DAQ Assistant" in my LabView application. My program has no
problems reading the initial digital value (bit 4 of an input
port). However, I don't know how to check whether the same
bit is still high 5 seconds later. I tried copying and pasting
the same DAQ Assistant to check again the input bit again, but I get
the sense that you can't use two DAQ Assistants to access the same
digital port bit.
I also wanted to note that I am using the wait ms time function to get my 5000 ms delay.
Can anyone give me some tips or pointers?
BTW, I am a beginner when it comes to LabView.