The section describes in detail how to configure the remote control of the multiple PXI analyzer programs executed simultaneously on a single chassis.
•Assign a unique TCP/IP port number for each Analyzer on the PXI chassis for the HiSLIP or Socket protocol used. For example, if HiSLIP is used, assign port 4880 to the first analyzer, 4881 to the second, and so on. Assigned TCP/IP port number is preserved on subsequent launches of software for each PXI analyzer.
•Specify the VISA address of the Analyzer in the user program with the mandatory indication of the TCP/IP port number assigned, as in the examples below.
HiSLIP |
TCPIP0::192.168.0.1::hislip0,4880::INSTR TCPIP0::192.168.0.1::hislip0,4881::INSTR |
Socket |
TCPIP0::192.168.0.1::5025::SOCKET TCPIP0::192.168.0.1::5026::SOCKET |
Socket |
192.168.0.1:5025 192.168.0.1:5026 |