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
-1
votes
1 answer

Insert data from a CANoe database to an existing Excel sheet

`Recently, I was given a task to automate the process of inserting some data of an ECU in CANoe into an already existing Excel sheet using CAPL. I am fairly new to this and wanted some help. I will be as elaborate as possible. How can I create an…
-1
votes
1 answer

How to test N_As, N_Ar timeout parameters in CanTp protocol using CAPL script or or any other possible way?

As part of CanTp protocol related tests, I have been trying to test N_As and N_Ar timeout errors, where N_AsMax = 1000ms and N_ArMax = 1000ms. Is it possible to create the N_As and N_Ar timeouts with CANalyzer and/or using CAPL? It would be great…
Partha
  • 31
  • 1
  • 3
-1
votes
1 answer

How to automize an UDS command by a CAPL script

For test automatization in my current project it is necessary to automize the sending of UDS commands with a simple CAPL script inside of CANoe. The possible UDS commands are given by a ODX file. How can I write and execute such a CAPL script and…
Aleph0
  • 5,816
  • 4
  • 29
  • 80
-1
votes
1 answer

Extract bits from the CAN message data(8 bytes)

I wants to extract the bits from the CAN message (8 bytes). so, how to i extract bits from 8 bytes.
Akash shah
  • 1
  • 2
  • 9
-1
votes
1 answer

object required CANoe

The error is: object required: ''; code: 800A01A8. At this line: Set gECU.Name = "random name" Code: Dim app, config, generalSetup, XCPSetup, ECUs, ECU, gECU, gDBSignals Set app = CreateObject("CANoe.Application") Set config =…
-1
votes
3 answers

How return the value every time in while loop in python

i have the below code import can def abcd(): bus = can.interface.Bus(channel= '1', bustype='vector',app_name = 'python-can') MSG = bus.recv(0.5) while MSG is not None: MSG = bus.recv(1) return MSG if __name__ ==…
-1
votes
1 answer

Issues while using the CANoe COM server with C#

I'm trying to execute some CAPL functions in a specific CANoe Configuration through the CANoe-COM server in C#. But I'm running into errors. Here, I'm declaring objects of two classes in the CANoe-COM server : Application(to open a CANoe…
-1
votes
2 answers

Connect external sensor to CANoe

I am totally new to stackoverflow. I have a question Related to CANoe(Vector) Is it possible to inject external sensor signals to ECU through CANoe,External sensor signals comes from an virtual simulation software Carmaker.
-1
votes
2 answers

is there a way to modify the CANoe Rx Messages before Receiving on the Bus?

I'm Receiving CAN Message from my Controller(Suppose Message ID= 0x100 signals S1,S2), But I want to change the signals of Canoe Rx message before Receiving it on the Bus.
-1
votes
1 answer

Corresponding API for CANoeILNLVector.dll file

I am using Vector CANoe version 8.5 and I wanted to know what are the APIs for CANoeILNLVector.dll file.
-1
votes
1 answer

Canoe :- How to use masking of bits in CAPL scripting

I wanted to mask my 6bits signal to pass value 20 degree Celsius
Medha
  • 1
  • 2
-1
votes
1 answer

copy a character array to byte array in capl

i need to copy a character array data into a byte array. for example : char buffer[20] = "00020406080A0C0E1012"; byte data[10]; so, how to copy character array data into a byte array.. please give the solution. Thank you
Akash shah
  • 1
  • 2
  • 9
-2
votes
2 answers

How To Change Value Of Particular Signal For Different Test Case Using Capl

In CANoe configuration my node is sending msg1 continuously, I am using that message in my test case, written in CANoe Test module. But for different test cases I want different values of that signal. As that signal must need to be sent continuously…
-2
votes
1 answer

Can .vtuexe files of vteststudio be executed on something which is not CANOE?

I have some .vtuexe files from vteststudio studio and my project doesn't use canoe Can I execute the test cases with no canoe? Debugger is Isystem winidea
Moon
  • 7
  • 2
  • 5
-2
votes
1 answer

CANoe use 2 LDF

Is it possible to use 2 LDF in the same CANoe configuration ? Right now when I try to add the second LDF I get this error message:
1 2 3
20
21