From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Dynamic Signal Acquisition

cancel
Showing results for 
Search instead for 
Did you mean: 

What is the device_type_number for a PXI-4472B?

What is the device_type_number for a PXI-4472B?
0 Kudos
Message 1 of 4
(6,694 Views)
I am not sure what you mean. Where are you being prompted for the "device_type_number" or where do you see this referenced. Any clarification you can provide will help.

Best Regards,
Jeremy R.
NI - Applications Engineer
0 Kudos
Message 2 of 4
(6,694 Views)
I mispoke on device_type_number as the variable is labeled as device_type_code, if memory serves correctly, in your older NIDAQ examples. It is the parameter found by using:

Get_DAQ_Device_Info (iDevice,ND_DEVICE_TYPE_CODE,&device_type_code);

where iDevice is the device number set in MAX. For example, this number for a PCI-6052 = 273 and for a PXI-4472 = 335. Does the PXI-4472B have the same device type code as the PXI-4472 or is it different?
0 Kudos
Message 3 of 4
(6,694 Views)
Hello Duncan --

From a software perspective, the 4472B is identical to the 4472. If you call DAQ Device info, you will get 335. Also, MAX does not distniguish between the two devices (it uses the DAQ Device Info call under the hood).

Bryan
0 Kudos
Message 4 of 4
(6,694 Views)