Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

Looping from 'HALF' onboard memory

Hi to everyone.
I've got a problem. I have to use a PXI-6534 board with a group as input and a group as output.
My application requires a continuous data transfer.
I'd like to loop from onboard memory in the output group (the pattern is always the same) but the input group doesn't work.
When the number of scans is equal to the buffer dimension the Digital Buffer Read.vi stops (in Digital Buffer Control.vi I set number of scans = 0 to acquire data continuously).
Could some one help me? Thanks!
0 Kudos
Message 1 of 2
(3,083 Views)
The thing you are trying to do with your 6534 board is definitely possible.
It depends on what Development environment you are planning on programming your application but there are some good examples on the web.
For example try to look at the following link

LabVIEW example
http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3D87356A4E034080020E74861&p_node=DZ52321&p_source=External

If you are programming in C,C++,Visual Basic, you should try to put together two of the examples that perform DoubleBuffered Pattern Input and Output with regeneration activated.

Regards,
AlessioD
National Instruments
0 Kudos
Message 2 of 2
(3,083 Views)