rbei-etas / busmaster

BUSMASTER is an Open Source Software tool to simulate, analyze and test data bus systems such as CAN. BUSMASTER was conceptualized, designed and implemented by Robert Bosch Engineering and Business Solutions (RBEI). Presently it is a joint project of RBEI and ETAS GmbH.
http://rbei-etas.github.com/busmaster/
GNU General Public License v3.0
950 stars 501 forks source link

Very basic CAN database problem (3.2.2) "end bit of signal is out of message length" #1315

Open etuer opened 6 months ago

etuer commented 6 months ago

I create a new message, 8 bytes long, in the CAN dbf editor. The first "signal" should be starting at bit 0, 16 bits long, unsigned int, motorola type.

It doesn't allow it! The error is "end bit of signal is out of message length" It will allow if it's Intel format. Or if the signal length is reduced to 8 bits.

Then the next signal, which should be starting at bit 16 (or byte 2, bit 0), in fact is sent starting at byte 1.

Am I misunderstanding something basic, or does this just not work?