Status

You can use this function block to show user-defined status texts and symbols in the User Interface
In addition, this can be used for decision logic.
Double-click on the program block to open the editing window.

Table of Contents


Inputs

AbbreviationSummary
I1-8Input 1-8




Outputs

AbbreviationSummaryDescriptionValue Range
TxtCurrent status textThe current status text resulting from the conditions specified in the editing window of the block.-
ValCurrent status valueThe current status value resulting from the conditions specified in the editing window of the block.
APIAPI ConnectorIntelligent API based connector.
Can link several functions between devices and blocks.
API Commands
-




Properties

SummaryDescriptionDefault Value
StatusStatus-text-



Possible operating modes

== : selected input is the same as the value

> : selected input is greater than the value

>= : selected input is greater than or equal to the value

<: selected input is less than the value

<=: selected input is less than or equal to the value

!= : selected input is not the same as the value

*= : selected input contains the value

!* : selected input does not contain the value

: : selected input starts with the value

!: : selected input does not start with the value


Compare Inputs

Comparing inputs is possible by writing e.g. <v1>in the value field (similar to the Status-text field):

Comparing text inputs with numerical operators (<, <=, >, >=) is not supported.