Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
86 views

I'm migrating an automated test workflow from Vector VtestStudio to a Python-based tool. Previously, in VtestStudio, we could execute a separate .can CAPL script in the middle of a test without issues....
Adithya Sharma's user avatar
0 votes
0 answers
256 views

We are working on a Vector based Hardware in loop project. In Vector CANoe,if I add a network node and assign an simulated node to it, CANoe transmits all the Tx messages of the node on the bus as per ...
Code_Kid's user avatar
0 votes
0 answers
72 views

diagRequest STDS_RQ Dummy_Req_Obj; long u32RespCode; u32RespCode = diagSendRequest(Dummy_Req_Obj); // Send the request if(0 == u32RespCode) { u32RespCode = testWaitForDiagRequestSent(...
Andy's user avatar
  • 1
0 votes
0 answers
165 views

I have a replay block (in simulation setup) in CANoe that contains a 2-hour measurement. However, I only need two certain parts of this measurement and I don't want to play the entire 2-hour recording ...
NewHere's user avatar
0 votes
0 answers
39 views

In our use case, we have a test system that contains multiple independent units (Test-Places) that should communicate with one CanOE application. Is it possible to connect multiple clients to the FDX ...
B.R.'s user avatar
  • 344
0 votes
0 answers
201 views

I am trying to use CANoe to test real SOME/IP devices but I can only receive message and cannot transmit message to the device: The steps I followed are: Follow the 4 part simulation set up from ...
Dung Nguyen's user avatar
0 votes
0 answers
180 views

