Changes for page SCChart Controller

Last modified by Richard Kreissig on 2025/01/30 12:18

From version 16.1
edited by stu104225
on 2020/03/23 14:27
Change comment: There is no comment for this version
To version 17.1
edited by stu104225
on 2020/03/23 14:41
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -75,6 +75,10 @@
75 75  
76 76  Here we simply set signals that actuate both flippers for a time period so that the pinball machine launches the ball. If this time is too short both flippers will still actuate, but the pinball machine won't launch the ball.
77 77  
78 += Control Top Flipper =
79 +
80 +This region simply triggers the top flipper whenever there is a ball detected to be close to its range. Hitting the ball with the top flipper is often benefitial but never critical. So in order to save resources there is less computational effort put into it, i.e. no prediction is performed and the range is not precisely defined. It is implemented as a single state with a during action, since the work of detecting, whether there is a ball near the top flipper, is performed by the image processing, which sets a flag in the respective case.
81 +
78 78  \\
79 79  
80 80  \\
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -73072659
1 +73072932
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/PP18/pages/73072659/SCChart Controller
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/PP18/pages/73072932/SCChart Controller