Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Digital output pattern generation

Hi!

I need for my PCI-6025E a Method, to write in a fast way 3 digital channels with a digital pattern for an LCD display.
The display needs 40bits of rising flanks of a clock (not more than 500Hz) and parallel during this clock a enable-signal (high) and of course data can be set with another digital output during the risingflank of a clock, because the bits are set during the falling flank of the clock!

I tried with setting the digital outputs in a while loop, but this is very slow..
I want to use an internal clock maybe a counter of the DAQMx Card, so that I can speed up this.
To show a number on the display, it is necessary, to send 40 bits with high or low bits, to indicate the numbers on the display.
 
Is it possible, to start an internal clock of the card, and get the status of the rising falls, to set my digital output? would this speed up anrything?
Or can I produce the 40Bits on my software, sending it down into a buffer on the 6025E, and let the hardware set the 3 digital outputs as required ?
If something is possible, can you give me examples for Visual Studio .NET with the use of csharp?
Thanks a lot!

Yours, Klaus
0 Kudos
Message 1 of 1
(3,221 Views)