Search found 4 matches

by k-tod
Thu 23. Feb 2012, 14:26
Forum: PCAN-Explorer 4 & Add-ins
Topic: Running multiple macros one by one
Replies: 8
Views: 21303

Re: Running multiple macros one by one

Thank you a lot,
now it's working
by k-tod
Thu 23. Feb 2012, 09:28
Forum: PCAN-Explorer 4 & Add-ins
Topic: Running multiple macros one by one
Replies: 8
Views: 21303

Re: Running multiple macros one by one

Hi, I succeded to put toghether the 2 VB macros but don't know how to transmit a non periodic message with VB macro,could you please help me to send msg2 as non periodic, I am really a beginner and maybe it's easy but I could not find how to do it so far.

thank you,
k-tod.


Sub My_sub_01()

Dim ...
by k-tod
Tue 21. Feb 2012, 17:13
Forum: PCAN-Explorer 4 & Add-ins
Topic: Running multiple macros one by one
Replies: 8
Views: 21303

Re: Running multiple macros one by one

Hello,thank you for your quick reply

In this case is it possible to do this with a script? I just need to send 2 periodic mesages(order doesn't matter and 6 other messages in a specified order), at the moment i use 3 buttons to execute 2 vb macros for the periodic messages and 1 standard macro for ...
by k-tod
Tue 21. Feb 2012, 11:21
Forum: PCAN-Explorer 4 & Add-ins
Topic: Running multiple macros one by one
Replies: 8
Views: 21303

Running multiple macros one by one

Hi,
Is it possible in any way to start with a button a run of multiple macros one by one with a delay in VBscript?
I have a panel which is running macros using buttons(with ExecuteCommand),I run 3 separate macros , one standard macro and two VB macros, I was wondering if I can run all of them with ...