I said that because this:

I was trying to create "mode" text by configuring each annunciator as XPDR_Mode_Txt is printing only a "0".
D5 XPDR_STBY c=C1 o=0,0 t="$STBY"
D5 XPDR_ON c=C1 o=0,0 t="$ON"
D5 XPDR_ALT c=C1 o=0,0 t="$ALT"
D5 XPDR_GND c=C1 o=0,0 t="$GND"
D5 XPDR_TST c=C1 o=0,0 t="$TST"
D5 XPDR_Code c=C1 o=0,12
D5 XPDR_Squawk c=C1 o=1,0 t="$IDENT"
I'm building a generic XPDR.
Thanks.