CANoe: Difference between revisions
mNo edit summary |
(→CAPL) |
||
Line 16: | Line 16: | ||
you can extend the function inside the [[RadiMationInterface.can]] to you need. | you can extend the function inside the [[RadiMationInterface.can]] to you need. | ||
Note that the function do not support a call back to the RadiMation application. | Note that the function do not support a call back to the RadiMation application. So the CAPL interface can only be used to insert information from [[RadiMation]] to CANoe or CANalyser. | ||
'''Note:''' You can't find out if a CAPL function exist with CANoe/CANalyzer COM server. | '''Note:''' You can't find out if a CAPL function exist with CANoe/CANalyzer COM server. | ||
When the function not exist the call will go in CANoe but there will come up no error message or return value. | When the function not exist the call will go in CANoe but there will come up no error message or return value. |
Revision as of 12:46, 30 October 2007
CANoe from [Vector] is used for reading out the CAN or LIN bus.
RadiMation connects through COM to this application
CAPL
CANoe supports CAPL, a programming interface. Through this interface RadiMation can send information back the Canoe software. For Example:
- Frequency
- Field Strength
- Power
To connect with RadiMation you need to configure the following things:
- Setting up the CANoe Switch Matrix device.
- inserting the RadiMationInterface.can file inside your CANoe/CANalyser project.
you can extend the function inside the RadiMationInterface.can to you need. Note that the function do not support a call back to the RadiMation application. So the CAPL interface can only be used to insert information from RadiMation to CANoe or CANalyser.
Note: You can't find out if a CAPL function exist with CANoe/CANalyzer COM server. When the function not exist the call will go in CANoe but there will come up no error message or return value.