| 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.