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

BezeichnerDatentypBeschreibung
doubleWordDWordBitfolge die zerlegt wird

Output Parameter

BezeichnerDatentypBeschreibung
Ret_ValVoidVoid - Funktion hat keinen Rückgabewert
bit31BoolOutput Bit 31 - MSB
bit30BoolOutput Bit 30
bit29BoolOutput Bit 29
bit28BoolOutput Bit 28
bit27BoolOutput Bit 27
bit26BoolOutput Bit 26
bit25BoolOutput Bit 25
bit24BoolOutput Bit 24
bit23BoolOutput Bit 23
bit22BoolOutput Bit 22
bit21BoolOutput Bit 21
bit20BoolOutput Bit 20
bit19BoolOutput Bit 19
bit18BoolOutput Bit 18
bit17BoolOutput Bit 17
bit16BoolOutput Bit 16
bit15BoolOutput Bit 15
bit14BoolOutput Bit 14
bit13BoolOutput Bit 13
bit12BoolOutput Bit 12
bit11BoolOutput Bit 11
bit10BoolOutput Bit 10
bit9BoolOutput Bit 9
bit8BoolOutput Bit 8
bit7BoolOutput Bit 7
bit6BoolOutput Bit 6
bit5BoolOutput Bit 5
bit4BoolOutput Bit 4
bit3BoolOutput Bit 3
bit2BoolOutput Bit 2
bit1BoolOutput Bit 1
bit0BoolOutput Bit 0 - LSB

Änderungshistorie

Version & DatumÄnderungsbeschreibung
01.00.00Simatic Systems Support
20.06.2019First release
03.00.00Simatic Systems Support
23.04.2020Set version to V3.0.0
harmonize the version of the whole library
03.00.01Simatic Systems Support
22.02.2021Insert documentation