CANoe: Difference between revisions
(→CAPL) |
No edit summary |
||
Line 1: | Line 1: | ||
CANoe from [[http://www.vector-informatik.com Vector]] is used for reading out the CAN or LIN bus. | CANoe from [[http://www.vector-informatik.com Vector]] is used for reading out the CAN or LIN bus. | ||
RadiMation | There are 2 ways of using the software, and there for 2 ways of controlling. This is because RadiMation is modular build, and is has no idea that it is talking to a software package instead of hardware. | ||
= Getting information from CANoe = | |||
Use the AD converter [[CANoe Interface]] to read out the information from the CANoe Software. | |||
= Getting information to CANoe = | |||
Use the CAPL interface to communicate with the software. | |||
=CAPL= | =CAPL= | ||
CANoe supports CAPL, a programming interface. Through this interface RadiMation can send information back the Canoe software. | CANoe supports CAPL, a programming interface. Through this interface RadiMation can send information back the Canoe software. | ||
For Example: | For Example: | ||
Line 10: | Line 17: | ||
*Power | *Power | ||
RadiMation connects through COM to this application | |||
To connect with RadiMation you need to configure the following things: | To connect with RadiMation you need to configure the following things: |
Revision as of 16:01, 9 November 2007
CANoe from [Vector] is used for reading out the CAN or LIN bus.
There are 2 ways of using the software, and there for 2 ways of controlling. This is because RadiMation is modular build, and is has no idea that it is talking to a software package instead of hardware.
Getting information from CANoe[edit]
Use the AD converter CANoe Interface to read out the information from the CANoe Software.
Getting information to CANoe[edit]
Use the CAPL interface to communicate with the software.
CAPL[edit]
CANoe supports CAPL, a programming interface. Through this interface RadiMation can send information back the Canoe software. For Example:
- Frequency
- Field Strength
- Power
RadiMation connects through COM to this application
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.