PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

Where can I find PXI-6123 register definitions for register-based communication?

Solved!
Go to solution

Well, the subject line tells it all, I hope. I need to write a driver for the PXI-6123. I prefer a VISA driver because our data acquisition application is written in Java. I have already created an Open Source VISA wrapper in Java which can be found at jvisa.sourceforge.net. To write the PXI-6123 driver I need the relevant communication definitions. I don't even know whether the card supports registers or messages.

 

If I cannot come by this information, I guess I have to write a driver written in C using the DAQmx API and create a JNI wrapper around that driver.

 

0 Kudos
Message 1 of 2
(3,559 Views)
Solution
Accepted by topic author gunnibaba

Hi Gunnibaba,

 

Have you seen the NI Measurement and hardware DDK resources?

 

Based on the FAQ, it looks like there is an example for the NI-6133, which is in the same device family. You might want to start by looking at that:

 

Measurement Hardware Driver Development Kit (MHDDK) Frequently Asked Questions

https://www.ni.com/en/support/documentation/supplemental/18/measurement-hardware-driver-development-...

 

Please note that this kit is supported on a separate forum by R&D only:

https://forums.ni.com/t5/Driver-Development-Kit-DDK/bd-p/90

 

If you have any follow-up questions, please post them to that forum.

 

Regards,

 

Kyle S.

Applications Engineer

National Instruments

Message 2 of 2
(3,543 Views)