09-19-2007 03:15 AM
09-19-2007 09:48 AM
09-20-2007 05:54 AM
09-20-2007 08:33 AM
09-21-2007 06:26 AM
10-26-2008 12:47 PM
Hey,
I think I am having a similar issue.
I have an array of values. I want to send them to an analog connection... But I can't send a whole array.. I need to send one value at a time.
Could someone give me some direction on this?
Im really new at this, as a student.
- Justin
10-26-2008 04:14 PM
What have you written so far? What language are you using? If it's LabVIEW then all you probably need to do is place a DAQmx Write inside a for loop with the array outside the loop and wired through it and to the DAQmx Write. A for loop will automatically index the array one element at a time. Post the code you've written if you need some help with it.
You can find several resources on learning LabVIEW basics here
10-26-2008 05:19 PM
Hey,
I think I did what your saying. Its working now. 🙂
-Justin