08-26-2005 11:29 AM
08-29-2005 10:43 AM
08-29-2005 02:04 PM
Hi Allan,
Yes, I have NI-DMM 2.4.5 installed on both the remote system and the host system. I can find my NI-4060 in MAX and can communicate with it using the VISA test panel in MAX just fine. When I try to use the NI-DMM Initialize.vi, I run into an error however. I am giving the vi the incorrect instrument descriptor, but I don't know where to find the correct instrument descriptor apparently. The following is the actuall error code that I'm receiving when I run the init vi:
niDMM Initialize.vi<ERR>The instrument descriptor is invalid. Valid Syntax: "DAQ::device number[::INSTR]", where device number is the NI-DAQ device. If the resource descriptor is an IVI name, it must match the entry in the IVI Configuration Store in a case sensitive manner.
The instrument descriptor that I'm using is what I see in MAX: PXI3::15::INSTR
I don't see any "DAQ::#[::INSTR]" for any of the devices I have, including the DAQ cards (PXI-6052E, PXI-6040E, PXI-6713 - which all are working fine). The error is saying I need the device number of the NI-DAQ device, but this isn't a NI-DAQ device - or at least it doesn't show up in DAQ Devices in MAX.
Thanks for your help,
Scott
08-30-2005 01:32 PM
Hello ODRulz!
First, are you being careful to switch your target from LabVIEW for Windows to your RT target? Next, when you say your device isn't showing up in MAX do you mean under Remote System>>RT Target>>Devices and Interfaces or under My System>>Devices and Interfaces. Your device should show up under the first. Let me know and we will go from there. Have a great day!
Allan S.
National Instruments
08-30-2005 03:16 PM
08-31-2005 09:32 AM
08-31-2005 01:22 PM
Hi Richard,
Thank you. I ran that test and there are no Visa's running describing any of the PXI instruments. I've attached a screenshot of the results sitting on top of what I'm seeing in Max. For the Visa's, the 6 GPIB's are for HP6610xA power supplies and the serial's are for an 8-port serial card (plus the 2 on the 8187 controller), which is a PXI card (8421). When I'm trying to initialize the DMM I am running on the targeted system as shown so I should only need the descriptor after the IP address (PXI3::15), correct? As noted from the error description above, the vi is looking for a "DAQ::" descriptor and I don't see anything like that in Max.
Hope this helps with the diagnosis,
Scott
09-01-2005 09:57 AM