I have in my testmodule a few events like on sysvar on sysvar PICOLOG::Start { write("Temp is : %f", sysGetVariableFloat(sysvar::PICOLOG::CH_1)); } MainTest() { write("MainTest ...
Claudiu Ghise's user avatar
0 votes
0 answers
67 views

I am trying to control a power source with CANoe through RS232 Serial Communication, however when I send a command to the power source using the built in rs232Send function, no response from the Power ...
Jomy George's user avatar
1 vote
1 answer
195 views

I am trying to implement a tool that executes some commands in CANoe, using for that the py_canoe library. If I implement all the CANoe calls in the main thread everything works fine, but since some ...
user25615933's user avatar
0 votes
0 answers
386 views

I'm trying to send a simulated Diagnostic response via CAPL, then catch it and do something with it. This is the simulated response code (I can see it being sent in the Trace window): on key 'z' { ...
VhD's user avatar
  • 1
-1 votes
1 answer
422 views

I'm trying to send and receive data using CANoe FDX protocol. I went through this document, which has instructions on how to configure CANoe config file. I'm using CAPL for automation but I couldn't ...
Joshua's user avatar
  • 52
0 votes
0 answers
71 views

I am encountering an issue in Canoe where test cases produce false positive results due to interference from previous test runs. Specifically, I am testing a Device Under Test (DUT) that sends the ...
petar's user avatar
  • 9
0 votes
1 answer
329 views

I'm trying to write a CAPL test case where I need to monitor a CAN signal BM_State under specific conditions for a duration of 7 seconds. The scenario is as follows: I want to start monitoring when ...
K.Stefan's user avatar
-2 votes
1 answer
1k views

I have a Python module, say module.py, which has several functions like below. """module.py""" class myclass: def foo(self, arg1: str, arg2: int) -> int: ...
kingvittu's user avatar
  • 113
0 votes
3 answers
2k views

I am writing testresults I get into an .csv now I want to get a new .csv when I repeat the test. my idea was to set the Timestamp at the End of the name of my .csv to tell them appart but I cant ...
Speidey's user avatar
  • 11
0 votes
1 answer
118 views

I need to control CANoe with Python using win32com and change Physical Requests to Functional Group Request. This can also be seen in Diagnostics/ISO TP Configuration under CAN Networks under ...
davidandsch's user avatar
-1 votes
1 answer
1k views

I am new to CAPL and Canoe, my question is when assign value to signal in CAN message should you assign using physical signal like this: MSG.Signal_A = raw_data * scale + offset; Or just assign the ...
Dung Nguyen's user avatar
-1 votes
1 answer
212 views

Need CAPL script to get the value of particular byte of a first CAN message which is being sent periodically over CAN bus I tried to set the local flag to some other value and added if condition to ...
user123's user avatar
  • 17
0 votes
0 answers
515 views

I attempted to build a CAPL DLL file for CANoe following the CMake example provided in the Vector Help documentation. Additionally, I used similar steps from this githup repository: huangdong332/...
Mohamed Hamed's user avatar
0 votes
1 answer
434 views

Since I don't have an arXML file, I have to defining a method: Client: variables { DWORD gMc; // global method call handle } on start { Initialize(); } void Initialize() { DWORD aep; // ...
yi ti's user avatar
  • 1
0 votes
1 answer
1k views

I'm currently working on a CAN network simulation using CANoe, and I am writing CAPL scripts to monitor the cycle time of CAN messages. My setup involves multiple CAN buses that share the same message ...
slobel's user avatar
  • 1
0 votes
2 answers
520 views

What I'm trying is to separate function definitions from main .can file. The problem is, when including same .cin file in different .can files, the multiple definition compile error occurs. I've tried ...
Tracy Willson's user avatar
0 votes
0 answers
337 views

When I run this script named main.py bellow to load CANoe cfg file from py_canoe import CANoe canoe_inst = CANoe() canoe_inst.open(canoe_cfg=r'C:xx.cfg') i received error and CANoe is opened but ...
Dimitar Angelov's user avatar
1 vote
1 answer
737 views

I am trying to Enable/Disable the Logging Block using COM Objects in python. I could access the individual loggings from the collection, but cannot enable them programatically. I tried below way, the ...
lerner1225's user avatar
0 votes
0 answers
324 views

I'm encountering an issue while attempting to send an automotive Ethernet frame using the packet builder feature in CANoe. Despite configuring the frame with the necessary IP, UDP, and IPv4 parameters,...
Mohamed Amer's user avatar
2 votes
2 answers
1k views

I am currently developing test cases in CANoe using CAPL Language. My objective is to capture and save the entire CAN Frame as it appears on the trace, rather than just the signal it contains. While I ...
Mohamed Hamed's user avatar
0 votes
0 answers
2k views

I am trying to control a power source with CANoe through RS232 Serial Communication, however when I send a command to the power surce using the built in rs232Send function it results in one but the ...
Zaid Mansour's user avatar
-1 votes
1 answer
893 views

I already have the dll file but how to add that into canoe and use them? i have added the dll file into the canoe location (Diagnostic/ISO TP ->Diagnostic layer->security Access) . but when iam ...
user23806054's user avatar
0 votes
0 answers
519 views

I Have added my dll file into capl code. when trying to use the function in my capl script iam getting this error "Local RT kernel: The connection is broken." I would like to know if anyone ...
user23806054's user avatar
0 votes
1 answer
345 views

I tried to used the following procedure: My problem is that it did not worked until I've created an observer and activated it before expecting the message to be seen. I'm not sure it is the proper ...
Diana Bîrla's user avatar
1 vote
0 answers
187 views

Wireshark is crashing after printing the result. The root cause is we are dumping packets into a specific file and trying to post process continuously since packets are being cut into half error is ...
user123's user avatar
  • 17
-1 votes
1 answer
563 views

Trying to take logs in .pcap format n post process from trace window, I'm using startlogging and stoplogging capl functions as of now . When I'm stopping it pauses and resumes when I start again. I ...
user123's user avatar
  • 17
-1 votes
1 answer
609 views

Can someone help me with CAPL script to find FIN /RST messages over canoe trace window? This is for DOIP module - I want it to check the RST/FIN from tester as well as ECU(as we specify) Basically we ...
user123's user avatar
  • 17
1 vote
0 answers
727 views

I am working on XCP test cases for the first time. I am trying the first step itself to add XCP device and configure few variables by automation. I am aware there exists functions to write and read ...
Yottabyte's user avatar
0 votes
1 answer
713 views

I'm trying to communicate in C# with CANoe but I get some errors. I have this setup to Open and Start (⚡) CANoe APP, and it is working fine: private CANoe.Application CANoeApp; private void ...
Óscar's user avatar
  • 1
0 votes
1 answer
480 views

When simulating running in Canoe, the software freezes, which I believe is the reason for the while. However, in the while code segment, I have written the logic to stop the loop, and I don't know why....
T0Night's user avatar
0 votes
0 answers
292 views

I have a Python script which open and start measures in CANoe. It already opens CANoe but I get the COM error: Exception has occurred: com_error (-2147352567, 'Exception occurred.', (0, None, None, ...
user23057750's user avatar
0 votes
1 answer
895 views

Simulating busoff using CAPL. Usually we create busoff using Shorting CANH & CANL, CANH to GND, CANL to VBAT, etc. But here I want to create busoff using the CAPL functions? Is it possible to ...
Cade Amanstrang's user avatar
0 votes
0 answers
2k views

I need to stop CANoe simulation automatically when a condition is reached in my CAPL code. Are there some built-in functions to achive that or other option? I've tried stop() but it is not working. If ...
CAPLUser's user avatar
0 votes
1 answer
775 views

does anyone know a way, how I can access the Vector Hardware Setup via VS in C# and read the connected VN boxes (name and driver)? Because I want to read all connected VN boxes on my pc and will show ...
CheckItOut's user avatar
0 votes
1 answer
782 views

I want to capture response of this request 27 01 but unfortunately I am getting 00 00... I can see the request and the response on trace with positive response , thus I can see the seed on trace as ...
mohcine antouri's user avatar
0 votes
1 answer
461 views

We configured 2 nodes in CANoe and each nodes have different source address with same PGN number. The data sending at same time from both nodes and we configured this message is Multipacket using BAM ...
somesh's user avatar
  • 1
0 votes
0 answers
2k views

I am new to CANoe/CAPL. I am trying to display the data of the received message onto a GUI. This will be a message that is 64 bytes, so I would like multi-line support. Thus far, all I have seen as an ...
MartyM14's user avatar
0 votes
1 answer
867 views

I have difficulty reading full length of data bytes via trace interface when the data bytes I need are over the upper limit which traceface can show. I want to using service 22 to read a trail of VIN ,...
Mori's user avatar
  • 1
0 votes
0 answers
188 views

I am using free version of CANoe 17 software. I created a candb++ database file. When I try to import it using "Import wizard" option, it is showing me that the option is not available.
programmer_04_03's user avatar
0 votes
0 answers
1k views

I have two CAN networks: One via Virtual CAN connected over Wifi to my PC and one CAN network connected with VN1610 via USB to my PC. How do I setup a „gateway“ in CANoe, so I can transfer CAN ...
Peter's user avatar
  • 1
0 votes
1 answer
622 views

I´m trying to build a CAPL script in which I can read the string data contained in an array and then convert it to hex. I tried to use functions such as "strtoul" and "DecodeString"...
A-DnielMR's user avatar
0 votes
0 answers
679 views

I am Trying at the moment to read some service signals from the bus with Canoe and then assign the values to system variables so they can be assigned to a visual panel in Canoe. At the moment I am ...
Mihai's user avatar
  • 19
0 votes
0 answers
159 views

I would like to change the TestVariant in testmodule using python and I'm trying to execute below function: def test_env(self): self.test_Module_envr = self.app.test_Module_envr print('...
Sai Shankar Gali's user avatar
0 votes
0 answers
589 views

I am completely new to this topic and I've been asked to create an application that shows the data exchange happening on a bus in CANalyzer via the COM interface, with the exact virtual time point ...
doa4321's user avatar
  • 206

1
2 3 4 5
7