02-19-2010 10:19 PM
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.
02-20-2010 08:22 AM
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.
02-20-2010 06:03 PM
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.
02-21-2010 06:28 PM