As a BOOL - Manual - SIMATIC AX - Memory access functions. - Siemens.Simatic.S71500.MemoryAccess,library

Siemens.Simatic.S71500.MemoryAccess library

Portfolio
SIMATIC AX
Product
SIMATIC AX
Software version
4.0.7
Edition
01/2025
Language
English (original)
Package Name
@ax/simatic-1500-memoryaccess
Name Type Section Description
area ReadArea Input Defines the ReadArea.
byteOffset DINT Input Indicates the address to read from. Only the 16 least significant bits are considered.
bitOffset INT Input Specifies the bit position to read from, ranging from 0 to 7.
value BYTE Output Presents the result of the instruction.

Note: In both cases, the byteOffset accepts only DINT input where only the 16 least significant bits are used. The value reflects the result of the instruction, formatted either as a BYTE/WORD/DWORD/LWORD or a BOOL.