SambaPOS Forum

English Boards => V3 Development => Topic started by: QMcKay on September 30, 2013, 10:13:59 pm

Title: Pole Display not showing {values}
Post by: QMcKay on September 30, 2013, 10:13:59 pm
I have a LogicControls USB (COM port emulated) 2x20 Pole Display (PD3000UP), installed as a Port Printer on COM2.

I followed the Quick Reference Guide for V2 for setting up banners, line items, totals, etc., but I have some issues getting this to work properly in v3 (3.0.28).


For example, my Banner template had something like this:
Code: [Select]
<XCT>31,20,18
<C>Welcome to
<C>MyRestaurant

Instead of centering each line (2 lines), it would display:
Welcome toMyRestaura
nt

... it's completely ignoring the formatting commands (<C>), and the CR/LF.

My Pole Items template contains this:
Code: [Select]
<XCT>31,20,18
<R>Total:|{TICKET TOTAL}

My Pole Display shows:
Total: {TICKET TOTAL}

That is, no value is shown for {TICKET TOTAL}, instead is just displays "{TICKET TOTAL}", and the text is not being justified either (ignoring <R>).

Help, please!
Title: Re: Pole Display not showing {values}
Post by: emre on October 01, 2013, 05:29:26 am
Did you enabled "Print Ticket" setting for the Execute Print Job action?
Title: Re: Pole Display not showing {values}
Post by: QMcKay on October 01, 2013, 11:47:10 am
Hmm... no, I had it set to FALSE, since I assumed (incorrectly) that it would print a paper receipt, which I didn't want *smack head*.  I've set it to TRUE, and all is well!

Thanks so much Emre!