Text string from Instrument panel

Comprehensive CAN monitor for Windows® and its add-ins: Plotter, CANdb Import, Instruments Panel, and J1939
Post Reply
Frederick
Posts: 9
Joined: Tue 6. Oct 2015, 16:39

Text string from Instrument panel

Post by Frederick » Tue 31. May 2016, 15:46

Hello,

I would lilke to know if there is any possibility to send a text string from the instrument panel to the VBScript Makro.
I was trying to do it with a ValueEdit Box and a virtual variable.

Thanks in advance,
Frederick

K.Wolf
Software Development
Software Development
Posts: 141
Joined: Wed 22. Sep 2010, 15:37

Re: Text string from Instrument panel

Post by K.Wolf » Tue 31. May 2016, 16:27

Hi,
thats exactly the way how to do it. Define a virtual variable with the type 'string'. In the macro, access the signal value via its StringValue property. Please see attached example project.
Attachments
VirtualPanelVarDemo.zip
(3.25 KiB) Downloaded 426 times

Post Reply