ToggleInput

Wire Editor

Description

  • Component makes the toggling value when there is change in input value of BOOL type.

  • Toggle means changing from TRUE to FALSE and FALSE to TRUE

Inspector

checkEdge

  • Check method of the input value

◦Rising Edge: It Toggles when the input value changes from FALSE to TRUE

◦Falling Edge: It Toggles when the input value changes from TURE to FALSE

Value

    • Result value after the Toggle (TRUE/FALSE)

Wiring