Welcome, Guest. Please login or register.
June 29, 2024, 09:39:51 AM

Login with username, password and session length
* Home Help Arcade Login Register
.
+  Forum
|-+  **Reel Slots** Gaming Machines
| |-+  IGT S and S-plus Reel Games. (Moderator: knagl)
| | |-+  My new 'I have too much spare time' project
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 2 3 [4] Go Down Print
Author Topic: My new 'I have too much spare time' project  (Read 29519 times)
poppo
Contributing Gold NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 248
Offline Offline

Gender: Male
Posts: 3266



« Reply #75 on: July 31, 2011, 11:26:48 PM »

I don't recall whether or not you ever mentioned what game you have installed?

This is in a 5 line Gold Mountain with a SS3819.

Keep in mind this is still a short term sample. I simply used the reciprical of games won divided by games lost. In this case I have 276 won and 379 lost. Thus there has been one hit (not necesarly a win of more than wagered) in every 1.37 spins (truncated to 2 decimal places)

My 3 coin Spin Till You Win SS4198 has an even smaller sample so far. It has 57 games won and 231 lost. According to my calculations it is at a hit ratio of 1 in 4.05.


* eepromdata13.jpg (240.65 KB, 590x366 - viewed 253 times.)
« Last Edit: July 31, 2011, 11:32:41 PM by poppo » Logged
uniman
Senior Full time Member.
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 695
Offline Offline

Gender: Male
Posts: 1830



« Reply #76 on: August 01, 2011, 01:42:05 AM »

I don't recall whether or not you ever mentioned what game you have installed?

This is in a 5 line Gold Mountain with a SS3819.

Keep in mind this is still a short term sample. I simply used the reciprical of games won divided by games lost. In this case I have 276 won and 379 lost. Thus there has been one hit (not necesarly a win of more than wagered) in every 1.37 spins (truncated to 2 decimal places)

My 3 coin Spin Till You Win SS4198 has an even smaller sample so far. It has 57 games won and 231 lost. According to my calculations it is at a hit ratio of 1 in 4.05.
Is the hit ratio "games lost / games won" ?? 379/276 = 1.37
Shouldn't it be "total games / games won" ?  (276+379)/276 = 2.37
Logged
StatFreak
rotaredoM etiS GLN labolG
Global NLG Site Moderator
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 756
Offline Offline

Gender: Male
Posts: 8549


Warning! Spammers will be eaten, with relish!


« Reply #77 on: August 01, 2011, 02:52:34 AM »

This is in a 5 line Gold Mountain with a SS3819.

Keep in mind this is still a short term sample. I simply used the reciprical of games won divided by games lost. In this case I have 276 won and 379 lost. Thus there has been one hit (not necesarly a win of more than wagered) in every 1.37 spins (truncated to 2 decimal places)

My 3 coin Spin Till You Win SS4198 has an even smaller sample so far. It has 57 games won and 231 lost. According to my calculations it is at a hit ratio of 1 in 4.05.
Is the hit ratio "games lost / games won" ?? 379/276 = 1.37

Shouldn't it be "total games / games won" ?  (276+379)/276 = 2.37

Correct Uniman. yes




<ADD> The second hit ratio should be 1 in 5.05  (231+57)/57

Poppo:
However, one doesn't need to add the wins and losses. There is a separate bookkeeping value for total games played. The correct procedure would be to change the code to read the total games played and games lost values. (In other words, substitute a loookup of the Total Games Played value for your lookup of "Games lost" and leave the math function in the code alone.

Side note: You could cheat and just add 1 to your current calculated value*, but it's not the right way to do things. The NGC would never approve. Tongue Out
*since total games = games lost + games won; your current value is games won/games lost; and games lost/games lost always = 1


« Last Edit: August 01, 2011, 03:13:04 AM by StatFreak » Logged

I found myself at NLG garfield  ..but got lost again on the way home. Scratch Head 2
If found, please email me to myself. Thanks. yes
       Executive member in good standing of Rick's SMAA.                              Ehhh...What's Up Doc?
poppo
Contributing Gold NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 248
Offline Offline

Gender: Male
Posts: 3266



« Reply #78 on: August 01, 2011, 09:42:13 AM »

Yep, you are right.  yes It's easy enough to fix since I already have grabbed the total games played value for use on page 1 of the display. All I need to do is change the one line in my code.  Thanks  for pointing it out. +1 (Karma, or whatever)

Good think I stuck my Atoms in ZIF sockets.  Tongue Out

Note: I always grabbed the actual total games value from the EEPROM instead of just adding won + lost  so that I could verify I was getting the right values. I suppose I could eliminate that one read if I needed to, but I'm not running low on program space or anything.


* eepromdata14.jpg (258.69 KB, 459x485 - viewed 247 times.)
« Last Edit: August 01, 2011, 10:11:15 AM by poppo » Logged
uniman
Senior Full time Member.
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 695
Offline Offline

