Re: buffered digital output

2004-03-21 Thread Thijs
Thanks for you answer, I have an E-series board AT-MIO 64 board, I'm trying to connect a DIO config VI, but i don't know what i have to fill in at the "port list"connection? It should be a 1D string array? All i want is the first 8 digital channels, 0 -7 and i want to call them with a U8 array. I h

buffered digital output

2004-03-21 Thread Thijs
Hello, I'm busy writing a little programm wich should generate different digital outputs: Is there a simple vi which demonstrates how to fill a buffer with say 1000 points (an array of 1000 U8's) and the writes the data to my digital output with a frequency of 1000 Hz and then stops! I thought it

Re: buffered digital output

2004-03-01 Thread GrantM
Hello Thijs, The "Port List" connection of the DIO Config.VI should be wired with an array of the digital ports you wish to use. Each port has 8 digital lines. Unfortunately, the E-series devices do not support hardware-timed digital I/O. You could still output your points in a software loop, b

Re: buffered digital output

2004-02-28 Thread Ben
The answer depends on your hardare. If you are using an NI-DAQ device you can see the examples under help>>>Search Examples>>>Hardware Input and Output>>>DAQ(Traditional DAQ)>>>Digital Input and Output>>>... The ... depends on the board you are using. If you can't find what you wnat there, your