09-28-2013 12:11 PM
Hello
How do i output a series of high and low in NI9472 . i.e I want to output eg (10101010)-basically through one line ONLY not all lines in port . When i try to send that data in array it gives error 200524. I understand what the error is saying but i am only trying to supply data to line 0 not all lines. I want to supply a constant array of the binary data then let the DAQ output it as if i was turning on and off a switch. Thank you.
09-28-2013 12:13 PM
I updated the program as shown, trying to build array of 8 elements
Thank you
09-30-2013 06:14 AM
Hi Jamma,
try it without express VI's, there are examples in the example finder
i try it myself but only with a simulation in NI-MAX, no error's, see attached
09-30-2013 05:00 PM
Thank you for your reply. I have labview 2010 and it gives an error opening your file, is it possible for you to convert the attachment so labview 2010 can open it ? Thanks again
09-30-2013 06:41 PM - edited 09-30-2013 06:43 PM
Hello Jamma,
The 9472 isn't capable of buffered output- you'll need to output one sample at a time at the rate that you want the channel to toggle high/low.
For reference:
NI Community Example: Digital - SW-Timed Output
https://decibel.ni.com/content/docs/DOC-25288
Regards,