PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

Controlling a PXI-4461 in a C++ program

Solved!
Go to solution

My goal is to create a standalone program that can control a PXI-4461 from a C++ program.  I am using the following hardware: PXI-1056, PXI-6652, PXI-4461, and PXI-PCI8336.  I looked at the “C Function Reference Help” and I'm starting to understand how to measure and source the PXI-4461.  How do I call the self calibration from my C++ program?

 
0 Kudos
Message 1 of 5
(4,316 Views)
I just found the "NI-DAQ™mx C Reference Help"  that contains the self calibration functions I was looking for.  What is the minimum install needed to use my hardware in a standalone program?  Can I just add a couple of dlls, or do I have to do a full NI install?
0 Kudos
Message 2 of 5
(4,313 Views)
Solution
Accepted by topic author Eagle01
This is the smallest redistributable for DAQmx. It has a much smaller footprint than the full version but does not include MAX.
CTA, CLA, MTFBWY
Message 3 of 5
(4,311 Views)
Is it possible to just install the windows drivers(.sys) needed by me hardware
0 Kudos
Message 4 of 5
(4,206 Views)
The runtime engine is the lowest install level offered by NI.  You could make sure you are just installing support for C# to make sure any extraneous stuff is not included.
Doug Farrell
Solutions Marketing - Automotive
National Instruments

National Instruments Automotive Solutions
0 Kudos
Message 5 of 5
(4,182 Views)