Hello Guest it is April 19, 2024, 02:48:41 PM

Author Topic: Write a value to a DRO problem...  (Read 2881 times)

0 Members and 1 Guest are viewing this topic.

Write a value to a DRO problem...
« on: June 14, 2012, 04:20:26 AM »
I want to write a zero value (0) to a user DRO,
only when a userLED is ON.

I have tried many combinations but i still cannot make this brain.
Any ideas will help.

Regards,
giannis
Re: Write a value to a DRO problem...
« Reply #1 on: June 14, 2012, 05:34:04 AM »
I finally made it with macropump just checking the led:

if getuserled(1030) then
   setuserdro(1150,0)
end if

I dont think it can be done with brain.

But anyway mach had the way!