CANhack.de CAN-Interface RKS+CAN
CAN Hardware, CAN Software, CAN Protocols - CAN Bus Forum for Your CAN Bus Project.

CAN Bus Table: Applications and Examples

 
New Topic Reply 🔗 🖨 CANhack.de - Index » CAN Bus General
Author Message
amdnox
Guest




 


Free account, no CAN development support

Post03-11-2011, 15:12    Subject: CAN Bus Table: Applications and Examples Quote

Hello everyone,

First of all, I'm not from the automotive industry, but I'm an electrician specializing in automation technology, so I wouldn't necessarily consider myself a complete novice.

I've been working on a private project related to electric mobility.
I don't want to go into too much detail here, but I have a motor controller that uses a CAN bus.
has a connection.
There are also documents and a table available, but since they are in English and I have never worked with CAN bus before, I'm not really making any progress.
'Der schnelle braune Fuchs springt über den faulen Hund.'
Command definitions.
Command: CCP_FLASH_READ
Length 3.
data[0] 0xF2
data[1]: INFO_MODULE_NAME
data[2]: 8
Controller response.
Length 8
data[0] to data[7]: Controller model in ASCII format, 8 bytes.
Translation:

Description: Obtaining the controller's model number. For example, 0x4B, 0x42, 0x4C corresponds to 'K', 'B', and 'L', respectively, while 0x30 represents '0'.
The INFO_MODULE_NAME constant is defined as 64.
Command: CCP_FLASH_READ
Length 3.
data[0] 0xF2
data[1] INFO_SOFTWARE_VERSION
data[2]: 2
Controller response.
Length 2.
data[0] to data[1]: Software version in a BCD (Binary Coded Decimal) format, consisting of two bytes.
Description: This retrieves the software version of the controller, which is also referred to as the controller's version. It is represented in BCD (Binary Coded Decimal) format.
'Similar formatting for storage. For example, '0x0A,0x01' should be parsed into the ASCII characters '0', 'A', '0', and '1' by the software.'
The `INFO_SOFTWARE_VER` constant is defined as 83.
Command: CCP_FLASH_READ
Length 3.
data[0] 0xF2
data[1] CAL_TPS_DEAD_ZONE_LOW
data[2]: 1
Controller response.
Length 1.
data[0]: TPS_Dead_Zone_Low
Description: Adjusting the controller's throttle low-end dead zone. CAL_TPS_DEAD_ZONE_LOW.
'The constant is defined as 4. The maximum value of Throttle is 200. If the value of Throttle Low-end Dead...'
The zone value is 40, which indicates a 20% low-end dead zone. (40 divided by 200 equals 20%).
'Der schnelle braune Fuchs springt über den faulen Hund.'
This is just a small excerpt!

I am now looking for a display, possibly from a motorcycle, forklift truck, or something similar.
That displays speed and information about the engine and other components.

There are many CAN bus displays available, such as the Curtis Engage 4-3200, but you either need to program them or understand if these two devices will automatically communicate with each other.

I just need some basic information about the CAN bus.

I work professionally with Profibus DP and Modbus, among other things, but that knowledge isn't particularly helpful in this situation.

It would be great if someone could enlighten me a bit.

hello amdnoc


Translated on 11-08-2026, 4:42.
Back to top
CAN-Diagnose
Administrator
Administrator
Avatar-CAN-Diagnose

Joined: 06/07/2011
Posts: 573
Karma: +29 / -0   Thank you, like it!
Location: Ländle



Post04-11-2011, 21:16    Subject: CAN Bus Table: Applications and Examples Quote

http://www.vector-elearning.com/vl_einfuehrungcan_de.html

I would like to purchase a small, ready-made circuit board with a display and a CAN controller. The main task then would be to properly configure the CAN transceiver, process the read CAN frames, and display them.

It might be useful to have a CAN monitor for the PC, where you can view the messages on the bus.

Best regards, Rainer.
Dipl.-Ing. (FH) Rainer Kaufmann - Embedded Software Freelancer
System RKS+CAN: CANHack.de CAN-Bus Interface
Back to top Profile PM WWW
New Topic Reply 🔗 🖨 CANhack.de - Index » CAN Bus General
Similar articles and topics
Topic Forum
No new posts Hardware for this application. CAN Bus General
No new posts CAN Bus Data Table: Explained & Examples CAN Bus General
No new posts Question about the MQB 2010 ID table General
No new posts Development of a CAN ID table for the Golf V General
Jump to:  
You cannot post new topics in this forum.