IF - GATE
R=TRIG? T : F
Allows values to pass through only if TRIG pulse.
if(pulse-else)
@/if(pulse-else)
IF - GATE
R=TRIG? T : F
Allows values to pass through only if TRIG pulse.
TRIGpulse
Tnumber
Value to be output if condition is true
Fnumber
Value to be output if condition is false
Rnumber
Outputs value of `T` if `COND` is true, and `F` otherwise
To use the node in your project you should have the koadrobot/logic library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.