Hi Specialists,
maybe I didn't understand the IVI-Concept, but I hope to get help here.
With the LabWindows/CVI 8 wizard I made an IVI-Driver for general purpose for our instrument. This instrument has a GPIB and an Ethernet port.
First I did a GPIB driver an everything went well with "GPIB0::18::INSTR". But it is necessary to communicate also over Ethernet. The instrument is well connected and communication is possible (ping 10.0.0.2 gives answer and the also our standard software works).
Now the wizard doesn’t show TCP/IP as an option to generate a new driver. Only GPIB, Serial and VXI. OK, I found the following option for the initialization in the help for CVI “TCPIP::10.0.0.2::INSTR”, but it doesn’t work. I become the error from the function viOpen which returns -1073807239 “The protocol specified is invalid”.
In the help of the initialization-panel (wich was generated from the wizard) the “TCPIP::”-option isn’t descripted (only GPIB, AXI and ASRL are shown), but in the help for CVI I found it under “VISA Resource Syntax and Examples“ with many others.
What about the VISA which should allow TCP/IP? Is it automatically includet in the driver made by the wizard? How can I communicate with the instrument over Ethernet?
Please help!