Difference between revisions of "RadiMation Application Note 114"

From RadiWiki
Jump to: navigation, search
(How to measure data from the EUT using the Configurable AD Convertor device driver)
(How to measure data from the EUT using the Configurable AD Convertor device driver)
Line 1: Line 1:
 
= How to measure data from the EUT using the Configurable AD Convertor device driver =
 
= 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.
+
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.
 
With the AD convertor, any type of signal can be monitored and plotted within RadiMation during a test.
  
#First the AD convertor must be configured so values can be read within RadiMation.
+
The configuration can be seperated in two steps:
#Second the value must be plotted during a test using the correct unit types.
+
#The AD convertor must be configured so values can be read within RadiMation.
 +
#The value must be plotted during a test using the correct unit types.
  
<!--
+
==1 Configuring the AD convertor==
See slide in presentation How to achieve /Configure protection in RadiMation
 
- protect tsf
 
- engineer login
 
- limited rights for engineer in RadiMation
 
- protected security rights on directory
 
-->
 
  
[[Category:RadiMation Application Note]]
+
[[Image:Configurable AD Converter Configuration Window.png]]
[[Category:RadiMation]]
 
 
 
<!-- Include a space to get a newline!! --> <!-- Beware of the space!! -->
 
  
== 1 Configuring the AD convertor ==
+
===1.1 Specify the communication type===
  
<div style="text-align: left; direction: ltr; margin-left: 2em;">[[Image:Configurable AD Converter Configuration Window.png]]</div>
+
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 {{ScreenElement|Communication Stream}}, and configure the parameters correspondingly.
  
 +
[[File:ConfigureCommunication.png]]
  
 
+
===1.2 Configure the initialization of the device===
== <div style="text-align: left; direction: ltr; margin-left: 1em;"> 1.1 Specify the communication type </div> ==
 
 
 
First the communication type must be configured.
 
Multiple communication types can be selected.
 
 
 
<div style="text-align: left; direction: ltr; margin-left: 2em;">[[File:ConfigureCommunication.png]]</div>
 
 
 
 
 
 
 
== <div style="text-align: left; direction: ltr; margin-left: 1em;"> 1.2 Configure the initialization of the device </div> ==
 
  
 
{{ScreenElementDescriptionStart}}
 
{{ScreenElementDescriptionStart}}
{{ScreenElementDescription|Reset|The reset code that needs to be send to device. When left blank no command will be send.}}
+
{{ScreenElementDescription|Reset|The reset code that needs to be send to device. When left blank, no command will be send.}}
 
{{ScreenElementDescription|Init|The command that is send to initialize the configured device. When left blank no command will be send.}}
 
{{ScreenElementDescription|Init|The command that is send to initialize the configured device. When left blank no command will be send.}}
{{ScreenElementDescription|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 common used [[SCPI]] command is *IDN?. When left blank no command will be send.}}
+
{{ScreenElementDescription|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|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|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|Deinit|Specifies the command that is send when the device is no longer in use. Leaving this blank will keep the device in its last state after controlling it.}}
+
{{ScreenElementDescription|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|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.}}
 
 
A checkmark can be enabled so RadiMation will wait for all the commands to complete. This is done by sending [[SCPI]] command *OPC? to the device.
 
 
 
 
{{ScreenElementDescriptionEnd}}
 
{{ScreenElementDescriptionEnd}}
  
== <div style="text-align: left; direction: ltr; margin-left: 1em;"> 1.3 Configure the data readout of the device </div> ==
+
===1.3 Configure the data readout of the device===
  
 
AD convertors can have multiple channels on which AD values could be read.
 
AD convertors can have multiple channels on which AD values could be read.
Line 55: Line 35:
 
==== Trigger and Reading ====
 
==== Trigger and Reading ====
  
 +
{{ScreenElementDescriptionStart}}
 
{{ScreenElementDescription|Trigger|A trigger command can be specified to request a measurement from the device. A common used [[SCPI]] is *TRG. When left blank no command will be send.}}
 
{{ScreenElementDescription|Trigger|A trigger command can be specified to request a measurement from the device. A common used [[SCPI]] is *TRG. When left blank no command will be send.}}
 
 
{{ScreenElementDescription|Read Back|Different devices return different messages with measurement values. The configurable AD convertor only need the numeric value of the measurement message. There for, a [[regular expressions]] can be set in the Read Back.
 
{{ScreenElementDescription|Read Back|Different devices return different messages with measurement values. The configurable AD convertor only need the numeric value of the measurement message. There for, a [[regular expressions]] can be set in the Read Back.
 
A good regular expression for finding the first number in scientific notation in a text is:
 
A good regular expression for finding the first number in scientific notation in a text is:
  
'''([+-]?[0-9]*\.?[0-9]+([eE][+-]?[0-9]+)?)'''
+
'''([+-]?[0-9]*\.?[0-9]+([eE][+-]?[0-9]+)?)'''
  
 
For more possibilities see the example section.
 
For more possibilities see the example section.
 
}}
 
}}
 +
{{ScreenElementDescription|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.}}
 +
{{ScreenElementDescriptionEnd}}
  
 
==== Minimum and maximum 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.
 
