Difference between revisions of "RadiMationInterface.can"

From RadiWiki
Jump to: navigation, search
(Antenna_Movement_Changing_Polarisation)
Line 1: Line 1:
The RadiMationInterface.can is an interface between the RadiMation software and CANoe and CANalyser.
+
The [[RadiMationInterface.can]] is an interface between the {{RadiMation}} software and the CANoe and CANalyser software
  
By inserting this file inside your CANoe/CANalyser project you are able to extract information from RadiMation using CANoe/CANalyser.
+
By including this file inside your CANoe/CANalyser project, it will be possible to get updates of measurement values and settings from RadiMation into CANoe/CANalyser.
  
 
You can download the file [[media:RadiMationInterface.zip‎|here]]
 
You can download the file [[media:RadiMationInterface.zip‎|here]]
 +
 +
For more details on how to use this file, please review then [[CANoe]] page.
  
 
= Explanation of available events/functions =
 
= Explanation of available events/functions =

Revision as of 08:58, 15 September 2017

The RadiMationInterface.can is an interface between the RadiMation® software and the CANoe and CANalyser software

By including this file inside your CANoe/CANalyser project, it will be possible to get updates of measurement values and settings from RadiMation into CANoe/CANalyser.

You can download the file here

For more details on how to use this file, please review then CANoe page.

Explanation of available events/functions

Test_Frequency

The current frequency of the test, in other words the frequency of the signal generator.

Parameter: mdFreqMHz

Unit parameter: MHz

Test_Carrier_Level

The carrier level of the signal generator

Parameter: mdPowerIndBm

Unit parameter: dBm

Test_Forward_Power

The measured value of the forward power.

Parameter: mdPowerIndBm

Unit parameter: dBm

Test_Reflected_Power

The measured value of the reflected power.

Parameter: mdPowerIndBm

Unit parameter: dBm

Test_Net_Power

The measured value of the netto power.

Parameter: mdPowerIndBm

Unit parameter: dBm

Test_Average_Field

The measured value of the average field.

Parameter: mdFieldVm

Unit parameter: V/m

Test_Calculated_Field

The calculated value of the field based on the calibration file.

Parameter: mdFieldVm

Unit parameter: V/m

Test_Measured_Current

The measured value of the current.

Parameter: mdCurrentInmA

Unit parameter: mA


Test_Calculated_Current

The calculated value of the current.

Parameter: mdCurrentInmA

Unit parameter: mA

Test_Sensor_Power

The measured power of by the current sensor power meter.

Parameter: mdPowerIndBm

Unit parameter: dBm

Test_Amplitude_Modulation_Internal

The modulation in the signal generator is configured as internal amplitude modulation.

Parameter1: mdFreqency

Unit parameter1: Hz

Parameter2: mdDepth

Unit parameter2: %

Information.png
Note: The modulation may not be active at this moment, Test_Modulation_On is the event called when the modulation is turned on.

Test_Amplitude_Modulation_External

The modulation in the signal generator is configured as external amplitude modulation.

Information.png
Note: The modulation may not be active at this moment, Test_Modulation_On is the event called when the modulation is turned on.

Test_Frequency_Modulation_Internal

The modulation in the signal generator is configured as internal frequency modulation.

Parameter1: mdFreqency

Unit parameter1: kHz

Parameter2: dmShift

Unit parameter2: kHz

Information.png
Note: The modulation may not be active at this moment, Test_Modulation_On is the event called when the modulation is turned on.

Test_Frequency_Modulation_External

The modulation in the signal generator is configured as external frequency modulation.

Information.png
Note: The modulation may not be active at this moment, Test_Modulation_On is the event called when the modulation is turned on.

Test_Pulse_Modulation_Internal

The modulation in the signal generator is configured as internal pulse modulation.

Parameter1: mdFreqency

Unit parameter1: kHz

Parameter2: mdWidth

Unit parameter2: %

Information.png
Note: The modulation may not be active at this moment, Test_Modulation_On is the event called when the modulation is turned on.

Test_Pulse_Modulation_External

The modulation in the signal generator is configured as external pulse modulation.

Information.png
Note: The modulation may not be active at this moment, Test_Modulation_On is the event called when the modulation is turned on.

Test_Modulation_On

The currently configured modulation is turned on.

Test_Modulation_Off

The current configured modulation is turned off.

Antenna_Movement_Started

Starting of the movement of the antenna tower with the target position of the antenna tower.

Parameter: position

Unit parameter: Meter

Antenna_Movement_Stopped

The stop position of the antenna tower.

Parameter: position

Unit parameter: Meter

Antenna_Movement_Percentage

The current percentage of the antenna tower movement from the start position to the end position

Parameter: percentage

Unit parameter: %

Antenna_Movement_Changing_Polarisation

Changing the antenna polarisation.

Parameter: target

Unit parameter: unitless

When the target is 1 the antenna is changed to horizontal.

When the target is 2 the antenna is changed to vertical.

Antenna_Polarisation_Changed

Notification that the changing of the antenna polarisation has finished.

Parameter: target

Unit parameter: unitless

When the target is 1 the antenna is changed to horizontal.

When the target is 2 the antenna is changed to vertical.

TurnTable_Movement_Started

Starting of the movement of the turn table with the target position of the turn table.

Parameter: position

Unit parameter: Degrees

TurnTable_Movement_Stopped

The stop position of the turn table.

Parameter: position

Unit parameter: Degrees

TurnTable_Movement_Turning_Percentage

The current percentage of the turn table movement from the start position to the end position

Parameter: percentage

Unit parameter: %