Hallo Matthias,

hier mein CC1-Code:
Code:
define PLM da[1]
define VARPLM1 byte[x]

#START
 PLM = 127 'Fahrstufe 127 für PLM zuweisen
 .
 .
 VARPLM1 = PLM
 'LCD-Ausgabe von VARPLM1: 32 !!!
end
Es scheint also nur Bit 6 gesetzt zu sein, sonst ist PLM wohl nicht lesbar!???

Gibt es eine Lösung?

Gruß Dirk