Page 1 of 1

Text string from Instrument panel

Posted: Tue 31. May 2016, 15:46
by Frederick
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

Re: Text string from Instrument panel

Posted: Tue 31. May 2016, 16:27
by K.Wolf
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.