Difference between revisions of "Configurable AD Convertor"

From RadiWiki
Jump to: navigation, search
(Initialisation and Check)
Line 11: Line 11:
  
 
[[Image:Configurable AD Converter Configuration Window.png]]
 
[[Image:Configurable AD Converter Configuration Window.png]]
 
== Communication ==
 
Multiple communication types can be selected for the configurable AD convertor. Depending on the connection that is used, select the correct {{ScreenElement|Communication Stream}}, and configure the parameters correspondingly.</br>
 
Note that when the selected communication type does not have the option to change the termination character, it will be expected that a new line feed is send by the connected device apppended to each message.
 
 
 
[[File:ConfigureCommunication.png]]
 
  
 
== Initialisation and Check ==
 
== Initialisation and Check ==
Line 98: Line 91:
 
{{ScreenElementDescription|Result|The numerical value that is determined by the device driver using the {{ScreenElement|Regular Expression}} on the {{ScreenElement|Input}}.}}
 
{{ScreenElementDescription|Result|The numerical value that is determined by the device driver using the {{ScreenElement|Regular Expression}} on the {{ScreenElement|Input}}.}}
 
{{ScreenElementDescriptionEnd}}
 
{{ScreenElementDescriptionEnd}}
 +
 +
== Communication ==
 +
Multiple communication types can be selected for the configurable AD convertor. Depending on the connection that is used, select the correct {{ScreenElement|Communication Stream}}, and configure the parameters correspondingly.</br>
 +
Note that when the selected communication type does not have the option to change the termination character, it will be expected that a new line feed is send by the connected device apppended to each message.
 +
 +
[[File:ConfigureCommunication.png]]

Revision as of 18:21, 30 January 2023


The Configurable AD Convertor device driver is a AD Converter which is supported by RadiMation®. It can be used to control other measurement equipment, for which no RadiMation device driver is available yet. The Configurable AD Convertor allows to retrieve a measurement value from the measurement equipment, where the measured value can then be used in RadiMation as an EUT Monitoring input. These values can thus be measured and shown in graphs during immunity tests.

Configurable AD Converter Configuration Window.png

Initialisation and Check

The Configurable AD Convertor device driver has several boxes, in which the remote programming commands can be specified, which should be transmitted to the measurement device on defined moments.

ScreenElementDescription.png Reset The reset code that needs to be transmitted to device. When left blank, no command will be transmitted.
ScreenElementDescription.png Init The command that is transmitted to initialise the configured device. When left blank, no command will be transmitted.
ScreenElementDescription.png Get ID The query-command that is transmitted to retrieve the ID of the device. This is used to check if the device is connected. A commonly used SCPI command is: '*IDN?'. When left blank, no command will be transmitted.
ScreenElementDescription.png Returned ID The expected response of the device on the Get ID query. The text that is specified will be searched in the real response on Get ID query. If the specified text can be found in the response, the check for the connection is successful, otherwise it is reported that the measurement device is not connected. Leaving this blank, will skip the check if the measurement device is connected, and it is always assumed that the device is connected.
ScreenElementDescription.png Deinit Specifies the command that is transmitted when the device will not be controlled anymore.This can for example be used to put the measurement device in an intrinsic safe state. When left blank, no command will be transmitted.
ScreenElementDescription.png Wait for Completion after sending command If the checkbox is ticked, RadiMation® will wait for all the commands to complete, before it continues. This is achieved by also transmitting the SCPI query-command '*OPC?' to the device, and waiting for the response.


Channels

AD convertors can have multiple channels on which AD values could be read. The Configurable AD Convertor device driver is able to retrieve up to 40 measurement values from the measurement device. For each AD channel, individual commands can be set, specific for the values that should be retrieved.

Trigger and Reading

ScreenElementDescription.png Trigger A trigger command can be specified to request a measurement from the device. A commonly used SCPI command is: *TRG. When left blank, no command will be send.
ScreenElementDescription.png Read Back Different measurement devices will return different messages that contain the measurement value. The configurable AD convertor only needs the numeric value of the measurement device response. The text that is specified in the Read Back box, is used as a regular expressions to determine the returned value.

A good regular expression for finding the first number in scientific notation in a text is:

([+-]?[0-9]*\.?[0-9]+([eE][+-]?[0-9]+)?)

For more possibilities see the example section.

ScreenElementDescription.png Validate Expression Shows a window where the expected output of the measurement device and a regular expression can be typed. The result of the interpretion will then automatically be shown. This window can be used to test the regular expression, to determine if the expected response results in the desired value.


Minimum and maximum value

The minimum and maximum must be set to calculate the raw AD convertor value to a digital value with a specific type.


ScreenElementDescription.png Minimum value The lowest value that can be measured with this device. The value must be the same as filled in the EUT window.
ScreenElementDescription.png Maximum value The highest value that can be measured with this device. The value must be the same as filled in the EUT window.


With minimum set to 0 and maximum set to 1, the raw value won't be converted, but instead directly used as it is included in the response.

Read Back examples

Some examples for interpreting a response are:

Received information Regular expression Determined measurement value Note
U_L_N 325 (-?[0-9.,Ee-]+) 325 Takes the first number.
I_L1;12.34 ;(-?[0-9.,Ee-]+) 12.34 Takes the first number after ";".
THD_U_L1;;14,5 ;;(-?[0-9.,Ee-]+) 14.5 Takes the first number after ";;".
AC_FREQ;Channel1;1.23E3 ;.*;(-?[0-9.,Ee-]+) 1230 Takes the first number after the appearance of a second ";".

The correctness of the regular expression can be tested, verified and improved by using the Validate Expression tool within the configurable device driver.

ValidateExpressionTool.png

In the Regular Expression Tester, the following fields are available to verify the regular expression:

ScreenElementDescription.png Input Any text that is expected to be returned by the device.
ScreenElementDescription.png Regular Expression The Regular expression that is being tested. This regular expression will be used to use the text from Input and convert it into a numerical value.
ScreenElementDescription.png Result The numerical value that is determined by the device driver using the Regular Expression on the Input.


Communication

Multiple communication types can be selected for the configurable AD convertor. Depending on the connection that is used, select the correct Communication Stream, and configure the parameters correspondingly.
Note that when the selected communication type does not have the option to change the termination character, it will be expected that a new line feed is send by the connected device apppended to each message.

ConfigureCommunication.png