Search found 11 matches

by jorgz
Tue 21. Jan 2025, 09:49
Forum: PCAN-Explorer 5 & Add-ins
Topic: Windows 11 compatibility
Replies: 1
Views: 9960

Windows 11 compatibility

Hello,

I want to ask if Pcan Explorer version 5 is compatible with windows 11?
Thanks
by jorgz
Fri 30. Aug 2024, 11:35
Forum: PCAN-Explorer 5 & Add-ins
Topic: Trace file gets no Rx
Replies: 1
Views: 2580

Trace file gets no Rx

Hello,

Im using Peak explorer 5 and when I start a trace some how only the Tx messages get shown in the file and no Rx messages.

Hier an example:

Channel1 is on the peakexplorer5
Channel2 is on the peakview,
I send this message from the peakview chan2 to the peak explorer chan1 peakview.PNG ...
by jorgz
Wed 24. Jul 2024, 07:39
Forum: PCAN-Basic
Topic: Reset timestamps
Replies: 21
Views: 24182

Re: Reset timestamps

Hello Marvin,

This is how I initialize the CAN channel:
protected override void Initialize()
{
lock (_PortLock)
{
TPCANStatus ret = PCANBasic.Initialize(
PCANHandle,
PCANBaudrate);

if (ret != TPCANStatus.PCAN_ERROR_OK)
throw new IOException(String.Format("{0} failed to connect: {1 ...
by jorgz
Tue 23. Jul 2024, 14:29
Forum: PCAN-Basic
Topic: Reset timestamps
Replies: 21
Views: 24182

Re: Reset timestamps

Hello,

I have managed to obtained the timestamps and I have made a long recording of about 7.5-8 hr. After the timestamp reaches a certain point the clock goes back to zero about every 1 hr and 10 minutes:

last time: 4294966953 then time stamp start over again to: 3197
last time:4294923471 then ...
by jorgz
Mon 15. Jul 2024, 09:03
Forum: PCAN-Basic
Topic: Reset timestamps
Replies: 21
Views: 24182

Re: Reset timestamps

I have sent you an email with the information.
by jorgz
Fri 12. Jul 2024, 13:51
Forum: PCAN-Basic
Topic: Reset timestamps
Replies: 21
Views: 24182

Re: Reset timestamps

Hello,

I was able to read hw timestamps on send on receive messages for a specific testbench. The bench where the timestamps worked has following drivers/api versions:

-firmware 3.2
-Pcan_virtual.svs 4.3.0.16563, Pcan_usb.sys 4.3.0.16563
-PEAKRP32.dll 4.0.1.280, PEAKRP32.dll 4.0.1.280
-CanApi2.ll ...
by jorgz
Tue 25. Jun 2024, 11:26
Forum: PCAN-Basic
Topic: Reset timestamps
Replies: 21
Views: 24182

Re: Reset timestamps

just read the documentation, and to answer my own question, yes its correct: https://www.peak-system.com/fileadmin/m ... -basic.zip
see examples.
Please dont close the thread since Im still working on this. Thanks
by jorgz
Tue 25. Jun 2024, 10:10
Forum: PCAN-Basic
Topic: Reset timestamps
Replies: 21
Views: 24182

Re: Reset timestamps

Thanks for the reply and clarification. I want to continue using only the c# wrapper, sorry the dumb question: so in my case this would be the way to activate the echo frames right?

UInt32 iBuffer;
iBuffer = PCANBasic.PCAN_PARAMETER_ON;
TPCANStatus ret2 = PCANBasic.SetValue(PCANHandle ...
by jorgz
Mon 24. Jun 2024, 11:23
Forum: PCAN-Basic
Topic: Reset timestamps
Replies: 21
Views: 24182

Re: Reset timestamps

Sorry another question, I am using this example:
https://docs.peak-system.com/API/PCAN-Basic.Net/html/4a6f0c95-988e-4873-8966-5e482b889cd1.htm
To activate the echo frames, on this function:
Api.SetValue(channelUsed, PcanParameter.AllowEchoFrames, ParameterValue.Activation.On)

In my case it ...
by jorgz
Mon 24. Jun 2024, 09:12
Forum: PCAN-Basic
Topic: Reset timestamps
Replies: 21
Views: 24182

Re: Reset timestamps

Thanks for the reply, does firmware version 3.2.0 support self receive frames? Im using IPEH-xxxxxx-000411 with 6 usb ports