#Best way to light an LED if either or both of two Datarefs is true
1 messages · Page 1 of 1 (latest)
Read each dataref to separate output config. Open for edit one of the outputs (it doesn't matter which) define the other output as a config reference with placeholder #.
Add a Transform modifier with the formula
if($=1 or #=1,1,0)
Display the result to the Led.
Works great, thanks Jaime.