-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DB2S Not lights up at start, but only with PWM modified tables #81
Comments
First test, mapping all values > 128 to boolean True
Hey! The update solved the problem thank you...now the db2s's lights up. |
Thank you for testing... I have not been able to test this thoroughly myself... Can you please double check that you have "run as exe" enabled in both cases? |
First test, mapping all values > 128 to boolean True
commit f006180 Author: Jarr3 <[email protected]> Date: Mon Apr 1 13:55:07 2024 +0200 Update b2s-backglass.yml, remove betterled commit 0f0d345 Author: Jarr3 <[email protected]> Date: Mon Apr 1 13:19:15 2024 +0200 mergeBulbs once commit 0a1265d Author: Jarr3 <[email protected]> Date: Mon Apr 1 13:16:13 2024 +0200 Fix compile error commit 0a49a63 Merge: fedb1b0 c20ddb5 Author: Jarr3 <[email protected]> Date: Mon Apr 1 12:43:20 2024 +0200 Merge branch '76-events-of-overlapping-pictures-get-merged' commit fedb1b0 Author: Jarr3 <[email protected]> Date: Wed Mar 20 08:01:13 2024 +0100 Events of overlapping pictures get merged #76 commit 6f13aef Author: Jarr3 <[email protected]> Date: Wed Mar 20 07:49:06 2024 +0100 Revert "b2s tools should not allow to be run as admin #75" This reverts commit bfd7f4d. commit 107a1f9 Author: Jarr3 <[email protected]> Date: Fri Mar 1 07:08:40 2024 +0100 Revert Make StartAsEXE and DisableFuzzyMatching the default and only mode available #72 commit 1ead93e Author: Jarr3 <[email protected]> Date: Thu Feb 29 18:56:06 2024 +0100 Update DB2S Not lights up at start, but only with PWM modified tables #81 Increase documentation commit 4cf6b0a Author: Jarr3 <[email protected]> Date: Wed Feb 28 19:17:05 2024 +0100 DB2S Not lights up at start, but only with PWM modified tables #81 Changed treshold to 64 commit ffdb408 Author: Jarr3 <[email protected]> Date: Wed Feb 28 07:11:33 2024 +0100 DB2S Not lights up at start, but only with PWM modified tables #81 First test, mapping all values > 128 to boolean True commit d468f07 Author: Jarr3 <[email protected]> Date: Mon Feb 26 19:47:11 2024 +0100 B2S.Server log plugin loading information and possible errors #82 commit b829c0a Author: Jarr3 <[email protected]> Date: Wed Feb 7 07:43:40 2024 +0100 b2s_screenresidentifier: Add Comments hidded behind the taskbar #77
It has now been tested to work with the latest changes yesterday in issue #99 |
This issue was logged on VPinMame here DB2S Not lights up at start, but only with PWM modified tables.
But as @vbousquet mentioned, it is rather the problem that B2S.Server do not know anything about PWM lights.
It currently compares light values set to "0" and "1", when they now can change between "0" and "255"
There is a setting for VPinMame called SolMask(2) for the output mode:
0 = default
1 = modulated solenoid (exist for some years already)
2 = new mode (all solenoids but also lamps, and value if physic meaning, not smoothed out binary state)
The text was updated successfully, but these errors were encountered: