Difference between revisions of "RadiMation Application Note 114"

From RadiWiki
Jump to: navigation, search
(Configure a monitoring input channel)
(Configure a monitoring input channel)
Line 106: Line 106:
 
#The selected AD channel must be selected.
 
#The selected AD channel must be selected.
 
#The Unit type can be specified as text.
 
#The Unit type can be specified as text.
#With Calculation, the raw value from the AD convertor can be modified to match the preferred unit. [[Monitoring_input_channel_setup#Calculation More information]]
+
#With Calculation, the raw value from the AD convertor can be modified to match the preferred unit. More information can be found [[Monitoring_input_channel_setup#Calculation| here]].
 
#The Monitoring Input channel description will be shown in the graph title.
 
#The Monitoring Input channel description will be shown in the graph title.
 
#After pressing Ok to save the configurations, ensure that the configured monitoring channel is marked as Active in the monitoring input channels list.  
 
#After pressing Ok to save the configurations, ensure that the configured monitoring channel is marked as Active in the monitoring input channels list.  

Revision as of 12:22, 29 January 2019

How to measure data from the EUT using the Configurable AD Convertor device driver

This Application Note explains how the Configurable AD Convertor can be used to monitor an EUT. With the AD convertor, any type of signal can be monitored and plotted within RadiMation during a test.

The configuration can be seperated in two steps:

  1. The Configurable AD Convertor device driver must be configured so values can be read within RadiMation.
  2. The value must be plotted during a test using the correct unit types.

Configuring the AD convertor

Create a new Configurable AD Convertor device driver. It is best to give this new device driver a descriptive description to identify it clearly for the task that it is used for. After the device driver is created, open the 'Advanced' settings window of the new device driver.

Configurable AD Converter Configuration Window.png

Specify the communication type

First the communication type must be configured. 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.

ConfigureCommunication.png

Configure the initialization of the device

ScreenElementDescription.png Reset The reset code that needs to be send to device. When left blank, no command will be send.
ScreenElementDescription.png Init The command that is send to initialize the configured device. When left blank no command will be send.
ScreenElementDescription.png Get Id The command that is send 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 send.
ScreenElementDescription.png Returned ID The identifier is used to check if the correct device driver is selected and the device is connected. Leaving this blank, will skip the device check.
ScreenElementDescription.png Deinit Specifies the command that is send when the device is no longer controlled. This can for example be used to put the measurement device is an intrinsic safe state. Leaving this blank, will keep the device in its last state after controlling it.
ScreenElementDescription.png Wait for Completion after sending command The checkmark can be enabled so RadiMation® will wait for all the commands to complete, before it continues. This is done by sending SCPI command *OPC? to the device.


Configure the data readout of the device

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

Minimum and maximum can be set to limit the measured value. And to calculate the measured value to a specific unit.


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.


These values can best to always be set to Minimum: 0 and Maximum: 1

Read Back examples

Received information
Regex
RadiMation Readout
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 ";".

Read backs can always be tested trough the Validate Expression tool.

ValidateExpressionTool.png

Plotting the AD Convertor data with the correct unit type

Create a new monitoring input channel

  1. The monitoring functionality is applied to the EUT. Therefor we first need to have an EUT file opened.
  2. In the opened EUT file, we can select the Monitoring input channels tab.
  3. Double click an existing input channel or add a new input by using the add button.
  • A new window will open to configure the monitoring input channel.

AddMonitoringInputDevice.png

Configure a monitoring input channel

  1. At the device menu, the newly configured AD convertor can be selected.
  2. The selected AD channel must be selected.
  3. The Unit type can be specified as text.
  4. With Calculation, the raw value from the AD convertor can be modified to match the preferred unit. More information can be found here.
  5. The Monitoring Input channel description will be shown in the graph title.
  6. After pressing Ok to save the configurations, ensure that the configured monitoring channel is marked as Active in the monitoring input channels list.

ConfigureMonitoringInputChannel.png

Running a test

When a test is run, RadiMation will also measure the value from the measurement device and it will plot the line(s) of the activated monitoring input channel(s). By switching to the Table tab, the measurement values will be shown in a tabular style.

MonitoringInputTest.png