
CAN-keypad manufactured by Blink Marine and preconfigured for use with CANTCU (J1939). Buttons can be defined for various functions in CANTCU Configurator.
250/500/1000kbps (Pre-defined)
| Pin # | Color | Description | Connects to |
|---|---|---|---|
| 1 | Blue | CAN Lo | CAN3 Lo |
| 2 | White | CAN Hi | CAN3 Hi |
| 3 | Black | GND | GND |
| 4 | Red | +12V | +12V |
Our keypads are pre-programmed to a specific communication layout. If you have a universal Blink keypad, you can configure it to a “CANTCU-keypad” by sending it specific configuration commands through CAN. Note that you need basic knowledge and understanding of CAN-bus in general, and a suitable CAN-tool/device/analyzer that is able to send out frames on the CAN-bus.
| CAN ID | Message | Function | Description |
|---|---|---|---|
| 615h | 2B FF 20 01 01 | Change from CANopen to J1939 | Optional, necessary only if keypad is currently communicating through CANopen (standard frames) |
| 18EF2100h | 04 1B 70 13 6A FF FF FF | Change Keypad Identifier | Required |
| 18EF1300h | 04 1B 77 14 FF FF FF FF | Set Periodic Transmission to 200 ms | Required |
| 18EF1300h | 04 1B 71 01 FF FF FF FF | Enable Periodic Key-state Transmission | Required |
| 18EF1300h | 04 1B 37 02 FF FF FF FF | Set LED Management Mode | Required |
| 18EF1300h | 04 1B 6F xx FF FF FF FF | Set Baud Rate | Optional, depending on CAN bitrate, normally 500kbps xx = 02 → 500kbps xx = 03 → 250kbps |