Function Block ANTCAS_RW_STRING

The Function Block ANTCAS_RW_STRING synchronizes a variable of type string with Antcas Control.

sName: STRING(64)

Defines the name or path as a string for communication. A / creates a directory. The use of $n is not permitted and leads to errors.

xExtRem: BOOL

Indicates whether the variable is controlled remanently by Antcas Control. The input must not be changed after connecting to the server.

xDisable: BOOL

Disables sending and receiving completely. If the input is incorrect again, the change will be transmitted immediately.

sValue: STRING(64)

Defines an input/output variable. This is automatically transmitted to Antcas Control when the state changes. In addition, the value is overwritten when a new state is received.

Warning: The value $n must not be transferred. This leads to a communication error.

typHandle: ANTCAS_HANDLE

An extended type, this must be the same for all Function Blocks of the same interface.

xSet: BOOL

If the value has been set by Antcas Control, this output gives a pulse.

uiNr: UINT

The internal number of the Function Block.

xError: BOOL

The output is true if the initiator was not previously defined as ANTCAS_TCP_CLIENT.