PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there an equivelent to GPIB IDN? command for DAQMX devices

I am trying to initialize a 4461, but I have no Idea if the instrument is there and working properly unless I configure it. Is there a way that I could have the 4461 reply with a message to know I can communicate to it and maybe run a self test?
0 Kudos
Message 1 of 4
(3,426 Views)
You may use the measurement & automation explorer to test the presence and funtion of your card in your own or in remote systems.
Peter Griese
NI
0 Kudos
Message 2 of 4
(3,419 Views)
Is there a way to do it in Labview? Because I am using it in an automated test.
0 Kudos
Message 3 of 4
(3,409 Views)
There is a property node for getting all devices in Sytem. (property node class: DAQmx>>DAQmxSystem).
Then you can get device Type, ID, ... of each device with a property node (property node class: DAQmx>>DAQmxDevice).
There is a VI to reset a specific device (DAQmx>>DeviceConfiguration>>DAQmx reset).
There is no DAQmx function call to explicitly run a self-test as Measurement & Automation Explorer does. However, the DAQmx functions will return an error code if the device is not working properly.
Peter Griese
NI
0 Kudos
Message 4 of 4
(3,406 Views)