Author Topic: RX message can problem  (Read 1781 times)

Offline topal

  • PLUS+1 Developer
  • ***
  • Posts: 21
  • Karma: +0/-0
RX message can problem
« on: January 16, 2022, 04:47:51 PM »
Hello,

I'm back with a new problem, which is the following

I want to test the reception of a can message to light a bulb when C1P06 is at 12 Volt

with CAN Monitor from the service tool, I can clearly see byte 7 changing state if C1P06 is at 12 volts, but the lamp does not light up

if with my network analyzer I send 80 to byte 7 of my frame with ID 0x100, my lamp lights up

so my reception part works if I send the frame myself!

the tx part of my program also works because I see it in CAN monitor of Service Tool

so everything is good but it doesn't work

I don't understand can you help me

thank you

Pat


Offline acmall

  • PLUS+1 Guru
  • *****
  • Posts: 191
  • Karma: +36/-1
Re: RX message can problem
« Reply #1 on: January 17, 2022, 09:20:58 AM »
The controller can't send and receive simultaneously on the same CAN bus.

If you don't have another controller to test with you could connect CAN_0 & CAN_1 together so that you can send on one and receive on the other.

Offline topal

  • PLUS+1 Developer
  • ***
  • Posts: 21
  • Karma: +0/-0
Re: RX message can problem
« Reply #2 on: January 17, 2022, 07:17:12 PM »
Hello, ACMALL

very good work fine

now i test an IOX24-010 i hope i undetand how it works

thank

Pat