Gender: Male
Posts: 1830



« Reply #79 on: August 01, 2011, 08:26:52 PM »

That's cool, your project is really turning out nice!    yes
Logged
poppo
Contributing Gold NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 248
Offline Offline

Gender: Male
Posts: 3266



« Reply #80 on: August 01, 2011, 08:52:30 PM »

Thanks.  I think I am about done with this phase.

The Atom chip I am using has serial I/O (on any pins). Now I already have SAS working and can do EFT transfers to the machine from a PC. If I had a better understanding of the EFT commands, I could send some credits right from the machine (using the Atom) without the need for a PC. But from what I have seen, the EFT is not just a simple command of 'add $20'. Instead there is validation with an initial command, then a reply (that is different each time) and then another command to complete the transaction.

If I could get that working, I could add a card reader, and while not a true funds transfer, have a swipe of the card add $20 (or whatever I set it up for).

Of course after I started thinking about that aspect, I realized I could be getting the same data I am getting from the EEPROM by using SAS commands (using the Atom) and have the data in real time. The commands for meter reads are simple and the machine just sends a reply to the request. But that would tie up the serial port on the machine for SAS.

I've even been thinking of some sort of S+ 'TITO' using something like a memory stick. Pop it in, cash out (info gets written to the memory stick), go to the other machine, pop it in and add the credits.  arrow

Did I mention I have too much spare time?  rotflmao
Logged
stayouttadabunker
Senior Full time Member.
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 1039
Offline Offline

Gender: Male
Posts: 13447



« Reply #81 on: August 01, 2011, 11:31:00 PM »

That's an awesome idea actually...
It would save live casinos millions of dollars in ticket stock and the machines wouldn't need printers...lol
You'd be a multi-millionaire!  Tongue Out
Logged
poppo
Contributing Gold NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 248
Offline Offline

Gender: Male
Posts: 3266



« Reply #82 on: August 01, 2011, 11:48:15 PM »

MIMO patent pending

 rotflmao
Logged
stayouttadabunker
Senior Full time Member.
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 1039
Offline Offline

Gender: Male
Posts: 13447



« Reply #83 on: August 01, 2011, 11:53:20 PM »

MIMO patent pending

 rotflmao

You need a partner?  Crazy Tongue Out
Logged
TZtech
Contributing Gold NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 129
Offline Offline

Gender: Male
Posts: 1113



« Reply #84 on: August 02, 2011, 07:38:08 PM »

Poppo

Have been looking into doing something similar. On the S+ have you managed to do an actual EFT or only a legacy bonus (Andy's app does these ok to the PE+ and also SAtest ut cant seem to get a EFT transaction done)
You could write that info to a smartcard - may be more practical and easier to interface to the atom than a USB device.

Ian
Logged
poppo
Contributing Gold NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 248
Offline Offline

Gender: Male
Posts: 3266



« Reply #85 on: August 02, 2011, 07:50:02 PM »

On the S+ have you managed to do an actual EFT or only a legacy bonus ....

EFT with SAS Test.

I doubt I will pursue 'MIMO'.  Tongue Out  But the Atom does serial (RS232) very well and easily. So whatever device, whether it be a memory stick or a smart card, would be easiest to implement if it had serial I/O. On my robotics project, I had a serial based SD card reader. It worked very well and was fairly easy to read and write from with the Atom. But deciphering the EFT validation seems like more trouble than it's worth.
Logged
Pages: 1 2 3 [4] Go Up Print 
« previous next »
Jump to:  


If you find this site helpful, Please Consider Making a small donation to help defray the cost of hosting and bandwidth.



Newlifegames.com    Newlifegames.net    Newlifegames.org
   New Life Games    NewLifeGames  NLG  We Bring new Life to old Games    1-888-NLG-SLOTS
Are all Copyright and Trademarks of New Life Games LLC 1992 - 2021


FAIR USE NOTICE:

This site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner.
We make such material available in an effort to advance awareness and understanding of the issues involved.
We believe this constitutes a fair use of any such copyrighted material as provided for in section 107 of the US Copyright Law.
In accordance with Title 17 U.S.C. Section 107, the material on this site is distributed without profit to those
who have expressed a prior interest in receiving the included information for research and educational purposes.

For more information please visit: http://www.law.cornell.edu/uscode/17/107.shtml.

If you wish to use copyrighted material from this site for purposes of your own that go beyond fair use,
you must obtain permission directly from the copyright owner.

NewLifeGames.net Web-Site is optimized for use with Fire-Fox and a minimum screen resolution of 1280x768 pixels.


Powered by SMF 1.1.20 | SMF © 2013, Simple Machines
Loon Designed by Mystica
Updated by Runic Warrior
Page created in 0.107 seconds with 20 queries.