I know I can turn things on and off based on conditional logic, but what I need to do is set a userDRO = to an OEMDRO if OEMLED(36) or torch lit input is active. In an if statement it would look like this...
If "Torch Lit" then
USERDRO(2000) = XPOSITION
End If
Another possible way to do this would instead of continously updating the USERDRO(2000), just set it to XPOSITION the moment "Torch Lit" is lost.
In the brain editor I see an input for "torch lit" and I see the DRO's, just not sure how to connect them all in a brain.
TIA