Aus Wiki: Low Level Programming

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

SAS

Low Level Programming


Allgemeines
Projekt-
Leiter:
Erwin Uranic
Mitarbeiter: Sandeep Laddha,
Christina Sporn
Status: in Entwicklung
Daten
Erstellung: 30.09.2010
Bearbeiter: sanlad, chrspo
SAS
Aus Wiki
For setting up the machine for SAS, follow the
below steps:
In #netsetup.sh extended with extended
preferences inside the cong set SAS_PORT
= /dev/ttyS0
In preference set SAS_ID = 1 to 127 (any one
of them)
Commands
SAS
Id
dene Command Type Description
0x2F
LP_SENDSELMTR_GAME
Note : Do not test it
if you do not know exit code
of the game
Long Poll M
Send selected meters for
game n
in testsimulator game
number =
exit_code(games.yml)
meter number = 00 (Coin in
meter),
meter number = 01 (Coin
out meter)
meter number = 0C (credit
(game independent))
0x1B LP_SEND_HANDPAY_INFO Long Poll R
Send Handpay Information
last service out (not
accumulated).
For test In Preferences
Menu:
TICKET PRINTER = OFF
SERVICE REMOTE = ON
SERVICE CLEAR CREDIT =
ON
In Service Menu:
Press BET button to make a
PAYOUT
0x19 LP_SENDMR_11_15 Long Poll R Send meters 11 through 15
0x2A LP_SENDTRUECOININ Long Poll R Send true coin IN
0x2B LP_SENDTRUECOINOUT Long Poll R Send true coin OUT
0x1A LP_SENDCUR_CREDIT Long Poll R Send current credits
SAS Wiki http://wiki.maroxx.intern/mediawiki/SAS
1 of 3 06/12/2012 04:02 PM
0x11 LP_SEND_TOTCOININ_MR Long Poll R Send total coin in meter
0x12 LP_SEND_TOTCOINOUT_MR Long Poll R Send total coin out meter
0x31 LP_SEND_1_BILL Long Poll R Denomination $1
0x32 LP_SEND_2_BILL Long Poll R Denomination $2
0x33 LP_SEND_5_BILL Long Poll R Denomination $5
0x34 LP_SEND_10_BILL Long Poll R Denomination $10
0x35 LP_SEND_20_BILL Long Poll R Denomination $20
0x36 LP_SEND_50_BILL Long Poll R Denomination $50
0x37 LP_SEND_100_BILL Long Poll R Denomination $100
0x3A LP_SEND_200_BILL Long Poll R Denomination $200
0x38 LP_SEND_500_BILL Long Poll R Denomination $500
0x39 LP_SEND_1000_BILL Long Poll R Denomination $1000
0x3C LP_SEND_2000_BILL Long Poll R Denomination $2000
0x3F LP_SEND_5000_BILL Long Poll R Denomination $5000
0x40 LP_SEND_10000_BILL Long Poll R Denomination $10000
0x41 LP_SEND_20000_BILL Long Poll R Denomination $20000
0x43 LP_SEND_50000_BILL Long Poll R Denomination $50000
0x44 LP_SEND_100000_BILL Long Poll R Denomination $100000
0x15 LP_SEND_GAMESPLAYED_MR Long Poll R Send games played meter
0x54 LP_SEND_SASID_GMNR Long Poll R
Send SAS version ID and
gaming machine serial
number
0x1F LP_SEND_MACHID_INFO Long Poll R
Send gaming machine ID
and information
0x11 EX_SLOTDOOROPEN
General
Poll
Exception
Q
Slot door was opened
(KJ_DOOR_OPENED_EVENT)
0x12 EX_SLOTDOORCLOSED
General
Poll
Exception
Q
Slot door was closed
(KJ_DOOR_CLOSED_EVENT)
0x3C EX_OPCHGOPTIONS
General
Poll
Exception
Q
Operator changed options
(KJ_NET_PREF_CHG)
0x3D EX_CASHOUTTKTPRINTED
General
Poll
Exception
Q
A cash out ticket has been
printed
(KJ_NET_TICKET_EVENT)
0x51 EX_HANDPAYPEND
General
Poll
Exception
Q
Exception Handpay Pending
(KJ_NET_OUT_EVENT)
Note: test simulator sends
the 0x1B command when it
receives
this exception
SAS Wiki http://wiki.maroxx.intern/mediawiki/SAS
2 of 3 06/12/2012 04:02 PM
0x70 EX_BUFFEROVERFLOW
General
Poll
Exception
P Exception buer overow
Von http://wiki.maroxx.intern/mediawiki/SAS
Diese Seite wurde zuletzt am 12. Juni 2012 um 14:02 Uhr gendert.
SAS Wiki http://wiki.maroxx.intern/mediawiki/SAS
3 of 3 06/12/2012 04:02 PM

You might also like