The value of a variable can be changed while you are in Online mode when monitoring is active. Depending on whether the variable is Boolean or non-Boolean, the procedure of setting the new value varies.
Invert: The value of the Boolean variable is inverted. For example, if the variable has the value TRUE, it is set to the value FALSE.
TRUE: The Boolean variable is set to the value TRUE.
FALSE: The Boolean variable is set to the value FALSE.