We have recieved 86% of our goal ..


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
NBT EVO Bench setup
#1
Hi,

I need help/information on how to make NBT EVO from a G30 turn the screen on on bench.
I'm connecting as flow:

A ZGW2-4sk to HU via k-can2 HU connected to CID screen also connected ZBE3 (touch).
I reflashed the ZGW with same vin as HU. ZGW connected to enet cable.

I can see and code HU in esys. I can see and diagnos HU and ZGW in ista. But the screen still black. Can not see the ZBE3 (touch) on esys and It does not light.

I could run the R,G,B test on the screen in ista and the screen works fine. I use an Arduino CAN bus code to wakeup the HU and the ZGW.
Can see on ampere meter when they went wake and sleep. Otherwise I would not be able to communicate with them via esys vs ista.

I tried to connect the


What I am missing here?

These are the commands I used. I tried other commands but same result. the HU and ZGW are wake but screen still black.



Using these two commands every 500 ms.

<
message1.can_id = 0x130; //formatted in HEX

  message1.can_dlc = 5; //formatted in DEC
  message1.data[0] = 0x45;
  message1.data[1] = 0x40;
  message1.data[2] = 0x22; //formatted in HEX
  message1.data[3] = 0x8F;
  message1.data[4] = 0xFE;

  message2.can_id = 0x12F; //formatted in HEX
  message2.can_dlc = 8; //formatted in DEC
  message2.data[0] = 0x37;
  message2.data[1] = 0x7C;
  message2.data[2] = 0x8A;
  message2.data[3] = 0xDD; //formatted in HEX
  message2.data[4] = 0xD4;
  message2.data[5] = 0x05;
  message2.data[6] = 0x33;
  message2.data[7] = 0x06;
>
Reply
#2
Did you ever get this working?
Reply




Users browsing this thread: 1 Guest(s)