LGF_SplitDWordToBytes (FC / V3.0.1)
Autor: Siemens Digital Industry
Kurzbeschreibung
Diese Funktion zerlegt eine DWord Variable in 4 Byte Variablen.
Baustein Schnittstelle
| LGF_SplitDWordToBytes (FC) | |
DWord | | | doubleWord | | Ret_Val | | | Void |
| | | |
| | | | | byte3 | | | Byte |
| | | |
| | | | | byte2 | | | Byte |
| | | |
| | | | | byte1 | | | Byte |
| | | |
| | | | | byte0 | | | Byte |
| | | |
| | |
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 |
byte3 | Byte | Output Byte 3 - MSB |
byte2 | Byte | Output Byte 2 |
byte1 | Byte | Output Byte 1 |
byte0 | Byte | Output Byte 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 |