LGF_BitCount (FC) | ||||||||
---|---|---|---|---|---|---|---|---|
DWord | value | Ret_Val | Void | |||||
USInt | numberOfBits | countBitsFalse | USInt | |||||
countBitsTrue | USInt | |||||||
Bezeichner | Datentyp | Beschreibung |
---|---|---|
value | DWord | Variable aus der die Bit States akkumuliert werden |
numberOfBits | USInt | Anzahl der Bits in eingangs variable `value` (Bitgröße des Datentyps), Byte=8, Word=16, DWord=32 |
Bezeichner | Datentyp | Beschreibung |
---|---|---|
Ret_Val | Void | Void - Funktion hat keinen Rückgabewert |
countBitsFalse | USInt | Anzahl der Bits die FALSE sind in Eingangsparameter `value` |
countBitsTrue | USInt | Anzahl der Bits die TRUE sind im Eingangsparameter `value` |
Version & Datum | Änderungsbeschreibung | |
---|---|---|
01.00.00 | Siemens Industry Support | |
06.06.2015 | first release | |
03.00.00 | Siemens Industry Support | |
23.04.2020 | Set version to V3.0.0 harmonize the version of the whole library | |
03.00.02 | Simatic Systems Support | |
19.01.2021 | Insert documentation |