Search found 24 matches

by tuttoaldoc
Fri 26. Jul 2024, 11:34
Forum: PCAN-Ethernet Gateway FD DR
Topic: messages timestamp
Replies: 7
Views: 178642

Re: messages timestamp

Hi yes,
I use PCAN-Virtual Gateway to connect to the Ethernet Gateway.
thanks
by tuttoaldoc
Fri 26. Jul 2024, 11:25
Forum: PCAN-Ethernet Gateway FD DR
Topic: messages timestamp
Replies: 7
Views: 178642

Re: messages timestamp

Hi Marvin,
sorry I'm probably not explaing myself well. Let's restart. I have a PCAN-Ethernet Gateway connected to a CAN network. I configured it and I set it on PCAN Explorer 5. In the reveive/transmit window I see the CAN messages but if I try to do a trace it doens't work .. why? Using a PCAN-USB ...
by tuttoaldoc
Fri 26. Jul 2024, 11:00
Forum: PCAN-Ethernet Gateway FD DR
Topic: messages timestamp
Replies: 7
Views: 178642

Re: messages timestamp

Hello Marvin,
I'm sorry you are right, I didn't elaborate well. I'm connecting to a standard CAN network. My "first point" is that using the ethernet gateway it seems I'm not able to trace with standard tools: I tried on both PCAN View and PCAN Explorer. I would like to use PCAN Explorer because I ...
by tuttoaldoc
Fri 26. Jul 2024, 08:57
Forum: PCAN-Ethernet Gateway FD DR
Topic: messages timestamp
Replies: 7
Views: 178642

messages timestamp

Hi,
I developed a small c application based on the examples you provided and I'm experiencing some issues with the message timestamping between the 2 channels of the gateway. Monitoring the same bus with the 2 channels it seems I get a jitter of ms in the timestamp. With a usb FD I don't have any ...
by tuttoaldoc
Fri 24. May 2024, 12:37
Forum: PCAN-Basic
Topic: Loop through the possible devices to detect the available ones
Replies: 5
Views: 4476

Re: Loop through the possible devices to detect the available ones

Thank you very much, I was looking in the web interface. It works perfectly.
Thank you so much for the support
regards
Michele
by tuttoaldoc
Fri 24. May 2024, 08:51
Forum: PCAN-Basic
Topic: Loop through the possible devices to detect the available ones
Replies: 5
Views: 4476

Re: Loop through the possible devices to detect the available ones

Hi,
thank you very much it works fine. The only issue I have is that we use PCAN usb devices but also PCAN-Ethernet Gateways and in order to distinguish them I was planning to use the device-id for the usb ones and the ip-address for the network ones because it seems to me the device id is not ...
by tuttoaldoc
Thu 23. May 2024, 14:54
Forum: PCAN-Basic
Topic: Loop through the possible devices to detect the available ones
Replies: 5
Views: 4476

Loop through the possible devices to detect the available ones

Hello,
I'm developing a small C application based on PCANBasic dll. At the init I loop through the possible devices (from PCAN_USBBUS1 to PCAN_USBBUS16 and from PCAN_LANBUS1 to PCAN_LANBUS16) trying to see if they are present or not to create a list of the available ones. To do that, based on the ...
by tuttoaldoc
Tue 14. May 2024, 17:22
Forum: PCAN-Basic
Topic: python QOVERRUN
Replies: 3
Views: 2046

Re: python QOVERRUN

Hi,
thank you very much. I tested your GUI and effectively it works fine. Mine goes in overrun after a while .. I guess it's maybe linked to some extra-process I do .. I'm investigating.
Thank you very much to point me out your solution
Michele
by tuttoaldoc
Tue 14. May 2024, 14:57
Forum: PCAN-Basic
Topic: python QOVERRUN
Replies: 3
Views: 2046

python QOVERRUN

Hi,
I'm trying to develop a CAN monitoring application in python.
I tried using the provided classes but I have the problem that if the bus is loaded after a while the device goes in read overrun error.

I checked online and I found that python is not very well suited to manage thread priorities ...
by tuttoaldoc
Tue 11. Oct 2022, 09:46
Forum: PCAN-Explorer 5 & Add-ins
Topic: dinamically change symbol name
Replies: 5
Views: 4244

Re: dinamically change symbol name

Hi,
The range of symbols is the solution I'm currently using but the problem is that the message is displayed always with the same name despite of the CANID. The biggest problem for me it's in the trace because I'm not able to get ID. As far as I understood the only solution is to use the copy&paste ...