Search found 16 matches

by gh.yu
Wed 30. Aug 2017, 04:10
Forum: PCAN-RS-232
Topic: CAN Baud Rate 100K
Replies: 3
Views: 8777

Re: CAN Baud Rate 100K

Hi,

Thank you for your guide.
Actually, I didn't find document you commented.
I have "PCAN-RS-232_UserMan_eng.pdf" and there is no description you mentioned at Page 15.
Could you please share the document you referred?

Thanks,
by gh.yu
Tue 29. Aug 2017, 10:36
Forum: PCAN-Ethernet Gateway DR
Topic: LAN2CAN is not working in CAN baud rate 100K
Replies: 19
Views: 27513

Re: LAN2CAN is not working in CAN baud rate 100K

Hi,

As you commented, it' because of the udp packet with corrupted can message after checking udp packets.
it's not because of CAN baud rate 100K.
I guess wrong data in can message made CAN Gateway stalled.

Thank you for your help.
by gh.yu
Tue 29. Aug 2017, 02:39
Forum: PCAN-RS-232
Topic: CAN Baud Rate 100K
Replies: 3
Views: 8777

CAN Baud Rate 100K

Hi,

I'm developing Serial to CAN using PCAN-RS232.
PCAN-RS232 with CAN baudrate 500K is working well.
But PCAN-RS232 with CAN baudrate 100K is not working.

Could you let me know the reason or some of check points?
by gh.yu
Fri 28. Jul 2017, 11:20
Forum: PCAN-Ethernet Gateway DR
Topic: LAN2CAN is not working in CAN baud rate 100K
Replies: 19
Views: 27513

Re: LAN2CAN is not working in CAN baud rate 100K

Hi,

As you request, I tested LAN2CAN both 100K CAN channel 1 and 100K CAN channel 2 network.
And I checked that 100K CAN 1 is working well, but 100K CAN 2 was not working.

Following is the route status on expert mode.
Though I repeat to send can message, no packets are arrived after one packet is ...
by gh.yu
Fri 28. Jul 2017, 09:34
Forum: PCAN-Ethernet Gateway DR
Topic: LAN2CAN is not working in CAN baud rate 100K
Replies: 19
Views: 27513

Re: LAN2CAN is not working in CAN baud rate 100K

OK I will check your other questions.
Just I want test another verion SW.
I want 2.5.0 verion. But I cant find 2.5.0 on your link.
If possible, pls share it.
by gh.yu
Fri 28. Jul 2017, 09:14
Forum: PCAN-Ethernet Gateway DR
Topic: LAN2CAN is not working in CAN baud rate 100K
Replies: 19
Views: 27513

Re: LAN2CAN is not working in CAN baud rate 100K

My version is 2.6.0.
Could you share your sw image.
If so, I will try your sw image.
by gh.yu
Fri 28. Jul 2017, 08:24
Forum: PCAN-Ethernet Gateway DR
Topic: LAN2CAN is not working in CAN baud rate 100K
Replies: 19
Views: 27513

Re: LAN2CAN is not working in CAN baud rate 100K

Hi,

Yes, I tested my can message with same CAN channel after I changed only baudrate from 100K to 500K.
And it's working well.

Could you test LAN2CAN with my can message on CAN 100K, sw ver 2.6.0?
And then let me know the result, please.

Or, could you share the debugging way like checking ...
by gh.yu
Thu 27. Jul 2017, 14:00
Forum: PCAN-Ethernet Gateway DR
Topic: LAN2CAN is not working in CAN baud rate 100K
Replies: 19
Views: 27513

Re: LAN2CAN is not working in CAN baud rate 100K

Hi,

My can message is below and I checked it was sent to gateway to can 500k network well.
Id is 0x00000026 and extended format so 0x80000026.

1. my can message
/* length msgType tag timestampL timestampH channel dlc flgas canId canData */
{ 0x0024, 0x0080, {0, }, 0x55543, 0, 0, 8, 0, 0x80000026 ...
by gh.yu
Thu 27. Jul 2017, 12:23
Forum: PCAN-Ethernet Gateway DR
Topic: LAN2CAN is not working in CAN baud rate 100K
Replies: 19
Views: 27513

Re: LAN2CAN is not working in CAN baud rate 100K

When I check the ini configuration file, fpp value for 100k is 'zero',
As far as I know, fpp is max CAN frames per IP packet according to document.
And fpp value for 500k is 8, not 'zero'.
Can you guess what it mean?

(can0 : 500K, can1 : 100K)
poi_config.ini ...
by gh.yu
Thu 27. Jul 2017, 11:41
Forum: PCAN-Ethernet Gateway DR
Topic: LAN2CAN is not working in CAN baud rate 100K
Replies: 19
Views: 27513

Re: LAN2CAN is not working in CAN baud rate 100K

Hi,

According to your comment, I changed port number from 45321 to 45324 below,
But LAN2CAN is not working yet.
When I check packet status, after only 1 ip packet is arrived,
no ip packet is arrived and no can packet is transmitted (see below)

Can you guess what is the problem?


<Changed ...