-

ResetPossible output

Output for signaling whether a reset request is possible.

Data type: BOOL

Connection: Connect the ResetPossible output to a global I/O variable or via additional functions/function blocks in order to transmit the signal externally for signaling purposes.

ValueDescription
TRUEReset request is possible. The operator can request the reset by triggering the connected control device.

The following conditions must be met:

  • The system is in the operation stop mode (OperationStop = TRUE)
  • and the function block has been activated (input Activate = TRUE)
  • and the function block has not detected an error.
FALSEReset request is not possible.

This may be due to one of the following reasons:

  • The system is not in the operation stop mode (OperationStop = FALSE)
  • or the function block is not activated (input Activate = FALSE)
  • or the function block has detected an error.