LGF_SplitByteToBits (FC / V3.0.1)
Autor: Siemens Digital Industry
Kurzbeschreibung
Diese Funktion zerlegt eine Byte Variable in 8 Bool / 8 Bit Variablen.
Baustein Schnittstelle
| LGF_SplitByteToBits (FC) | |
Byte | | | byte | | Ret_Val | | | Void |
| | | |
| | | | | bit7 | | | Bool |
| | | |
| | | | | bit6 | | | Bool |
| | | |
| | | | | bit5 | | | Bool |
| | | |
| | | | | bit4 | | | Bool |
| | | |
| | | | | bit3 | | | Bool |
| | | |
| | | | | bit2 | | | Bool |
| | | |
| | | | | bit1 | | | Bool |
| | | |
| | | | | bit0 | | | Bool |
| | | |
| | |
Input Parameter
Bezeichner | Datentyp | Beschreibung |
byte | Byte | Bitfolge die zerlegt wird |
Output Parameter
Bezeichner | Datentyp | Beschreibung |
Ret_Val | Void | Void - Funktion hat keinen Rückgabewert |
bit7 | Bool | Output Bit 7 - MSB |
bit6 | Bool | Output Bit 6 |
bit5 | Bool | Output Bit 5 |
bit4 | Bool | Output Bit 4 |
bit3 | Bool | Output Bit 3 |
bit2 | Bool | Output Bit 2 |
bit1 | Bool | Output Bit 1 |
bit0 | Bool | Output Bit 0 - LSB |
Änderungshistorie
Version & Datum | Änderungsbeschreibung |
| 01.00.00 | Simatic Systems Support |
| 20.06.2019 | First release |
| 03.00.00 | Simatic Systems Support |
| 23.04.2020 | Set version to V3.0.0 harmonize the version of the whole library |
| 03.00.01 | Simatic Systems Support |
| 22.02.2021 | Insert documentation |