Difference between revisions of "Raditeq EUT Status Controller"

From RadiWiki
Jump to: navigation, search
Line 7: Line 7:
 
|HideAutoData=1
 
|HideAutoData=1
 
}}
 
}}
 +
 +
 +
The [[Raditeq EUT Status Controller]] is a generic [[EUT Controller]] that can be used to further automate the integration of {{RadiMation}} with other software packages in automated tests.
 +
 +
This page describes the communication protocol between RadiMation and another ‘[[EUT Controller]]’ software. With this interface it is possible to communicate (on a real time basis) several RadiMation parameters to the other software program.
 +
 +
The connection and communication between RadiMation and the other software is based on the Standard TCP/IP protocol. This allows that any standard network environment can be used to apply this solution. And the other program can be installed on the same PC, or on another PC in the same network.
 +
 +
Besides the ‘[[EUT Controller]]’, it is also possible to use ‘[[AD Convertors]]’ in {{RadiMation}} to retrieve actual measurement data from the [[EUT]]. It is allowed to use multiple ‘EUT Controllers’ and multiple ‘AD Convertors’ in the same test to control and monitor the same physical EUT. The use of ‘AD Convertors’ is described [[Chapter_10| Chapter 10 of the end-user manual]].
 +
 +
 +
...
 +
 +
An example Python script that demonstrates how such a TCP/IP server can be implemented is available in the [https://github.com/Raditeq/EUTController    EUT Controller repository on GitHub]].

Revision as of 13:18, 22 May 2023

The Raditeq EUT Status Controller device driver is a EUT Controller which is supported by RadiMation®.


The Raditeq EUT Status Controller is a generic EUT Controller that can be used to further automate the integration of RadiMation® with other software packages in automated tests.

This page describes the communication protocol between RadiMation and another ‘EUT Controller’ software. With this interface it is possible to communicate (on a real time basis) several RadiMation parameters to the other software program.

The connection and communication between RadiMation and the other software is based on the Standard TCP/IP protocol. This allows that any standard network environment can be used to apply this solution. And the other program can be installed on the same PC, or on another PC in the same network.

Besides the ‘EUT Controller’, it is also possible to use ‘AD Convertors’ in RadiMation® to retrieve actual measurement data from the EUT. It is allowed to use multiple ‘EUT Controllers’ and multiple ‘AD Convertors’ in the same test to control and monitor the same physical EUT. The use of ‘AD Convertors’ is described Chapter 10 of the end-user manual.


...

An example Python script that demonstrates how such a TCP/IP server can be implemented is available in the EUT Controller repository on GitHub].