Questions tagged [canalyzer]

CANalyzer is the universal software analysis tool for ECU networks and distributed systems. CANalyzer makes it easy to observe, analyze, and supplement data traffic in CAN, LIN, MOST, or FlexRay systems. With powerful functions and user-programmability, all needs are covered from simple network analysis to advanced troubleshooting of complex problems.

62 questions
0
votes
1 answer

CAPL get name of log file created

I have a CANoe setup configured to automatically save log files to a folder, using a dynamic naming convention (that is: output file name has date and time, and they are not a constant). I'd like to perform some actions on this file after it is…
Daemon Painter
  • 3,208
  • 3
  • 29
  • 44
0
votes
1 answer

How do I replay a .blf file in CANoe in real-time?

I found several questions on the subject here on SO, so I figured out this could fit as well. In CANoe/CANalyzer Offline Mode, it is possible to start the measurement replaying the data that was logged, say in a .blf file. To configure this, please…
Daemon Painter
  • 3,208
  • 3
  • 29
  • 44
0
votes
1 answer

"The object invoked has disconnected from its clients" win32com.client.Dispatch('CANalyzer.Application')

I have a python code that starts CANalyzer and stops it after n seconds (defined by the user with a tkinter GUI) inside a timer thread. Here is the code: pythoncom.CoInitialize() CANalyzer =…
user11680733
0
votes
1 answer

Transparent button with Vector Panel Design v11?

It is possible to configure a transparent button in Vector Panel Design version 11, such that I can see a picture under the button, but can't see the button at all?
framontb
  • 1,817
  • 1
  • 15
  • 33
0
votes
2 answers

How to change a path image property of a Switch/Indicator element in CANalyzer's Panel from CAPL?

I'm using a Switch/Indicator Panel element in CANalyzer for visualising some system states with an image. I would like to change the path from where the Switch/Indicator gets this image by means of a CAPL program configured inside a Program Node in…
framontb
  • 1,817
  • 1
  • 15
  • 33
0
votes
2 answers

Sending Periodic CAN signals on button press using CAPL and CANalyzer

I am trying to send a set of CAN frames on to CAN bus. I am using CAPL to program and CANalyzer8.5 to simulate and Panel designer to create a button. My requirement is to first create a button using PANEL designer. Only on button press it should…
bislinux
  • 193
  • 2
  • 3
  • 12
0
votes
1 answer

what are the API's in CAPL script?

Is there any API to extract the write window of canalyzer automatically through CAPL script or Diagnostic and XCP window? I know it can be extracted manually but i dont want to extract manually Thankyou
0
votes
2 answers

using CANalyzer libraries in Microsoft visual studios

I'm trying to use CAPL/CANalyzer functions in visual studio. I found some information on how to implement it in the CAPL help menu, but when i try I can't seem to get it to work. Is there any online resource on how to do this?
0
votes
1 answer

CAN message signals, CAPL

I am trying to save the signal data in the each my of a CAN message in separate variables. For eg. I have a CAN message 'msg1' of dlc =4, with signals {8, 5, 7, 21} in CANalyzer's CAPL, I would like to save them in variables like: int var1 =…
C. Dave
  • 3
  • 1
  • 3
0
votes
0 answers

CANalyzer (Measure Message) via C#

I have a list of different CAN messages that I need to look at. I want to choose from this list a message and measure this message in the CANalyzer (via C #)? How can I do that?
0
votes
1 answer

Running a Blf file in constant Loop for Emulation using CAPL

I want to run a .blf file using the Replay Block in CANalyzer . I want to run this file in a constant loop for emulation purpose. Is it possible using CAPL or can some one instruct me how to do this even without CAPL.
rohit.ranjan
  • 19
  • 2
  • 7
-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

Use of struct in CAPL CANalyzer

I'm writing a piece of code to simulate some stuff of diagnostic. I've created with CANalyzer, a panel with tons of information that need to be shown using a picklist (called combobox) What I want to do is to create a giant array of that struct…
jonsey
  • 39
  • 7
-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