Page 1 of 1

How to send a remote request through Instruments Panel?

Posted: Wed 11. Nov 2015, 11:26
by jnota
Hello,

I'm trying to send a Remote Frame through the Instruments Panel (for example, using a button), but I didn't figure it out yet how to do it...
The program asks always for a signal assignment, but in this case there is no signal. No data. I just need to send a remote request.

Any ideas?

Thanks in advance!

Re: How to send a remote request through Instruments Panel?

Posted: Wed 11. Nov 2015, 14:24
by M.Maidhof
Hi,

please create a standard macro with a rtr message, and start the macro with a button in the instruments panel

regards

Michael

Re: How to send a remote request through Instruments Panel?

Posted: Thu 12. Nov 2015, 10:12
by jnota
Thank you for your answer.

I've already made the macro.
But now how can I call this specific Macro?
If I just write "MacroRun", the program will always run the macro that is in the dropdown list...
Is there a way to call a specific one?

Re: How to send a remote request through Instruments Panel?

Posted: Thu 12. Nov 2015, 15:06
by M.Maidhof
Hi,

you have to write the macro name in the command field.

Re: How to send a remote request through Instruments Panel?

Posted: Thu 12. Nov 2015, 15:25
by jnota
Thanks!
It works perfect! :)