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
928 stars 495 forks source link

Channel selection in simulated systems (Peak) #665

Closed Bufarrio closed 10 years ago

Bufarrio commented 10 years ago

My project has 5 simulated systems, every system corresponds to different CAN module, 2 of these 5 have a different Baud rate. These 5 CANs are connected to the micro through a 3 PCAN-USB Pro (Peak) (2 channels by each one). How could I assign the correspond channel?

The only way I've found is to open 5 different busmater windows with its correspondent configuration.

In other words, my project has the systems A,B,C,D and E. Every system has to be connected to its corresponding micro. A to micro A, B to micro B, etc. How could I assign what system corresponds to its channel? Now I have 5 different configuration, A configuration, B configuration, etc.

Thank you.

etas-lorenz commented 10 years ago

Have you solved the issue? Sorry that we haven't answered your question yet...

Bufarrio commented 10 years ago

Yes it has been solved, I select the required channel through a variable of the message structure ( m_ucChannel) This variable allows to select channel as I want. I've closed the issue and then I wanted to explain my solution but I have not had time so far.