02-26-2009 08:27 AM
Hello,
I've got the following modules:
- PXI-6723 AO
- PXI-5114 Oscilloscope
- PXI-2593 Multiplexer
- PXI-4071 FlexDMM
- PXI-5404 Frequency Generator
- PXI-2575 Multiplexer
- PXI-6289 AI, DIO, AO
I wanted to know which calibration data (date of calibration, cycle count and so on) can be programmatically read from these modules and how it's done in TestStand. Right now, I've got an external test program which displays the cycle counts for the multiplexer switches so it's definatly possible to get these but I don't know how to.
Sincerely,
Peter
02-26-2009 09:52 AM
The information is obtained by a code module that you would call in TestStand. You don't mention which language you are using so generically speaking, your code module would make calls in the device driver. For example, some of your instruments are programmed with DAQmx. There are properties and methods in the DAQmx driver that allow you to retrieve calibration data. For another example, you have a scope and that is programmed with the NI-Scope driver. There are functions in this driver to do something similar.
02-27-2009 05:42 AM
I will be using the graphical language that comes with LabVIEW.
Do you know what these properties and methods are called and where I can find them?
Sincerely,
Peter
02-27-2009 09:46 AM