Quantcast
Channel: SPS-Forum - Automatisierung und Elektrotechnik
Viewing all articles
Browse latest Browse all 47328

TIA SCL: Mit AT eine Zahl in einzelne Bits zerlegen

$
0
0
Ich mächte gerne eine Zahl in ihre einzelnen Bits zerlegen.
Wie folgt habe ich Variablen angelegt:

MyByte Int
MyBits AT"MyByte" Array[0..3] of Bool
MyBits[0] Bool
MyBits[1] Bool
MyBits[2] Bool
MyBits[3] Bool


Programmteil:
...
...
#MyByte := #intTemp; // =11

BOOL1:=#MyBits[0];
...
...
BOOL14:=#MyBits[3];

Leider bekomme ich aber für jedes Bit ein false.
Habe ichg vielleicht meinen AT-Datentyp falsch aufgerufen?

Viewing all articles
Browse latest Browse all 47328


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>