IN
Program input
A BOOL program input that passes its value into the FBD diagram.
Read moreFBD reference
A compact static reference for PLC Portal function blocks: purpose, inputs, outputs, parameters, state, and behavior rules.
The reference describes the current PLC Portal BOOL blocks without changing runtime, compiler, or editor behavior.
Block catalog
Each card opens a detail page with a typical FBD symbol, port tables, and practical usage notes.
Program input
A BOOL program input that passes its value into the FBD diagram.
Read moreProgram output
A BOOL program output that writes the result of the FBD diagram.
Read moreInternal BOOL variable
A named internal BOOL signal for writing or reading intermediate state.
Read moreConstant BOOL value
A constant BOOL source that always emits TRUE or FALSE.
Read moreLogical AND
Emits TRUE only when both inputs are TRUE.
Read moreLogical OR
Emits TRUE when at least one input is TRUE.
Read moreLogical NOT
Inverts a BOOL signal.
Read moreExclusive OR
Emits TRUE when the inputs are different.
Read moreOn-delay timer
Turns Q on after a configured time or scan delay.
Read moreOff-delay timer
Keeps Q on after IN disappears until the configured delay expires.
Read morePulse timer
Emits a Q pulse for a configured scan or time duration on the IN rising edge.
Read moreCount-up counter
Counts rising edges on CU and sets Q when PV is reached.
Read moreCount-down counter
Counts rising edges on CD down from PV to 0.
Read moreUp/down counter
Counts PULSE rising edges up or down depending on DIR.
Read more