Send a CAN-message trough panel

Comprehensive CAN monitor for Windows® and its add-ins: Plotter, CANdb Import, Instruments Panel, and J1939
Post Reply
died115
Posts: 2
Joined: Tue 24. Nov 2015, 08:04

Send a CAN-message trough panel

Post by died115 » Tue 24. Nov 2015, 08:26

Hi,

I'm an automation engineer for an automotive company in Belgium.
We are currently developping a panel for our production facility. Since they are easier to read than CAN-messages.

For testing we would like to send CAN-messages via the push of a button on the instrument panel.
I tried different combinations already, in the property window. But none of them seem to work.

I already browsed trough this forum extensively, but they all talk about using macro's for different purposes.
My understanding of Visual Basic is however very little.

Can somebody give me some pointers how to realize sending CAN-messages trough Panel commands?

Best Regards,
Died115

M.Maidhof
Support
Support
Posts: 1751
Joined: Wed 22. Sep 2010, 14:00

Re: Send a CAN-message trough panel

Post by M.Maidhof » Tue 24. Nov 2015, 10:01

Hi,

simplest solution will be to map a signal to your button, which is defined as a transmit signal in the symbol file. With each change of the button, the message will be transmitted.

Another solution will be, to use a macro (even a very simple standard macro) to send a message when you hit a button in the Instruments panel. Please see the following post:

http://www.peak-system.com/forum/viewto ... 1503#p4484

regards

Michael

died115
Posts: 2
Joined: Tue 24. Nov 2015, 08:04

Re: Send a CAN-message trough panel

Post by died115 » Tue 24. Nov 2015, 16:15

Hi,

Thanks for your reply Michael.
We are now able to interface with our CAN-devices trough an instrument panel.

Kind Regards,
Died115

Post Reply