Page 1 of 1

Opening a Cash Draw Connected To An Epson Printer

Posted: Fri Dec 05, 2008 4:40 pm
by COBS Tech Support
1. Start Visual Builder and open the "docket" form you have designed.

2. Click on the "F" button on the toolbar and then click with the mouse at the top left corner of the form.

3. A window should open. Type into the Code field "OPENTILL"

4. Click on Formula Tab.

5. Use the SendEscapeCodes() function to pass "open till codes" to your printer/cash draw. For a typical Epson receipt printer the code sequence that needs to be sent to the printer is: 27, 112, 0, 50, 100

Paste the following into the Formula box:

Code: Select all

SendEscapeCodes( { 27,112,0,50,100 } )


6. Press OK and save your form changes.