Remotecontrol Network & Wireless Cards Driver



Get Connected with Remote Internet

Dish network remote control setup guide (17 pages) Remote Control Dish Network 20.1 User Manual (65 pages) Remote Control Dish Network 54.0 Quick Start Manual. Whether you need to access your work computer from home, view a file from your home computer while traveling, or share your screen with friends or colleagues, Chrome Remote Desktop connects you to your devices using the latest web technologies.

Operating in a remote location presents challenges. Not having access to the Internet does not have to be one of them. With Skycasters remote satellite Internet service, get lightning fast broadband that is designed specifically for commercial use, to provide remote Internet access anywhere.

When We Say Anywhere, We Mean It

Remotecontrol Network & Wireless Cards Driver

Our remote Internet satellite network provides bandwidth on some of the world’s most premier geostationary satellites offering service virtually everywhere in the western hemisphere. When security is an issue, Skycasters uses VPNs (Virtual Private Networks) and Private IP (Internet Protocol) networks at encryption levels that satisfy even the most-security conscious federal agencies.

The Most Reliable Connection for SCADA and Smart Grids

Today’s advanced monitoring technologies require consistent download and upload speeds to ensure proper functioning. But when the remote Internet connection is lost, service is interrupted, which can disrupt functions and compromise safety.

Unlike land-based systems that are vulnerable to local infrastructure failures, satellite Internet keeps users connected with their remote sites, despite weather, disaster, or line failure, guaranteeing a connection that terrestrial ISPs (Internet Service Providers) cannot.

Business-Grade Equipment for Doing Business

From our multiple teleports on the ground to the VSAT dish and indoor modem at customer locations, every component in our network is commercial-grade, to provide the most reliable remote satellite Internet service. While consumer-grade companies can only offer data transmission speeds “up to” a certain amount, Skycasters remote Internet guarantees a CIR (Committed Information Rate).

Keep Business Moving

Not only does the Skycasters network provide communications solutions anywhere, but it allows business to be done anywhere. Users can use a remote connections to stream video, make a phone call using satellite Internet VoIP (Voice over Internet Protocol) technology, and fax, all at the same time, for optimum productivity and profitability. Skycasters designs customized remote Internet options specifically to meet the unique speed and usage requirements of each customer.

Unmatched Reliability & Service for Remote Internet Access

Skycasters provides remote broadband satellite Internet at a reliability rate that routinely tops 99%–great news for those who use satellite as their primary Internet connection. Our remote Internet service is:

  • Metered to offer low-latency data transmission for speed & performance.
  • Provides a direct connection to the U.S. Internet backbone for fewer potential points of congestion or failure.
  • 24/7 tech support live from in-house experts in our Akron, Ohio NOC.

Remote Satellite Internet Access for GSA Contract Customers

Skycasters delivers SATCOM services to U.S. military and government agencies as a GSA contract holder. Qualifying agencies can have remote Internet options for primary satellite Internet, Continuity of Operations (COOP), mobile & disaster response at affordable rates.

  • Fixed Internet connection
  • Mobile satellite trailer for purchase or rent
  • SkyPortable Flyaway for purchase or rent
  • Narrowband/SCADA solutions
  • Telemedicine
  • Virtual Private Network
  • First responder plans and services
  • Data center co-location
  • Video streaming
  • PTMP (Point-to-Multipoint)

DO YOU NEED RELIABLE, HIGH-QUALITY INTERNET SERVICE FOR BUSINESS CONTINUITY?

Remotecontrol Network & Wireless Cards Driver

If internet connectivity is critical to your business, contact us today to learn more about our backup connections for business continuity. One of our dedicated team members will be happy to explain our plans and get you started today.

CONTACT US NOW Wireless

Overview

The LAN (Local Area Network) remote control system provides two methods: controlling the E5071C using the SICL-LAN server and controlling the E5071C using the telnet server.

System Configuration

Use a LAN cable to connect between the E5071C and the external controller (computer). The following figure shows the overview of the system configuration of the LAN remote control system.

Configuration of the LAN remote control system

Required Equipment

  • E5071C

  • External controller (PC or workstation that can be connected to LAN)

  • Other devices (other instruments and/or peripherals that serve your purpose)

  • LAN cables

Control over SICL-LAN Server

In the control system using the SICL-LAN server, communication between the external controller (client) and the E5071C (server) is performed using the SICL-LAN protocol. Communication is performed using SICL (Standard Instrument Control Library). You can control the E5071C by programming using SICL or VISA with the C language in the UNIX environment, or Visual C++, Visual Basic, or VEE in the Windows environment.

Remotecontrol Network & Wireless Cards Driver

Preparing the E5071C

To communicate with the external controller, follow these steps to turn on the SICL-LAN server of the E5071C in advance.

  1. Turn ON the network to activate the SICL-LAN Server of the E5071C.
    System > Misc Setup > Network Setup > Enable [ON]

Preparing the external controller

