I am using a PCI-System with a PCI-DIO-32HS and a NI-5112 module in it. In "MAX" I can see the modules under the following sections:
1. NI-DAQmx: "NI PCI-DIO32-HS: Dev1"
2. PXI-System: "PXI2::8::INSTR (PCI-DIO-32HS)" and "PXI2::6::INSTR (NI5112 for PCI)"
3. Traditional NI-DAQ: "PCI-DIO-32-HS (Device 1)" and "NI 5112 for PCI (Device 2)"
I started the VISA-server on this machine and included the IP-Address of the machine under Network. If I look there under "Network" -> "10.0.1.149" -> "Devices and Interfaces" I see the 2 modules in the section PXI Systems: "PXI2::8::INSTR (PCI-DIO-32HS)" and "PXI2::6::INSTR (NI5112 for PCI)"
My problem is that I have to access this two cards from a remote systems. After having problems with this I tried to reduce the problem to the machine with the interface cards included. I used the CVI-sample-programm "Getting Started" from "..\CVI8.1\samples\niScope" and tried to examine the behavior with it by modifing the parameter in the field for the resource-name:
1. Using "DAQ::2" works fine
2. Using "PXI2::6::INSTR" or "PXI2::6" results in an error message in "niScope_init (return: 0xbfff0011)
3. Using "visa://10.0.1.149/DAQ::2" or "visa://10.0.1.149/PXI2::6::INSTR" results in the same error-message like point 2
Now my question: Is it possible to access NI-DAQ or NI-DAQmx hardware via NI-VISA remotly even if I can't see the hardware over the network? Which possibilities do I have to access the remote system?
Thanks in advance
Willi