All Questions
Tagged with canoe diagnostics
14 questions
0
votes
1
answer
61
views
CANoe Physical to functional requests
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 ...
0
votes
1
answer
481
views
Capturing Diagnostic request 27 01 / Seed using DiagGetParameterRaw on Capl/Canoe
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 ...
0
votes
1
answer
2k
views
CANOe Diagnostic console show Error when processing of response message("Primitive has invalid length")
In CANOe Diagnostic console when I request SID and I see Error when processing of response message("Primitive has invalid length") and I receive Positive response message. Please could ...
0
votes
0
answers
2k
views
How to implement CAPL program when Seed is received and generate Key (AES128) without CDD file?
I want to know how to write a CAPL script where I could read the RNG Seed sending response from ECU and send generated key using capl script and send request from the CANOe to the ECU. Since I don't ...
-1
votes
1
answer
2k
views
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 ...
0
votes
1
answer
1k
views
How to return a diagnostic object from CAPL function?
What are the function return types available in CAPL?
Is it possible to return a diagnostic object from a function?
I am getting error in CAPL when trying to have diagnostic object(Req/Resp) as return ...
-1
votes
1
answer
795
views
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 ...
0
votes
0
answers
1k
views
How to test a real ECU via canoe?
I want to do test a real ECU using VN5610A and CANoe.ethernet. the Vector hardware Config set up like this:
When send the diagnostic request to the real ECU, it cannot reach the real ECU. The trace ...
0
votes
1
answer
2k
views
How to test a real ECU via CANoe
I am new with CANoe, and now I am trying to test a real ECU by sending diagnostic requests to it and get response from the ECU via CANoe. I use VN5610A and CANoe software is CANoe.Ethernet. I ...
0
votes
1
answer
2k
views
Can't send Raw Telegram Request through CAPL on CANoe
EDIT: The main problem has been solved, but I stilla have a question, check the third attempt to see it.
I'm trying to send a Diagnostic Request that is not defined on my Diagnostic Description.
I ...
-2
votes
1
answer
831
views
How to obtain CAN transmitted data (256 bytes)using Diagnostic functions using CAPL?
256 bytes of data is transmitted to CAN bus as response to a particular DID. It consists of 14 samples of data AND one sample consists of 12 bytes of data (10 different values of 10 different ...
1
vote
2
answers
7k
views
How to send multiple diagRequest messages in Vector CAPL?
I'm currently writing some CAPL code that is executed when clicking a button. It shall send multiple Diagnostic Requests. But CANoe is always telling me, that it can only send one request at a time. ...
0
votes
1
answer
4k
views
Simulation of a node/ECU in CAPL
I am trying to simulate a node in CAPL which gives diagnostic response to the tester requests. In CANoe, I have added 2 network nodes 1)ECU and 2)Tester.
//**In Tester.can**
DiagRequest service req; ...
1
vote
4
answers
30k
views
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 ...