In order to establish communication to the E5071C using the TCP/IP protocol, you need to set the I/O interface of the external controller in advance. This section shows the setting procedure when using the external controller in the Windows environment.

  • You must install the Keysight I/O Libraries on your PC in advance. Use Keysight I/O Libraries Suite 14.2 or later.

  1. From your PC's Start menu, click Program > Keysight I/O Libraries Suite > Agilent Connection Expert to open the Keysight Connection Expert setting screen.

  2. In Instrument Tab, click +Add icon, then select LAN Instrument.

  3. In Add a LAN device dialog box, select Enter Address tab, then type the IP address of the E5071C and click OK. You can change settings as necessary. For details, refer to the Keysight I/O Libraries Suite documentation.

Control using C or Visual Basic

You can control the E5071C by programming using SICL with the C language in the UNIX environment, or Visual C++ or Visual Basic in the Windows environment.

Control using Keysight VEE

Keysight VEE allows you to control the E5071C via the I/O interface. The following example shows how to control the E5071C that is set as follows: the address of the SICL-LAN server is 17 and the IP address is 146.208.116.90.

  • When using Keysight VEE for PC, use Keysight VEE Pro 7.5 for Windows or later.

Remote Control Network & Wireless Cards Drivers

  1. On the Keysight VEE's I/O menu, click Instrument Manager

  2. In Instrument Manager, click Add...

  1. A new windows appears for the selection of Interface Type. Select TCPIP and click OK.

  2. In Instrument Properties, type any name for the Instrument in Name (for example: ENA or E5071C), and add TCPIP0::<IP Address> in the TCIP Address, where <IP Address> is the IP address for E5071C. For example, if the IP address for E5071C is 146.208.116.90, then the value for TCPIP Address would be TCPIP0::146.208.116.90. Click OK after entering all the parameters.

  3. The Instrument manager displays the connection with E5071C.

The following figure shows an example of control using the I/O interface that has been set in the above procedure.

Control with Telnet Server

  • Port 23 is replaced by port 5024 in revision A.11.0x and above. There is no change in port 5025.

In the control system over telnet server, communications are performed through connection between the sockets provided by the processes of the external controller and the E5071C to establish a network path between them.

A socket is an endpoint for network connection; port 23 and port 5025 are provided for the sockets for the E5071C. Port 23 is provided for conversational control using telnet (user interface program for the TELNET protocol) and port 5025 for control from a program.

  • To use telnet, port 23 and 5025 should be opened through Windows firewall.

  • By opening port 23 and 5025, the E5071C can be controlled remotely using telnet. It is recommended to close port 23 and 5025 after usage from the security prospective.

Preparing the E5071C

To communicate with the external controller, follow these steps to turn on the telnet server of the E5071C in advance.

System > Misc Setup > Network Setup > Enable [ON]

Conversational control using telnet (using port 23 for revision A.10.0x and below , and port 5024 for revision A.11.0x and above)

You can use telnet to perform conversational control by sending SCPI commands to the E5071C on a message-by-message basis. For telnet, the socket of port 23 is used for communications.

In this example, in order to show you the control procedure using telnet, you control the E5071C (IP address: 146.208.116.90 and host name: e5071c) from the external controller in the Windows environment.

  1. Open the MS-DOS command prompt screen.

  2. At the MS-DOS prompt, type telnet 146.208.116.90 or telnet e5071c and press the return key.

  3. The telnet screen opens.

  4. Type a command and press the return key; it is sent to the E5071C and executed. If you enter a command that queries some data, the query response is displayed below the line you have entered the command.

  5. The following figure shows the screen after using the :SYST:PRES command to reset, the :SENS{1-36}:FREQ:STAR command and :SENS{1-36}:FREQ:STOP command commands to set the sweep start value and stop value to 1 GHz and 2 GHz respectively, and checking the settings.

Example of control using telnet

  1. Press ] while holding down Ctl in the telnet screen to break the connection to the E5071C. The telnet prompt appears. At the telnet prompt, type quit and press the Enter key. The connection to the E5071C breaks and telnet finishes.)

Remotecontrol Network & Wireless Cards Drivers

Control from a program (using port 5025)

When controlling the E5071C from a program on the external controller, use the socket of port 5025 for connection.

  • Some functions such as service requests that are available in the GPIB remote control system are not available in control over telnet server.

Control using C or Visual Basic

You can control the E5071C by socket programming using the C language in the UNIX environment, or Visual C++ or Visual Basic in the Windows environment.

For socket programming, the library for network connection on the TCP/IP protocol is required. For the UNIX environment, BSD (Berkeley Software Distribution) Sockets API is available; for the Windows environment, WinSock (WinSock1.1 and WinSock2.0) created by porting BSD Sockets to Windows and expanding it is available.

For more information on the control method, see a sample program for control using WinSock described in 'Controlling Using Telnet Server'.

Control using Keysight VEE

Keysight VEE allows you to control the E5071C through the connection to the socket of port 5025 using To/From Socket. The following figure shows an example (when the IP address of the E5071C is 146.208.116.90). Enter 5025 in Host Name to specify the port for connection (1 in the following figure) and enter the IP address or host name of the E5071C in the field to specify the host name (2 in the following figure).

Example of control using Keysight VEE