Welcome, Guest. Please login or register.
September 25, 2024, 06:26:58 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)
| | |-+  Normal vs. Fast Dipswitch
0 Members and 11 Guests are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Normal vs. Fast Dipswitch  (Read 3525 times)
Yoeddy1
The OCD kit hoarder
Contributing NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 233
Offline Offline

Gender: Male
Posts: 3280



WWW
« on: September 29, 2009, 02:29:35 AM »

I toggled this switch on my S board but I can't really tell any difference.  What is this supposed to do?
Logged


Yoeddy's IGT Slot Machine Videos
http://www.youtube.com/user/Yoeddy1
stayouttadabunker
Senior Full time Member.
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 1039
Offline Offline

Gender: Male
Posts: 13447



« Reply #1 on: September 29, 2009, 02:42:59 AM »

Supposed to slow down or speed up the stopping of the reels.

Say the 3 reels should stop at 10_5_0...
The 1st reel stops at the 10th spot on the strip,
the 2nd reel stops at the 5th spot on the strip and
the 3rd reel stops at the "zero" spot on the strip (or the seam).

Check out these two scenarios, let's make pretend each reel has 20 stops on their strip.
(Some have 64, or 128 or more!)
But this is purely hypothetical and to try to make the explanation of this easier>>>

Now, say the 3rd reel is at 10th spot okay?, with the switch set for"Normal Cycle",
the reel would spin completely around once then stop on the seam. (1 and 1/2 turns)

If the switch was set for "Fast Cycle",
the reel  is at the 10th spot when you hit the "spin" button,
the reel would turn and stop on the seam sooner.
(1/2 a turn)

Get it?


Why is this happening only when you hit the "Spin" button?

The RNG is always churning, picking reel strip numbers.
The very instant you hit the spin button,
it locks down three numbers for the reels and
starts spinning to their predetermined stops.

ADD>>>
Also,I'm NOT a lawyer,so I'm pretty sure I've just opened up another bag of worms... bust gut laughing
« Last Edit: September 29, 2009, 02:53:44 AM by stayouttadabunker » Logged
brichter
Spaced Alien
Senior Full time Member.
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 440
Offline Offline

Gender: Male
Posts: 2374



WWW
« Reply #2 on: September 29, 2009, 03:39:33 AM »

I'm pretty sure that's not how it works, but my mind can be changed with documentation...  propeller
Logged

Thanks,
Bill
knagl
Global NLG Site Moderator
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 642
Online Online

Gender: Male
Posts: 5489


Kevin


« Reply #3 on: September 29, 2009, 07:03:44 AM »

I'm pretty sure that's not how it works, but my mind can be changed with documentation...  propeller


Which part are you disagreeing with?

I think Mark's on the right track, however the reels will always stop in order from 1 to 3 (or 1 to 4, or 1 to 5 depending on the number of reels involved), which means that the third reel is going to spin past its stop point a couple of times (or at least once) over the course of the spin. 

Mark is correct about the RNG.  Assuming a 3-reel game from this point on, when the spin button is pressed, the machine determines the three virtual stops that are selected and then starts spinning the reels.  It stops them, in order from 1 to 3, on the physical stop that corresponds with the virtual stop selected for each reel.

