Difference between revisions of "GAUSS INSTRUMENTS TDEMI"

From RadiWiki
Jump to: navigation, search
Line 1: Line 1:
{{DeviceDriverInfo
+
The [[GAUSS INSTRUMENTS]] [[TDEMI]] is controlled using an ethernet connection. The {{RadiMation}} device driver is able to control the Gauss Instruments TDEMI using the ''TCPIP''-stream or the ''VISA''-stream. For these connections it is important that the destination port 21683 is used, because that is the network port that the TDEMI is listening on for new connections.  
|DLLFile=ADVSA.DLL
 
|DeviceBrand=Gauss Instruments
 
|DeviceDriverName=TDEMI
 
|DeviceType=TDEMI
 
|SupportedDeviceTypes=512
 
|HideAutoData=1
 
}}
 
 
 
The [[Gauss Instruments]] [[TDEMI]] is controlled using an ethernet connection. The {{RadiMation}} device driver is able to control the Gauss Instruments TDEMI using the ''TCPIP''-stream or the ''VISA''-stream. For these connections it is important that the destination port 21683 is used, because that is the network port that the TDEMI is listening on for new connections.  
 
 
* For the TCPIP-stream the correct connection string is: <b>''tcpip://<IP-ADDRESS>:21683''</b> (where <IP-ADDRESS> is the network IP address and 21683 is the default port of the TDEMI).  
 
* For the TCPIP-stream the correct connection string is: <b>''tcpip://<IP-ADDRESS>:21683''</b> (where <IP-ADDRESS> is the network IP address and 21683 is the default port of the TDEMI).  
 
* For the VISA-stream the correct connection string for the Visa-ID is: <b>''TCPIP::<IP-ADDRESS>::21683::SOCKET''</b> (where <IP-ADDRESS> is the network IP address and 21683 is the default port of the TDEMI).
 
* For the VISA-stream the correct connection string for the Visa-ID is: <b>''TCPIP::<IP-ADDRESS>::21683::SOCKET''</b> (where <IP-ADDRESS> is the network IP address and 21683 is the default port of the TDEMI).
  
 
A Gauss Instruments TDEMI can only be controlled by a single program at the same time. This can raise problems when the TDEMI is controlled at the same time by multiple device drivers (like a Scanning Receiver and a LISN device driver). It is important that all TDEMI device drivers are using exactly the same communication addresses to ensure that only a single communication stream is used to communicate with the TDEMI.
 
A Gauss Instruments TDEMI can only be controlled by a single program at the same time. This can raise problems when the TDEMI is controlled at the same time by multiple device drivers (like a Scanning Receiver and a LISN device driver). It is important that all TDEMI device drivers are using exactly the same communication addresses to ensure that only a single communication stream is used to communicate with the TDEMI.

Revision as of 15:24, 13 February 2020

The GAUSS INSTRUMENTS TDEMI is controlled using an ethernet connection. The RadiMation® device driver is able to control the Gauss Instruments TDEMI using the TCPIP-stream or the VISA-stream. For these connections it is important that the destination port 21683 is used, because that is the network port that the TDEMI is listening on for new connections.

  • For the TCPIP-stream the correct connection string is: tcpip://<IP-ADDRESS>:21683 (where <IP-ADDRESS> is the network IP address and 21683 is the default port of the TDEMI).
  • For the VISA-stream the correct connection string for the Visa-ID is: TCPIP::<IP-ADDRESS>::21683::SOCKET (where <IP-ADDRESS> is the network IP address and 21683 is the default port of the TDEMI).

A Gauss Instruments TDEMI can only be controlled by a single program at the same time. This can raise problems when the TDEMI is controlled at the same time by multiple device drivers (like a Scanning Receiver and a LISN device driver). It is important that all TDEMI device drivers are using exactly the same communication addresses to ensure that only a single communication stream is used to communicate with the TDEMI.