Search found 3 matches

by M. Hofmann
Fri 19. Oct 2018, 15:58
Forum: PCAN-Explorer 5 & Add-ins
Topic: Executing Macro with parameters over buttons
Replies: 4
Views: 5898

Re: Executing Macro with parameters over buttons

The suggestion to use virtual signals and multiple buttons for one action is a little bit too cumbersome.

Thats why I have implemented my own include command. This way I can write the common code in a separate file and reuse it in the button action scripts :)

Maybe it help some of you:

Sub ...
by M. Hofmann
Fri 19. Oct 2018, 12:38
Forum: PCAN-Explorer 5 & Add-ins
Topic: Executing Macro with parameters over buttons
Replies: 4
Views: 5898

Re: Executing Macro with parameters over buttons

Is it possible to execute multiple macros with one click on a button? Or do I have to use multiple buttons? One for selecting the command and one for transmitting the message?
by M. Hofmann
Fri 19. Oct 2018, 11:43
Forum: PCAN-Explorer 5 & Add-ins
Topic: Executing Macro with parameters over buttons
Replies: 4
Views: 5898

Executing Macro with parameters over buttons

Hello,

I try to send CAN message, which content is calculated by VB script. The script works and can be started over a button of the control panel.

Now I try to achieve that all existing commands can be send via buttons. The command generation use a common logic, that I have implemented in a ...