Questions tagged [canoe]

CANoe is a comprehensive software tool for the development, testing and analysis of entire ECU networks and individual ECUs

CANoe (developed by Vector Informatik GmbH) is a comprehensive software tool for the development, testing and analysis of entire ECU networks and individual ECUs (used mainly in the automotive industry). It supports you throughout the entire development process – from planning to the startup of entire distributed systems or individual ECUs. CANoe's versatile functions and configuration options are used by network designers, development and test engineers at OEMs and suppliers.

CANoe enables the user to simulate ECU networks, supporting many bus systems and protocols, such as- CAN, LIN, FlexRay, (automotive) Ethernet, MOST, CANopen, AFDX, CANaero.

Tag usage:

  • Use this tag for the question regarding the CANoe software tool. Please note that hardware questions are off-topic and should be asked at https://electronics.stackexchange.com instead.
  • If you are using a particular programming language (say, ), you should add that tag as well.
  • If the question is about higher layer protocols such as CANopen, ISO11783, J1587, J1939 or SmartCharging, the tag should be combined with the applicable higher layer protocol tag.

Links:

306 questions
0
votes
3 answers

CAPL block node from sending messages

I have a CAPL file attached to a CAN node that periodically sends a message using the 'output' function. How can I use a second CAPL file to block the node sending the message (while doing everything that the node does) ?
Jaws
  • 497
  • 8
  • 22
0
votes
4 answers

How to send the Diagnostic IDs (DIDs) through CAPL script?

Currently, I am automating the test cases for testing the Gauges in the Instrument Cluster. I have come across changing the units from metric to US through DIDs. Can anybody help me how to send the diagnostic related stuff using CAPL script.
Adarsh Kale
  • 1
  • 1
  • 1
  • 4
0
votes
1 answer

Tool chain for proprietary communication protocol

I (the company rather) have a protocol implementation which uses the CAN hardware (CAN Transceiver). The protocol itself is not a standard CAN protocol stack. Is it possible to use any of the off the shelf CAN-bus monitors for debugging and…
0
votes
1 answer

Detection of dominant bit during Intermission on CAN bus

Hi i just start reading CAN protocol and i just stuck here with these. On CAN bus overload frame comes only with 2 conditions when internally receiver is not good enough to take next frame when dominant bit detected during INTERMISSION. SO at…
-1
votes
1 answer

I am new to CAPL and looking for its tutorials

Is there any data available regarding CAPL -Books Tutorial Channels etc ,.
Hussain
  • 1
  • 2
-1
votes
1 answer

Building CANoe dll from Simulink Model

I am trying to build Vector CANoe dll(shall be added in simulation node) from Simulink model. I have used MinGW compiler and Vector_AddOn_Matlab_Interface package for interface between CANoe and Simulink. My question is what is minimum matlab…
-1
votes
1 answer

How to write 2E SID with more than 8 byte data using CAPL program to receive ISOTP multiframe UDS

I want to receive more than 8 bytes data when CAPL program is sending a message from CANOe to ECU. I have implemented ISOTP protocol on ECU for transmitting more than 8 bytes data and it is working fine. Now my problem is I am trying to call the…
-1
votes
1 answer

Enable use CAPL browser in CANoe

I can't find CAPL browser under Tools Even I can't add and remove Node How should I solve this problem?
wyh
  • 1
  • 1
-1
votes
1 answer

Error capl error 17-0098 while target is set

im writing a capl test case and getting the following error when expecting a test response Error capl error 17-0098 , even thought i already defined target and request is send successfully its just the response that capl test seem to not catch…
-1
votes
1 answer

Why CAN trace doesn't display message name even if the message is defined in the dbc? Can you figure out some of the reasons behind it?

I have few CAN messages running in CAN trace of CANoe. I wanted to identify them from rest of the messages, so I add them in the DBC, but I still do not see the message name being displayed on the trace. What could be the possible reason behind…
Heisnam
  • 3
  • 4
-1
votes
2 answers

[CAPL]How to route the signals from one PDU of CAN channel to another CAN channel in CANoe?

I am new to CAPL Programming. How can I route the signals which belonged to one PDU of one CAN channel to another CAN Channel. Can anyone suggest me how to it?
Charanya G
  • 5
  • 1
  • 4
-1
votes
1 answer

Can I playback a CAN log file to a CAN input on V2X device?

I am currently working on implementing a Cohda DSRC V2X device that takes a vehicle CAN input. I don't have access to the vehicle and want to simulate the input with a prerecorded CAN log file from it. If possible, we want to playback the CAN log…
-1
votes
1 answer

How to check in CAPL if message is receiving in simulation or not?

I want check in CAPL if the message is receiving or not in the simulation and if it is not coming in the trace, i want send new message. I have tried using functions like. I want to check particular message is receving or…
Anurag
  • 7
  • 1
  • 3
-1
votes
1 answer

Using COM Server Interfaces in C# program to control a Vector Canoe project

I am trying to use the COM Server Interfaces in a C# program to run a specific Test Module in a Canoe project. ------> Given that: I am using Vector-Canoe 11 - SP3 (64 bit). Visual Studio 2017. I tried to follow the Hierarchy of COM Objects in the…
-1
votes
1 answer

CANoe / CAPL best practice for setting signals - Interaction Layer or SysVars

I have a rather generic question regarding the best option for programming in CAPL when dealing with signals. Assuming you need to write CAPL code to set the value of a signal, which approach is best: to use setSignal system function, which…