LGF_SplitDWordToBits (FC / V3.0.1)
Autor: Siemens Digital Industry
Kurzbeschreibung
Diese Funktion zerlegt eine DWord Variable in 32 Bool / 32 Bit Variablen.
Baustein Schnittstelle
| | LGF_SplitDWordToBits (FC) | |
| DWord | | | doubleWord | | Ret_Val | | | Void |
| | | | |
| | | | | bit31 | | | Bool |
| | | | |
| | | | | bit30 | | | Bool |
| | | | |
| | | | | bit29 | | | Bool |
| | | | |
| | | | | bit28 | | | Bool |
| | | | |
| | | | | bit27 | | | Bool |
| | | | |
| | | | | bit26 | | | Bool |
| | | | |
| | | | | bit25 | | | Bool |
| | | | |
| | | | | bit24 | | | Bool |
| | | | |
| | | | | bit23 | | | Bool |
| | | | |
| | | | | bit22 | | | Bool |
| | | | |
| | | | | bit21 | | | Bool |
| | | | |
| | | | | bit20 | | | Bool |
| | | | |
| | | | | bit19 | | | Bool |
| | | | |
| | | | | bit18 | | | Bool |
| | | | |
| | | | | bit17 | | | Bool |
| | | | |
| | | | | bit16 | | | Bool |
| | | | |
| | | | | bit15 | | | Bool |
| | | | |
| | | | | bit14 | | | Bool |
| | | | |
| | | | | bit13 | | | Bool |
| | | | |
| | | | | bit12 | | | Bool |
| | | | |
| | | | | bit11 | | | Bool |
| | | | |
| | | | | bit10 | | | Bool |
| | | | |
| | | | | bit9 | | | Bool |
| | | | |
| | | | | bit8 | | | Bool |
| | | | |
| | | | | bit7 | | | Bool |
| | | | |
| | | | | bit6 | | | Bool |
| | | | |
| | | | | bit5 | | | Bool |
| | | | |
| | | | | bit4 | | | Bool |
| | | | |
| | | | | bit3 | | | Bool |
| | | | |
| | | | | bit2 | | | Bool |
| | | | |
| | | | | bit1 | | | Bool |
| | | | |
| | | | | bit0 | | | Bool |
| | | | |
| | | |
Input Parameter
| Bezeichner | Datentyp | Beschreibung |
| doubleWord | DWord | Bitfolge die zerlegt wird |
Output Parameter
| Bezeichner | Datentyp | Beschreibung |
| Ret_Val | Void | Void - Funktion hat keinen Rückgabewert |
| bit31 | Bool | Output Bit 31 - MSB |
| bit30 | Bool | Output Bit 30 |
| bit29 | Bool | Output Bit 29 |
| bit28 | Bool | Output Bit 28 |
| bit27 | Bool | Output Bit 27 |
| bit26 | Bool | Output Bit 26 |
| bit25 | Bool | Output Bit 25 |
| bit24 | Bool | Output Bit 24 |
| bit23 | Bool | Output Bit 23 |
| bit22 | Bool | Output Bit 22 |
| bit21 | Bool | Output Bit 21 |
| bit20 | Bool | Output Bit 20 |
| bit19 | Bool | Output Bit 19 |
| bit18 | Bool | Output Bit 18 |
| bit17 | Bool | Output Bit 17 |
| bit16 | Bool | Output Bit 16 |
| bit15 | Bool | Output Bit 15 |
| bit14 | Bool | Output Bit 14 |
| bit13 | Bool | Output Bit 13 |
| bit12 | Bool | Output Bit 12 |
| bit11 | Bool | Output Bit 11 |
| bit10 | Bool | Output Bit 10 |
| bit9 | Bool | Output Bit 9 |
| bit8 | Bool | Output Bit 8 |
| bit7 | Bool | Output Bit 7 |
| 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 |