FUNCTION_BLOCK FB_AND

ECC
ALGORITHM REQ IN ST :
  OUT := IN1 AND IN2;
END_ALGORITHM

The operation of an instance of this Function Block type is modeled by the Execution Control Chart (ECC) and Algorithm shown above.