Getting started - Manual - SIMATIC AX - System BitAccess Library - System.BitAccess,library

System.BitAccess library

Portfolio
SIMATIC AX
Product
SIMATIC AX
Software version
7.1.47
Edition
05/2024
Language
English (original)
Package Name
@ax/system-bitaccess

Install with Apax:

apax add @ax/system-bitaccess

Add the namespace in your ST code:

USING System.BitAccess;
Functions Description
GetBit Gets the value of the specified bit of a bit string.
SetBit Sets the value of the specified bit of a bit string and returns the result.