Event driven data exchange

Write/Read Blocks

Name

Description

FB_ReadAdsSymByName

Reads a variable of any desired data type by variable name

FB_WriteAdsSymByName

Writes a variable of any desired data type by variable name

FB_WriteBoolOnDelta

Writes a variable of type BOOLEAN in response to an event.

FB_WriteByteOnDelta

Writes a variable of type BYTE in response to an event.

FB_WriteWordOnDelta

Writes a variable of type WORD in response to an event.

FB_WriteDWordOnDelta

Writes a variable of type DWORD in response to an event.

FB_WriteRealOnDelta

Writes a variable of type REAL in response to an event.

FB_WriteLRealOnDelta

Writes a variable of type LREAL in response to an event.