My understanding (from what I've read here in the past) is that in the "fast" mode the machine will stop the reels, in order, in the fewest rotations possible, while in the "normal" mode it may spin past the point where it's supposed to stop an extra revolution.  As such, if the first reel needs to spin 9/10ths of the way around to reach its stop, the other two reels are going to have to spin past their stop at least once if not more.  The reels do not physically spin faster or slower, and I don't think the change is very easy to notice.  In addition (although this wouldn't apply to Yoeddy's machine), the dip switch selection of "fast" and "normal" only applies to mainly older SP chips -- it's ignored on newer chips.

This was previously discussed (although not too much in-depth) back in April (here).
Logged

If you find this site helpful, please consider making a small donation to help defray the cost of hosting and bandwidth.

Please do not PM me for support or "how to" requests -- please post your request in the forum so that everyone may assist you and everyone can benefit from the answer to your question!  Thanks! Smiley
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 #4 on: September 29, 2009, 09:02:12 AM »

The difference is subtle and works in the casino's favor in the long-term just as the payout percentage does.

I'm not sure how the IGT spin program is implemented, but I can tell you that in the computer game slot program that I wrote I did exactly what Bunker and Knagl describe.

The virtual stops and the corresponding "physical" stops were selected before the spinning began. I then started the reels spinning and looked for the selected "physical" stop to have reached the payline i times before stopping the first reel. The program would not check the second reel position until the first reel had stopped. It would then count j passes and stop the second reel. This would be repeated for the third reel as well (k times). Each variable could be adjusted to vary the overall stop speed and the rhythm of the machine. I found values of 2,1,1 through 3,2,1 for i, j, and k respectively to be the most effective.

Delaying the check of the next reel until the previous one had stopped ensured that they would always stop in order. However, the actual time that it would take each reel to stop on a particular spin depended largely on the random juxtapositions of the three reels' stopping points on that spin. From what I've seen, the IGT S+ probably uses values similar to mine. With values of 2,1,1, or 3,1,1* the second and third reels can end up stopping at almost the same instant as the first reel on some spins, and yet still draw out for almost two more complete spins on others. (Technically, the second reel spins almost one revolution and the third spins almost two revolutions after the first reel stops.)

The difference between the fast and slow spin setting would be more subtle than the spin-to-spin differences that depend simply on the random relative positions of the stopping points of the three reels. However, if one were to play as fast as possible for, say, an hour or two (allowing for the delays caused by larger wins) one should notice a difference in the number of spins per hour.

Just my 2 cents. Tongue Out


* 1,1,1 would not be desirable on a physical three-reel game, but is used for the player-selectable fast-stop setting on 5-reel videos all the time as 1,1,1,1,1. With the first reel set to stop the first time that the selected symbol appears, it is possible for the reel to stop after moving just ONE symbol !
« Last Edit: September 29, 2009, 09:32:30 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?
stayouttadabunker
Senior Full time Member.
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 1039
Offline Offline

Gender: Male
Posts: 13447



« Reply #5 on: September 29, 2009, 01:11:55 PM »

I understand what you're saying Stat...
I played a video tape I made with a high speed camera while the dipswitch was placed in "Fast" mode.
The game was with a 64-stop reel chip paytable...

What I saw was amazing really....especially when the tape was reviewed in slow motion.... obsessed drool
I made note of the positions of each reel before I depressed the "Spin" button and
watched the video in super slow motion on my television screen...
I made notes of all this with both dipswitch settings but they got thrown out sometime.
I should of saved them (The video and the notes) for this topic of discussion.... Duh!

Try it at home!  propeller
Logged
brichter
Spaced Alien
Senior Full time Member.
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 440
Offline Offline

Gender: Male
Posts: 2374



WWW
« Reply #6 on: September 29, 2009, 02:04:31 PM »

Ok, maybe it's because I've not had an SP chip that uses the function, but I've never seen a difference in spin time controlled by that switch, and I've done some considerable testing to that end. Which chips use this setting?
Logged

Thanks,
Bill
stayouttadabunker
Senior Full time Member.
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 1039
Offline Offline

Gender: Male
Posts: 13447



« Reply #7 on: September 29, 2009, 03:05:07 PM »

Here's a short list...
I am very sure there's many more programs that have
the "Fast" or "Normal" dual in-line package switch selection options but this should help you!>>>

SP050  yes
SP574  yes
SP611  yes
SP650  yes
SP654  yes
SP709  yes
SP731  yes
SP733  yes
SP790  yes
SP804 (Does NOT have a "Speed selection")
SP805 (Does NOT have a "Speed selection")
SP809  yes
SP810  yes
SP872 (Does NOT have a "Speed selection")
SP873 (Does NOT have a "Speed selection")
SP922 (Does NOT have a "Speed selection")
SP944 (Specifically states that the speed selection is "removed")
SP968 ("This version is not affected by dip switch selections")
SP978 ("This version is not affected by dip switch selections")
SP1004  yes
SP1019 ("This version is not affected by dip switch selections")
SP1048 (Does NOT have a "Speed selection")
SP1137  yes
SP1145 ("This version is not affected by dip switch selections")
SP1146 ("This version is not affected by dip switch selections")
SP1160 (Specifically states "*New: Now set in set chip or self test")  yes
SP1227 ("This version is not affected by dip switch selections")
SP1271 ("This version is not affected by dip switch selections")
SP1272 ("This version is not affected by dip switch selections")
SP1274 ("This version is not affected by dip switch selections")
SP1309 ("This version is not affected by dip switch selections")

That's it for now....I may try to update this later...
The pattern for IGT programming seems to be that early on,
they wanted to set the reel cycles but
kinda dropped that option altogether on the newer programs,
although there's no way I can confirm that assumption unless I gave IGT a phonecall...  bust gut laughing

I wish Cactus Jack was still around... bawling

























« Last Edit: September 29, 2009, 03:13:40 PM by stayouttadabunker » Logged
Pages: [1] 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.124 seconds with 21 queries.