06-06-2016 12:33 AM
i am using NI DAQ card 9264
I wish to generate a constant signal on ao2, PWM pulse on ao3.
Now,
If I try to add the two signals as an input to daq assistant, it shows error
If i create two instances of the daq card and and add one signal to each, it shows an error
Is it even possible to do what i intend to do?
if yes, how?
06-06-2016 04:05 AM
Of course you can.
See attached VI.
06-06-2016 06:16 AM
I'm working in version 2010, your file isn't compatible with the version i am using..
could you convert it to an earlier version please?
06-06-2016 07:08 AM
V10 file attached ....
06-06-2016 11:59 PM
Did you not use DAQ assistant ?
could you send me screenshot of the block diagram?
06-07-2016
01:26 AM
- last edited on
12-20-2024
03:14 PM
by
Content Cleaner
Hi Bgmnt,
Did you not use DAQ assistant ?
No.
Why should we?
(I already told you to get rid of (most) ExpressVIs!)
could you send me screenshot of the block diagram?
You already got the VI. What else do you need?
Did you check the free online resources to learn LabVIEW as I told you in your other thread?
Did you already find this interesting article by NI?
06-07-2016 02:23 AM - edited 06-07-2016 02:25 AM
How to generate to outputs simultaneously using DAQ 9264 card using DAQ assistant.
Here is my VI.
When i run this I get an error saying source is reserved.
Kindly help using DAQ assistant.
DAQ assistant 2 and 3 use the same NI card but point to different channels
06-07-2016 02:28 AM
Nothing to add to GerdW said...
I gave you the solution, you just have to fill in what you need.
How could you have those VIExpress everywhere... without error management... Do you understand dataflow ?
I suggest you to do NI courses.
BR,
Vincent
06-07-2016 03:46 AM - edited 06-07-2016 03:49 AM
Hi Bgmnt,
Kindly help using DAQ assistant.
No, why should we?
All the DAQmx example VIs explain how to use plain DAQmx functions. You already got an example using plain DAQmx functions. I gave you a link explaining the plain DAQmx functions.
Using ExpressVIs as massively as you do right now will not assist you in the future…
When i run this I get an error saying source is reserved
DAQ assistant 2 and 3 use the same NI card but point to different channels
Did you ever think about the relation between those two sentences?
Well, could there be a relation between using two DAQAssistants working on the very same hardware and that error message?
Think about it!
If you want to stick with ExpressVIs: Read the LabVIEW help on how to configure them… (As written above I recommend to use plain DAQmx functions!)
And next time PLEASE use the AutoCleanup tool!