gobbleygook DCC
#7
For reference purpose copied:

Bit ... True ... False
1 . . . . 1 . . . . . 0
2 . . . . 2 . . . . . 0
3 . . . . 4 . . . . . 0
4 . . . . 8 . . . . . 0
5 . . . . 16 . . . . 0
6 . . . . 32 . . . . 0
7 . . . . 64 . . . . 0
8 . . . . 128 . . . 0

That works as follows:

e.g. you read the CV and get a 10 displayed. You know 10 = 8 +2 = Bit 4 and Bit 2 are SET. The Instruction tells you to SET bit 1 also.
Bit 1 = 1 + Bit 2 = 2 + Bit 4 = 8 = Sum 11
You enter 11 and Bit 1 is set too.
Reinhard
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)