![Keysight Technologies 1250-1666 Demo Manual Download Page 21](http://html1.mh-extra.com/html/keysight-technologies/1250-1666/1250-1666_demo-manual_1961813021.webp)
Run the program in simulation mode
On the Visual Studio, run the program by
pressing start button (blue triangle button on
top of the software).
The program runs in simulation mode.
Press Enter key to close the command
prompt.
Modify the code
1)
Show Solution Explorer
View > Solution Explorer
Select Module1
Double-click “Module1.vb” to show the code
2)
On the line 26, change IP address to
146.208.119.171
3)
On the line 29, change to
simulate=false
In this example, we use M937X installed in the system which IP address is 146.208.119.171. Use this example
as the general guide for your program.
In this example, we use HiSLIP protocol to access M937X hardware, by using below resource description:
resourceDesc =
"TCPIP0:: 146.208.119.171::inst0::INSTR"
If you use HiSLIP protocol like above, M937X Soft Front Panel should be running to make connection.
You can also access M937X hardware directly, by using below resource description:
resourceDesc =
“PXI12::0::0::INSTR”
resourceDesc =
“PXI0::CHASSIS0::SLOT5::FUNC0::INSTR”
In this case, the M937X Soft Front Panel does not need to be running.