LGF_SplitWordToBits (FC / V3.0.1)


Autor: Siemens Digital Industry

Kurzbeschreibung

Diese Funktion zerlegt eine Word Variable in 16 Bool / 16 Bit Variablen.

Baustein Schnittstelle

LGF_SplitWordToBits (FC)
Word  word Ret_Val  Void
    
   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
wordWordBitfolge die zerlegt wird

Output Parameter

BezeichnerDatentypBeschreibung
Ret_ValVoidVoid - Funktion hat keinen Rückgabewert
bit15BoolOutput Bit 15 - MSB
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.00Siemens Industry Online Support
09.02.2017First released version
01.00.01Siemens Industry Online Support
17.08.2018Upgrade: TIA V15 Update 2
01.00.02Industry Online Support
23.11.2018Upgrade: TIA V15.1
01.00.03Simatic Systems Support
26.07.2019Standard header, style guide
01.00.04Simatic Systems Support
30.07.2019add ENO handling
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