Minimum and maximum can be set to limit the measured value. And to calculate the measured value to a specific unit.
  
 +
{{ScreenElementDescriptionStart}}
 
{{ScreenElementDescription|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|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|Maximum value|The highest value that can be measured with this device. The value must be the same as filled in the [[EUT]] window.}}
 
{{ScreenElementDescription|Maximum value|The highest value that can be measured with this device. The value must be the same as filled in the [[EUT]] window.}}
 +
{{ScreenElementDescriptionEnd}}
  
 
These values can best to always be set to Minimum: 0 and Maximum: 1
 
These values can best to always be set to Minimum: 0 and Maximum: 1
  
== <div style="text-align: left; direction: ltr; margin-left: 1em;"> 1.4 Examples </div> ==
+
===1.4 Read Back examples===
  
 
{| class="Regex example table"
 
{| class="Regex example table"
Line 104: Line 87:
 
|}
 
|}
  
 +
Read backs can always be tested trough the {{ScreenElement|Validate Expression}} tool.
  
Read backs can always be tested trough the "Validate Expression tool"
+
[[File:ValidateExpressionTool.png]]
<div style="text-align: left; direction: ltr; margin-left: 2em;">[[File:ValidateExpressionTool.png]]</div>
 
  
[[Category:Configurable Drivers]]
 
  
 
== 2 Plotting the AD Convertor data with the correct unit type ==
 
== 2 Plotting the AD Convertor data with the correct unit type ==
  
== <div style="text-align: left; direction: ltr; margin-left: 1em;"> 2.1 Create a new monitoring input channel </div> ==
+
===2.1 Create a new monitoring input channel===
  
 
#The monitoring functionality is applied to the EUT. Therefor we first need to have an EUT file opened.
 
#The monitoring functionality is applied to the EUT. Therefor we first need to have an EUT file opened.
#In the opened EUT file, we can select the Monitoring Input Devices tab.
+
#In the opened EUT file, we can select the {{ScreenElement|Monitoring Input}} Devices tab.
#Double click an existing input channel or add one using the add button.
+
#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.
 
*A new window will open to configure the monitoring input channel.
 
  
 
[[File:AddMonitoringInputDevice.png]]
 
[[File:AddMonitoringInputDevice.png]]
Line 124: Line 105:
  
  
== <div style="text-align: left; direction: ltr; margin-left: 1em;"> 2.2 Configure a monitoring input channel </div> ==
+
===2.2 Configure a monitoring input channel===
  
 
#At the device menu, the newly configured AD convertor can be selected.
 
#At the device menu, the newly configured AD convertor can be selected.
Line 132: Line 113:
 
#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.  
 
  
 
[[File:ConfigureMonitoringInputChannel.png]]
 
[[File:ConfigureMonitoringInputChannel.png]]
Line 139: Line 119:
 
== Running a test ==
 
== Running a test ==
  
When a test is run, RadiMation will also plot the line(s) of the monitoring input channel(s)
+
When a test is run, RadiMation will also plot the line(s) of the activated monitoring input channel(s). By switching to the {{ScreenElement|Table}} tab, the measrement values will be shown in a tabular style.
  
 
[[File:MonitoringInputTest.png]]
 
[[File:MonitoringInputTest.png]]
 +
 +
[[Category:RadiMation Application Note]]
 +
[[Category:RadiMation]]
 +
[[Category:Configurable Drivers]]

Revision as of 12:32, 18 September 2017

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 AD convertor must be configured so values can be read within RadiMation.
  2. The value must be plotted during a test using the correct unit types.

1 Configuring the AD convertor

Configurable AD Converter Configuration Window.png

1.1 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

1.2 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.


1.3 Configure the data readout of the device

AD convertors can have multiple channels on which AD values could be read. For each AD channel, individual commands can be set.

Trigger and Reading

ScreenElementDescription.png Trigger A trigger command can be specified to request a measurement from the device. A common used SCPI is *TRG. When left blank no command will be send.
ScreenElementDescription.png Read Back Different devices return different messages with measurement values. The configurable AD convertor only need the numeric value of the measurement message. There for, a regular expressions can be set in the Read Back.

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

1.4 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


2 Plotting the AD Convertor data with the correct unit type

2.1 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 Devices 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


2.2 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. If none is selected, the raw value is used.
  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 plot the line(s) of the activated monitoring input channel(s). By switching to the Table tab, the measrement values will be shown in a tabular style.

MonitoringInputTest.png