Difference between revisions of "Bingo Game Machine 03"
(Created page with "{| style="width: 1000px;" |- | ==Overview== 600px|center Optimize the program of position detection, preventing scoring through turning th...") |
(→Q&A) |
||
(One intermediate revision by the same user not shown) | |||
Line 112: | Line 112: | ||
Set variable miss to 1 (inform function start is timeout). | Set variable miss to 1 (inform function start is timeout). | ||
[[File:mixly-ctrl-Bingo game 3-code6.jpg|600px|center]] | [[File:mixly-ctrl-Bingo game 3-code6.jpg|600px|center]] | ||
− | 4. | + | 4. Function display and bingo needn’t to be changed. |
[[File:mixly-ctrl-Bingo game 3-code7.jpg|600px|center]] | [[File:mixly-ctrl-Bingo game 3-code7.jpg|600px|center]] | ||
==Technical Specification== | ==Technical Specification== | ||
Line 124: | Line 124: | ||
*[[Bingo Game Machine 05]] | *[[Bingo Game Machine 05]] | ||
− | == | + | ==FAQ== |
|} | |} |
Latest revision as of 07:22, 27 March 2017
ContentsOverviewOptimize the program of position detection, preventing scoring through turning the potentiometer casually.
Module ListModule
OtherEquipment
Module SetupSetup
ProgrammingProgramming ThoughtAfter the alignment judgment is matched, if the value of the potentiometer keeps unchanged after 100ms, the alignment is completed and other program keeps unchanged. Required Program Blocks
Start to Program1. Declare variables for storing data
3. Start function and display function needn’t to be changed
2. Change function start
3. The content of function time_out.
4. Function display and bingo needn’t to be changed. Technical Specification
Relative CasesFAQ |