08-25-2011 03:14 AM - edited 08-25-2011 03:21 AM
Hi,
we run some PXI systems connected to PCs and sometimes the cards are swapped. Now I would like to write an application (Monitor temperatures, self calibration, calibration, SN) for all systems and need an auto detection of all cards in the system.
Problem: The solutions provided with the DAQmx system - devices property don't seem to work (empty) if you (only) have scope/fgen/sync devices.
If I place a IVI device control on the frontpanel without filter I have all devices in the pull down, but can't find a property to resolve that pull down to devices....
VISA will find the PXI backplane 😕
Modular instruments ??
Read the configuration from MAX file?
Solved! Go to Solution.
08-29-2011 08:30 AM
Hey Henrik,
could you please specify the PXI controller and the modules you have. There should be differences in the functionality between different modules.
Best regards
Thomas
08-29-2011 01:03 PM - edited 08-29-2011 01:04 PM
Thank you Thomas for the reply, will pass all Labs to have a look.
All are external PC controlled mostly via MXI(?) fiber. And the cards 6652 , 5422, 5922,5900,5124, 6251 ...
DAQmx, Scope, FGEN and who knows what the future brings?
MAX can find them, so how to ask MAX with LabVIEW to get the answer what is in the rack?
08-30-2011 04:30 AM
Here we go
Chassis 1045Q, 1062Q
MXI:8336, 8375
Modules
5124
5402
5404
5406
5421
5422
5900
5922
6251
6602
6652
6672
Mostly PXI, some PXIe
Might be some DSO or FPGA will follow.....
(And that is one Lab... If you have access to the NI customer database lookup PTB 😉 and some colleagues signaling interest in this software ..)
08-30-2011
10:03 AM
- last edited on
06-20-2024
10:09 AM
by
Content Cleaner
Hello Henrik,
The way MAX handles these is via the associated drivers for the device. However, there is an underlying layer that can detect most if not all NI devices. This has been abstracted into the NI System Configuration driver. You can use the NI System Configuration driver to detect devices that are present in the system and get basic things like serial number, current temperature, calibration dates, self-calibrate, self-test, etc. I believe these functions apply to all devices, but I'm not certain.
The NI System Configuration API Help is here that can help get you started.
08-31-2011 03:13 AM
Thank you Seth,
That looks very promising. As soon as I have access to the equipment I'll give it a try :).
(Will mark it as solution after test 😉 )