Hello Guest it is March 02, 2026, 09:32:34 AM

Author Topic: Displaying variables in a DRO  (Read 20915 times)

0 Members and 1 Guest are viewing this topic.

Displaying variables in a DRO
« on: May 23, 2022, 01:03:55 PM »
Please can someone tell me how to display a variable such as #500 in a DRO?
I can see how to use a system variable such as X position but not how to user variable.

Offline TPS

*
  •  2,623 2,623
Re: Displaying variables in a DRO
« Reply #1 on: May 25, 2022, 10:47:22 AM »
SetOEMDro(1234,GetVar(500))

for example
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.
Re: Displaying variables in a DRO
« Reply #2 on: May 25, 2022, 01:15:47 PM »
Thanks for that, but how do I find the number of the OEMDRO?

Offline TPS

*
  •  2,623 2,623
Re: Displaying variables in a DRO
« Reply #3 on: May 26, 2022, 02:06:05 AM »
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.
Re: Displaying variables in a DRO
« Reply #4 on: May 28, 2022, 12:59:51 PM »
Thanks for that it's working now