I would like to program the PXI-6534 from a Linux application. I can talk to the card and set the registers. However, the Hardware DDK only contains information on the PXI-6533 (not the 6534), and there are two differences.
The PXI-6534 has onboard memory, and a onboard looping mode that I need to use. The register map for the 6533 (from the DDK) does not include any information about these features (because they don't exist on the 6533).
I found information on how to do it from a windows platform using NI-DAQ, but I need to do it from Linux. I have a driver, but need information on what registers to talk to and their formats.
1. How do I load the PXI-6534 onboard memory and enable it (what registers and f
ormats do I use)?
2. How do I enable the PXI-6534 onboard memory looping mode (what registers and formats do I use)?
Thanks in advance !