Difference between revisions of "RadiMationInterface.can"

From RadiWiki
Jump to: navigation, search
(Explanation of available events/functions)
(Explanation of available events/functions)
Line 53: Line 53:
 
==Test_Modulation_Off==
 
==Test_Modulation_Off==
 
==Antenna_Movement_Started==
 
==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==
 
==Antenna_Movement_Stopped==
 +
The stop position of the antenna tower.
 +
 +
'''Parameter:''' position
 +
 +
'''Unit parameter:''' Meter
 
==Antenna_Movement_Percentage==
 
==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==
 
==Antenna_Movement_Changing_Polarisation==
 
==TurnTable_Movement_Started==
 
==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==
 
==TurnTable_Movement_Stopped==
 +
The stop position of the turn table.
 +
 +
'''Parameter:''' position
 +
 +
'''Unit parameter:''' Degrees
 
==TurnTable_Movement_Turning_Percentage==
 
==TurnTable_Movement_Turning_Percentage==
 +
The current percentage of the turn table movement from the start position to the end position
 +
 +
'''Parameter:''' percentage
 +
 +
'''Unit parameter:''' %

Revision as of 08:59, 28 October 2010

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

By inserting this file inside your CANoe/CANalyser project you are able to extract information from RadiMation using CANoe/CANalyser.

You can download the file here

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_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

Test_Sensor_Power

Test_Amplitude_Modulation_Internal

Test_Amplitude_Modulation_External

Test_Frequency_Modulation_Internal

Test_Frequency_Modulation_External

Test_Pulse_Modulation_Internal

Test_Pulse_Modulation_External

Test_Modulation_On

Test_Modulation_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

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: %