Search found 2 matches

by PPC63
Fri 6. Sep 2019, 14:38
Forum: PCAN-Explorer 5 & Add-ins
Topic: Send message in macro VBS
Replies: 3
Views: 9059

Re: Send message in macro VBS

Thank you for your responce !
I wanted to send a frame without data.

Paul
by PPC63
Thu 5. Sep 2019, 10:09
Forum: PCAN-Explorer 5 & Add-ins
Topic: Send message in macro VBS
Replies: 3
Views: 9059

Send message in macro VBS

Hello,

I have a problem with VBS macro, for send data with multiplexers not have a problem like :

Sub Send_TestMux()

Dim sym

Set sym = SymbolsManager("Ctrl").Item("TestMux")

sym.Multiplexers("Multiplexer1").Send(1)

End Sub

It's okay! But send data without multiplexers like that:

Sub ...