Hello, I'm creating a DBC file which will send out several channel values of MoTeC via CAN BUS. The thing I was about to do was to create a message for each signal. But as I looked through the examples, I've realized that irrelevant signals were sent under one message. This is also the case in Motec's "Custom Can Messaging with a DBC file" presentation.
What is the advantage of this method? Does it save bandwith? Should I fit as many signal as possible into one message without exceeding 64 bit CAN BUS limit? What is the difference between this method and multiplexing?
Thank you.