Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

how to acquire digital input of pci6024e

Hi, I'm newbie in daq with e series. I'm using LV8. I dont know why the card can not acquire my signal. My signal come from signal generator (for testing purpose). I'm using the example .vi file which I found in the net. Here I attach the example. Hope someone could tell me what is the problem and guide me at least I can acquire the signal.

Thank you.

 

0 Kudos
Message 1 of 4
(3,106 Views)

Where did you find that and why don't you start with the examples that come with LabVIEW?

 

You are attempting analog input and not digital input. That VI is written a bit strangely since it is set for continuous acquisition but then the DAQmx Read is set for 1 point. Try one of the simple examples of analog acquisition and if you have a problem, please provide some details - especially any error codes that are generated. You could also use the DAQ Assistant.

0 Kudos
Message 2 of 4
(3,097 Views)

You can find digital input example from Help>>Find Examples>>Hardware Input and Output>>DAQmx>>Digital Measurement.

Check with Requirement pane inside Example Finder whether this example supports 6024E.

0 Kudos
Message 3 of 4
(3,088 Views)
thanks to all.. First, I'll try wit example as suggested.
0 Kudos
Message 4 of 4
(3,074 Views)