Questions tagged [canape]

The CANape software from Vector for calibrating ECUs (emission control units) in the automotive industries.

See Wikipedia on CANape. The corporate web site is Vector with the information for CANape.

11 questions
1
vote
1 answer

Script returns a value in the stadout but not able to get value in return parameter

I am using the callexec function to call a python script. The python script returns a value in the stadout but I am not able to get the value in the return parameter. Is there a way to pass the value to the results variable? The is the CANape…
Jonw3
  • 23
  • 4
1
vote
1 answer

Is there a way for me to make parameters adjustable in canoe?

I'm trying to make parameters adjustable (read calibratable) in CANoe like what exists in CANape. In CANape, the menu item makes a parameter adjustable by copying it from the main memory to the pool memory. I'm trying to find a similar function in…
0
votes
0 answers

how to save calibration value using vector canape- for offline calibration in adaptive?

how to save calibration value using vector canape- for offline calibration in adaptive? I have done online calibration using vector but i am not able to save my last calibration value in Adaptive.
ram
  • 21
  • 5
0
votes
0 answers

Agent of Azure-Devops wont start CANape with win32com function

I have a very strange problem: We try to start CANape (14) with python (Version 3.8) via AzureDevops agent (Version 2.181.2) Therefore I use the following python code: import win32com.client CANape =…
0
votes
0 answers

Can Vector's ASAP2 editor combine A2L from different devices?

I am trying to combine 2 a2l files generated from different applications/process in the asap editor. But canape recognizing only one device and one port. Can't we load multiple devices in single A2L file ?
0
votes
0 answers

Windows com port communication in C

I want to connect an XSENS IMU via a usb serial port to a PC and get its data in CANape, for this i am supposed to use DAIO, CASL for CANape and SDKs. But unfortunately I do not know where to start and how to proceed. Can anyone guide me how to do…
0
votes
1 answer

Loop through all Signals in the measurement configuration in CANape software and pick only those with same name pattern

I want to write a code that loops through all signals in the Canape software, look only for signals with similar name pattern and return the signal value. There are many signals, but I only look for signals which follow similar pattern. I mean only…
user12227875
  • 51
  • 1
  • 5
0
votes
1 answer

"Error 7: Hardlock not found" when starting CANape from command line via Jenkins

Trying to launch Vector CANape via the command line canape32 command, and it works perfectly in the windows command prompt. When attempting to run a windows batch command in our Jenkins multibranch pipeline to do the same thing, it successfully…
0
votes
2 answers

Start and run CANape from command prompt

Is it possible to start and run vector canape from the command prompt and/or by using any other external script?
nancy
  • 51
  • 3
  • 11
0
votes
1 answer

Problems accessing a COM interface in C++

What I want to do is access a COM interface and then call the "Open" method of that interface. I have a sample code in Visual Basic which works fine, but I need to write it in C++ and I can't seem to get it to work. First of all, this is the working…
Black-Pixel
  • 201
  • 1
  • 4
  • 10
-1
votes
1 answer

Error with asammdf: "error: unpack requires a buffer of 56 bytes"

I am using the asammdf package to load MDF file. The code below works for only some of my MDF files. Many files give me the error below. I am able to open the file in CANape with no issues. Load files in a desktop app (this works) from asammdf…