I'm new in here and I have a question. I want to read a spreadsheet file with pattern inside. Well that's no problem. But when I want to write this data to the NI-DAQ-6533 I get many problems. I only can send the data with a software-timed-loop with only 1kHz. That's too slow. Now I want to use the internal clock of the card, but it don't work.
Have anybody an VI which reads pattern out of a file and write them to this 6533 CARD? In the end I need an VI which can send 16Bits and read 8Bits responses.
I only want to know how i've to setup the clock-VI. I want to send digital-data from a file with 1MHz to a perpherial-device, connected to the DAQ-6533.
But erverytime i run, the Buffer generates an error.
It's very important, I have to finish the VI at friday.
Panama, For reading a spreadsheet file, you can use simple File I/O VIs. There is a 'Read From Spreadsheet File.vi' that might do exactly what you want. As far as the DIO, I would suggest taking a look at some of the shipping examples (Help>>Find Examples). The Pattern Output examples might be particularly useful in your case. -Alan A.