Soft element address need coding
Soft element address to save coding result
3. Suitable soft components
*Notes: D includes D, HD; TD includes TD, HTD; CD includes CD, HCD, HSCD, HSD;
DM includes DM, DHM; DS includes DS, DHS.
0 0 0 0 0 1 0 0 1 0 1 0 0 0 1 1
0 0 0 0 0 1 1 0 1 1 1 1 0 0 1 0
D10b15
b15 b0
b0
D100
Transform the gray code to binary value.
GBIN has 32 bits mode DBIN, which can transform 32 bits binary value.
Range is 0~32,767 (16 bits instruction); 0~2,147,483,647 (32 bits instruction).
4-9.Floating number Operation
Source (GRY) → target (BIN)
From the left second bit of D10, XOR
each bit with the value after decoding,
as the bit value after decoding (the left
bit will not change). The
transformation value will be stored in
D100.