Jump to content



Photo
- - - - -

DOF addressable LEDs "all white" problem [SOLVED]

dof all white addressable led teensy pins 15 16

  • Please log in to reply
34 replies to this topic

#1 Phazer51

Phazer51

    Enthusiast

  • Platinum Supporter
  • 155 posts

  • Flag: United States of America

  • Favorite Pinball: Medieval Madness

Posted 22 January 2019 - 01:30 PM

After building a virtual pinball cab back in 2013, I finally got around to trying DOF. After seeing all of Terry Red's videos, who wouldn't give it a shot?  His work has been stellar.

 

I finally set up a working cabinet.xml files that used 2 strips of addressable LEDs (left and right playfield).  However, whenever I started a VPX table that utilized DOF, the Teensy 3.2 activity light would flash rapidly (indicating activity) but the LED strips would turn bright white and stay that way.

 

I could not find any software fixes for the issue.

 

I ran across an odd post in one forum that mentioned "bridging pins 15 and 16" on the Teensy 3.2 to solve this issue.

 

Attached File  Teensy 32.jpg   370.25KB   123 downloads

 

I snipped a small piece of lead wire from a resistor and soldered it between the Teensy's pins 15 and 16.  I could have just used a blob of solder, but I wanted the potential fix to be more easily reversible.

 

In any event, after connecting pins 15 and 16 on the Teensy, the next time I loaded a table DOF worked.  I was floored.

 

I have no idea why this works.  I don't know exactly who solved this problem initially.

 

I hope that this can help someone else.

 

BTW - If anyone knows who found this solution originally, please let me know and I'll credit them here for their work.  After all....they deserve the thanks.


Edited by Phazer51, 22 January 2019 - 01:31 PM.


#2 crashb4

crashb4

    Neophyte

  • Members
  • Pip
  • 8 posts

  • Flag: United States of America

  • Favorite Pinball: twilight zone

Posted 17 March 2019 - 04:58 PM

Thanks Phazer. Had this same problem. Was about to pull my hair out. You da man.



#3 kevbach

kevbach

    Neophyte

  • Members
  • Pip
  • 2 posts

  • Flag: United States of America

  • Favorite Pinball: playboy

Posted 18 March 2019 - 02:45 AM

Hey guys, I finally got my led's to a point where I could fire them up and also seem to have the "all white" problem.   Do you guys have the octoWS2811 soldered to your teensy board as well?  Im assuming I can still solder pins 15 and 16 together even though they are being occupied by the octo's pins? Thanks! 



#4 Phazer51

Phazer51

    Enthusiast

  • Platinum Supporter
  • 155 posts

  • Flag: United States of America

  • Favorite Pinball: Medieval Madness

Posted 28 March 2019 - 10:46 PM

Hey guys, I finally got my led's to a point where I could fire them up and also seem to have the "all white" problem.   Do you guys have the octoWS2811 soldered to your teensy board as well?  Im assuming I can still solder pins 15 and 16 together even though they are being occupied by the octo's pins? Thanks!


I connected my Teensy pins 15 and 16 from the top of the board while it was already inserted into sockets on the octo board.

#5 mon72

mon72

    Enthusiast

  • Members
  • PipPipPip
  • 66 posts
  • Location:Gothenburg

  • Flag: Sweden

  • Favorite Pinball: Indiana Jones

Posted 05 April 2019 - 08:27 AM

That answers my question...

I was wondering if I had to fold those two pins to the side.

Thanks  Phazer51

Mon72



#6 Phazer51

Phazer51

    Enthusiast

  • Platinum Supporter
  • 155 posts

  • Flag: United States of America

  • Favorite Pinball: Medieval Madness

Posted 05 April 2019 - 01:06 PM

That answers my question...

I was wondering if I had to fold those two pins to the side.

Thanks  Phazer51

Mon72

Keep us updated with your results.



#7 MikePinball

MikePinball

    Oak Micros Pinball Products

  • Platinum Supporter
  • 416 posts

  • Flag: United States of America

  • Favorite Pinball: Space Invaders

Posted 12 May 2019 - 08:04 PM

I can say that pins 15 and 16 definitely need to be connected together for the software to work. Here are the three reasons:

 

1. I created my own version of the OctoWS2811 board - after all it is just a socket for the Teensy, a 74HC245 transceiver, RJ45 sockets and some 100 Ohm resistors. See "My Take on Pinscape Expansion boards". The simple LED blinking programs worked fine but were slow at updating a long stream of LEDs. Once I downloaded the TeensyStripController software, 70% of the LEDs were white without even using DOF. Bridging pins 15-16 solved that problem.

 

2. The TeensyStripController software uses a heavily modified version of the original PJRC OctoWS2811 library. But both libraries need pins 15 and 16 connected to correctly utilize the high-speed DMA features of the MK20DX256 32 bit ARM Cortex-M4.

 

3. I do not have a OctoWS2811 board but the pins 15 and 16 have been connected on this board (and that change was made several years ago). The OctoWS2811 schematic shows them connected.

 

I am using the Beta.V1.02.1601021351.hex.zip code as the only difference is support for the LED. The flashing of the LED gives a little bit of feedback that it is working correctly, waiting for data and downloading data from the PC. There is no need to use the older Alpha code.


MikePinball (dba Oak Micros).

 


#8 MajorFrenchy

MajorFrenchy

    Enthusiast

  • Members
  • PipPipPip
  • 256 posts
  • Location:Canada

  • Flag: Canada

  • Favorite Pinball: The Flintstones

Contributor

Posted 12 May 2019 - 11:16 PM

I can say that pins 15 and 16 definitely need to be connected together for the software to work. Here are the three reasons:
 
1. I created my own version of the OctoWS2811 board - after all it is just a socket for the Teensy, a 74HC245 transceiver, RJ45 sockets and some 100 Ohm resistors. See "My Take on Pinscape Expansion boards". The simple LED blinking programs worked fine but were slow at updating a long stream of LEDs. Once I downloaded the TeensyStripController software, 70% of the LEDs were white without even using DOF. Bridging pins 15-16 solved that problem.
 
2. The TeensyStripController software uses a heavily modified version of the original PJRC OctoWS2811 library. But both libraries need pins 15 and 16 connected to correctly utilize the high-speed DMA features of the MK20DX256 32 bit ARM Cortex-M4.
 
3. I do not have a OctoWS2811 board but the pins 15 and 16 have been connected on this board (and that change was made several years ago). The OctoWS2811 schematic shows them connected.
 
I am using the Beta.V1.02.1601021351.hex.zip code as the only difference is support for the LED. The flashing of the LED gives a little bit of feedback that it is working correctly, waiting for data and downloading data from the PC. There is no need to use the older Alpha code.

That seems to be quite the setup.

As far as The Alpha Firmware that 's the one I need. I tested a few teensy and Dot matrix and was getting weird artifacts. Definitely have to solder pin 15-16 but I needed Alpha Firmware.

Sent from my SM-G965W using Tapatalk

#9 dramaone

dramaone

    Enthusiast

  • Members
  • PipPipPip
  • 108 posts

  • Flag: United Kingdom

  • Favorite Pinball: star wars

Posted 04 February 2020 - 11:11 AM

After building a virtual pinball cab back in 2013, I finally got around to trying DOF. After seeing all of Terry Red's videos, who wouldn't give it a shot?  His work has been stellar.

 

I finally set up a working cabinet.xml files that used 2 strips of addressable LEDs (left and right playfield).  However, whenever I started a VPX table that utilized DOF, the Teensy 3.2 activity light would flash rapidly (indicating activity) but the LED strips would turn bright white and stay that way.

 

I could not find any software fixes for the issue.

 

I ran across an odd post in one forum that mentioned "bridging pins 15 and 16" on the Teensy 3.2 to solve this issue.

 

attachicon.gif Teensy 32.jpg

 

I snipped a small piece of lead wire from a resistor and soldered it between the Teensy's pins 15 and 16.  I could have just used a blob of solder, but I wanted the potential fix to be more easily reversible.

 

In any event, after connecting pins 15 and 16 on the Teensy, the next time I loaded a table DOF worked.  I was floored.

 

I have no idea why this works.  I don't know exactly who solved this problem initially.

 

I hope that this can help someone else.

 

BTW - If anyone knows who found this solution originally, please let me know and I'll credit them here for their work.  After all....they deserve the thanks.

I currently have the white led issue and am unable to resolve it.

 

Currently i have not moved onto DOF config at all.

So I have a teensy with Octo, followed frenchy's guide ( thankyou - very helpful ) and all sketches work fine, plasma, fire , rainbow etc so I assume that data and power is ok. I have only set up one strip at moment on the right of playfield.

 

When I upload teensystripcontoller immediatley the led's go white and stay white. If i press teensy reset button I get a small flicker and some colours show for a micro second and back to white. I figure reset, restarts the sketch sequence.

 

I have tried 1.01 and 1.02 firmware, soldered pins 15 and 16 together, tried powering from opposite end of strip ( somebody advised )

powered both ends!

Tried different usb.

 

So i assume that due to other sketches working fine that data and power are good. But teensystripcontroller sketch wont work.

I could go on and config in DOF but even if this worked Im guessing when DOF is not triggering it through front end or tables then the lights will be always on bright white?

 

Any ideas?  :( SOLVED - bad soldering of pins 15 16

 


Edited by dramaone, 07 February 2020 - 02:43 PM.


#10 Cadorna

Cadorna

    Enthusiast

  • Members
  • PipPipPip
  • 134 posts

  • Flag: Argentina

  • Favorite Pinball: Too many to choose ...

Posted 11 May 2021 - 04:43 PM

Hi folks.
 
Please, could anybody give me some help or advice? I´m really lost ... I can't do my Teensy 3.2 works with VP but it does fine with the example libraries like Basic test and the rest of ones.
 
I follow all the tutorials that I can found on the Internet of Fenchy and other guys too but there is no luck.
 
Software is running on Windows 10 x64 and I´ve got a KL25Z and a real Ledwiz board running without problems. The teensy communication port is COM4.
 
I´ve got three ws2812b led strip of 144 LEDs each one and I'd like to install one of each side of the playfield and the rest on the back, sure I will need to cut them 'cause there are more LEDs than really necessary but for now, all is connected at my room floor just for testing purposes.There is one 3mm cable with +5volts and another equal with GND at the start and the end of each led strip.
 
I've got all configured, Cabinet.xml, GlobalConfig.xml, GlobalConfig_B2Sserver.xml, also the DOF site section about WS2811 was populated but it refused to work with Visual Pinball.
 
LEDs strips remain off and no one is white or any color, I tested AC/DC and Total Nuclear Annihilation tables because I saw videos of them with some effects at the start of these tables but nothing is illuminated on mine ...
 
Things that I've tried at the moment with no results:
 
- Solder pins 15 & 16 on Teensy
 
- Try both firmware alpha and beta
 
- Test different settings on DOF site with simple effects like PF Left Flashers MX, Right and Back and also creating combos.
 
- Try two different USB cables
 
- Update DOF to the latest version of April 2021 from the MJR site
 
- Reinstalling the Arduino suite and Teensy duino a few times, also the TeensyStripController.ino 
 
And a lot of other things that I do not remember right now to be honest ... any help, please?
 
Here are located my XML files and also some screenshots of my setup:
 
 
Please, help me!

Edited by Cadorna, 11 May 2021 - 04:45 PM.


#11 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,795 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 11 May 2021 - 07:12 PM

Post log - DirectOutput.log



#12 Cadorna

Cadorna

    Enthusiast

  • Members
  • PipPipPip
  • 134 posts

  • Flag: Argentina

  • Favorite Pinball: Too many to choose ...

Posted 11 May 2021 - 08:07 PM

---------------------------------------------------------------------------------
DirectOutput Version 3.1.7698.40087, built 2021.01.28 22:16
MJR Grander Unified DOF R3++ edition feat. Djrobx, Rambo3, and Freezy
DOF created by SwissLizard | https://github.com/mjrgh/DirectOutput
2021.05.11 02:14:06.798 DirectOutput Logger initialized
2021.05.11 02:14:06.779 Global config filename is "C:\DirectOutput\DirectOutputShapes.xml"
2021.05.11 02:14:06.795 No global config file loaded
2021.05.11 02:14:06.798 Could not find or load the global config file C:\DirectOutput\DirectOutputShapes.xml
2021.05.11 02:14:06.798 Loading Pinball parts
2021.05.11 02:14:06.798 Loading cabinet
2021.05.11 02:14:06.798 No cabinet config file loaded. Will use AutoConfig.
2021.05.11 02:14:06.799 Cabinet auto configuration started
2021.05.11 02:14:06.913 Detected and added Pinscape Controller Nr. 1 with name Pinscape Controller 01
2021.05.11 02:14:06.913 Added LedwizEquivalent Nr. 51 with name Pinscape Controller 01 Equivalent for Pinscape Controller Nr. 1, 12
2021.05.11 02:14:06.918 PhilipsHueAutoConfigurator.AutoConfig started...note, actual connection detection will happen asynchronously, and device disabled if not succesfull (check further down in the log)
2021.05.11 02:14:06.923 LedWiz-like device at VID=64250, PID=240, product string=USB LEDwiz, manufacturer string=ROF
2021.05.11 02:14:06.923 HID caps: usage page=65280, usage=1, number of link collection nodes=1, output report byte length=9
2021.05.11 02:14:06.925 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
2021.05.11 02:14:06.926 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
2021.05.11 02:14:06.928 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
2021.05.11 02:14:06.929 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
2021.05.11 02:14:06.929 LedWiz-like device at VID=64250, PID=247, product string=Pinscape Controller, manufacturer string=mjrnet
2021.05.11 02:14:06.929 HID caps: usage page=1, usage=4, number of link collection nodes=1, output report byte length=9
2021.05.11 02:14:06.930 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
2021.05.11 02:14:06.931 LedWiz-like device at VID=64250, PID=247, product string=Pinscape Controller, manufacturer string=mjrnet
2021.05.11 02:14:06.931 HID caps: usage page=12, usage=1, number of link collection nodes=1, output report byte length=0
2021.05.11 02:14:06.932 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
2021.05.11 02:14:06.934 Opening 32-bit LedWiz driver...
2021.05.11 02:14:06.934 Detected and added LedWiz Nr. 1 with name LedWiz 01
2021.05.11 02:14:06.934 Added LedwizEquivalent Nr. 1 with name LedWiz 01 Equivalent for Ledwiz Nr. 1
2021.05.11 02:14:06.934 Opening 32-bit LedWiz driver...
2021.05.11 02:14:06.934 Detected and added LedWiz Nr. 8 with name LedWiz 08
2021.05.11 02:14:06.934 Added LedwizEquivalent Nr. 8 with name LedWiz 08 Equivalent for Ledwiz Nr. 8
2021.05.11 02:14:06.937 Cabinet auto configuration finished
2021.05.11 02:14:06.937 Cabinet loaded
2021.05.11 02:14:06.937 Loading table config
2021.05.11 02:14:06.937 Warning: No table config file found. Will try to load config from LedControl file(s).
2021.05.11 02:14:06.937 Will try to load configs from DirectOutput.ini or LedControl.ini file(s) for RomName afm
2021.05.11 02:14:06.940 Loading LedControl file C:\Games\Visual Pinball\Tables\directoutputconfig.ini
2021.05.11 02:14:06.947 Min DOF Version is 0.8 for file directoutputconfig.ini
2021.05.11 02:14:06.947 Resolving Tables Variables
2021.05.11 02:14:06.948 Resolving Global Variables
2021.05.11 02:14:07.120 Loading LedControl file C:\Games\Visual Pinball\Tables\directoutputconfig51.ini
2021.05.11 02:14:07.121 Min DOF Version is 0.8 for file directoutputconfig51.ini
2021.05.11 02:14:07.121 Resolving Tables Variables
2021.05.11 02:14:07.121 Resolving Global Variables
2021.05.11 02:14:07.224 2 directoutputconfig.ini or ledcontrol.ini files loaded.
2021.05.11 02:14:07.224 Config for RomName afm exists in LedControl data. Updating cabinet and config.
2021.05.11 02:14:07.240 Table config loading finished: romname=afm, tablename=Attack from Mars 3.0
2021.05.11 02:14:07.241 Pinball parts loaded
2021.05.11 02:14:07.241 Starting processes
2021.05.11 02:14:07.242 Initializing cabinet
2021.05.11 02:14:07.242 Debug: Initializing output controllers
2021.05.11 02:14:07.244 Pinscape Pinscape Controller 01 updater thread  started.
2021.05.11 02:14:07.244 Pinscape Pinscape Controller 01 updater thread  has connected to Pinscape Pinscape Controller 01.
2021.05.11 02:14:07.244 Pinscape Pinscape Controller 01 intialized and updater thread started.
2021.05.11 02:14:07.244 Debug: Initializing LedWiz Nr. 01
2021.05.11 02:14:07.245 Updater thread for LedWiz 01 started.
2021.05.11 02:14:07.246 LedWiz Nr. 01 initialized and updater thread initialized.
2021.05.11 02:14:07.246 Debug: Initializing LedWiz Nr. 08
2021.05.11 02:14:07.246 Updater thread for LedWiz 08 started.
2021.05.11 02:14:07.246 LedWiz Nr. 08 initialized and updater thread initialized.
2021.05.11 02:14:07.246 Debug: Output controllers initialized
2021.05.11 02:14:07.249 Cabinet initialized
2021.05.11 02:14:07.251 Loading shape definition file: C:\DirectOutput\DirectOutputShapes.xml
2021.05.11 02:14:07.292 Framework initialized.
2021.05.11 02:14:07.292 Have fun! :)
2021.05.11 02:15:53.461 Finishing framework
2021.05.11 02:15:53.466 Finishing cabinet
2021.05.11 02:15:53.468 Debug: Finishing output controllers
2021.05.11 02:15:53.471 Pinscape Pinscape Controller 01 updater thread  has disconnected from Pinscape Pinscape Controller 01 and will terminate.
2021.05.11 02:15:53.471 Pinscape Pinscape Controller 01 finished and updater thread stopped.
2021.05.11 02:15:53.471 Debug: Finishing LedWiz Nr. 01
2021.05.11 02:15:53.472 Updater thread for LedWiz 01 terminated.
2021.05.11 02:15:53.487 LedWiz Nr. 01 finished and updater thread stopped.
2021.05.11 02:15:53.487 Debug: Finishing LedWiz Nr. 08
2021.05.11 02:15:53.487 Updater thread for LedWiz 08 terminated.
2021.05.11 02:15:53.500 LedWiz Nr. 08 finished and updater thread stopped.
2021.05.11 02:15:53.500 Debug: Output controllers finished
2021.05.11 02:15:53.500 Cabinet finished
2021.05.11 02:15:53.500 DirectOutput framework finished.
2021.05.11 02:15:53.500 Bye and thanks for using!


#13 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,795 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 11 May 2021 - 08:18 PM

2021.05.11 02:14:06.795 No global config file loaded

It's not finding this file  -- GlobalConfig_B2SServer.xml



#14 Cadorna

Cadorna

    Enthusiast

  • Members
  • PipPipPip
  • 134 posts

  • Flag: Argentina

  • Favorite Pinball: Too many to choose ...

Posted 11 May 2021 - 08:34 PM

Thanks, but, how do you reach that conclusion? I mean, there is no reference in the log file about it. All the XML files are located at C:\DirectOutput\Config but I've just copied them to C:\DirectOutput\ just in case but still not works.



#15 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,795 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 11 May 2021 - 08:47 PM

Thanks, but, how do you reach that conclusion? I mean, there is no reference in the log file about it. All the XML files are located at C:\DirectOutput\Config but I've just copied them to C:\DirectOutput\ just in case but still not works.

Yes
2021.05.11 02:14:06.795 No global config file loaded

 

This is in my Log file
Something like this should be in the log file
2021.05.11 14:50:54.303    Global config filename is "C:\DIRECTOUTPUT\config\GlobalConfig_B2SServer.xml"
2021.05.11 14:50:54.357    Global config loaded from: C:\DIRECTOUTPUT\config\GlobalConfig_B2SServer.xml



#16 Cadorna

Cadorna

    Enthusiast

  • Members
  • PipPipPip
  • 134 posts

  • Flag: Argentina

  • Favorite Pinball: Too many to choose ...

Posted 11 May 2021 - 09:02 PM

Ok, now I understand, I was looking for the name of the file on the log, thanks.

Where I can define the right path for the configuration? I've got DOF running well until now...I mean, solenoids, button and undercab lights are working fine so it is new for me.

I ran the GlobalConfigEditor.exe and follow the instructions to create the XML files but nothing else ...I´m lost. :tapping:


Edited by Cadorna, 11 May 2021 - 09:02 PM.


#17 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,795 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 11 May 2021 - 09:14 PM

Ok, now I understand, I was looking for the name of the file on the log, thanks.

Where I can define the right path for the configuration? I've got DOF running well until now...I mean, solenoids, button and undercab lights are working fine so it is new for me.

I ran the GlobalConfigEditor.exe and follow the instructions to create the XML files but nothing else ...I´m lost. :tapping:

Your DOF working except for teensy?



#18 Cadorna

Cadorna

    Enthusiast

  • Members
  • PipPipPip
  • 134 posts

  • Flag: Argentina

  • Favorite Pinball: Too many to choose ...

Posted 11 May 2021 - 11:39 PM

Yes, everything is working except Teensy. I mean, Teensy is working fine running the examples demos that are included on the Arduino suite. LEDs are illuminated in different ways, color, etc. but they are not doing anything when a table is launched by the frontend (PinballY) or directly from VPX.
 
All the other DOF toys are working fine. I've got 11 solenoids connected to my KL25Z and all the cabinet buttons and the undercab led strip to my Ledwiz board and working fine just like ever.

Edited by Cadorna, 12 May 2021 - 12:17 AM.


#19 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,795 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 12 May 2021 - 12:33 AM

 

Yes, everything is working except Teensy. I mean, Teensy is working fine running the examples demos that are included on the Arduino suite. LEDs are illuminated in different ways, color, etc. but they are not doing anything when a table is launched by the frontend (PinballY) or directly from VPX.
 
All the other DOF toys are working fine. I've got 11 solenoids connected to my KL25Z and all the cabinet buttons and the undercab led strip to my Ledwiz board and working fine just like ever.

 

In order to get the teensy to work you will need to solve this

2021.05.11 02:14:06.795 No global config file loaded


Post pictures of your   DirectOutput  and Config folders



#20 Cadorna

Cadorna

    Enthusiast

  • Members
  • PipPipPip
  • 134 posts

  • Flag: Argentina

  • Favorite Pinball: Too many to choose ...

Posted 12 May 2021 - 02:28 AM

Here they are. I continue doing research and changes and now PinballY seems to be working. Side strips illuminated in yellow when I select a board and move to up/down with the flippers buttons and Magna buttons illuminate the back strip on white (some leds on some off) but thats was all that I can did. No lights on games. I deleted all the several directoutput.log files that I found on the drive and now only two appears and seems to be better, please take a look at that.

 

 

 

https://1drv.ms/u/s!..._iA57g?e=SG5RHj

 

https://1drv.ms/u/s!...kSX93w?e=Lj5D9Q

 

https://1drv.ms/u/s!...yLGqIA?e=1psh1k

 

Located at C:\Games\Visual Pinball\Tables:

---------------------------------------------------------------------------------
DirectOutput Version 3.1.7776.42172, built 2021.04.16 23:25
MJR Grander Unified DOF R3++ edition feat. Djrobx, Rambo3, and Freezy
DOF created by SwissLizard | https://github.com/mjrgh/DirectOutput
2021.05.11 23:02:56.126 DirectOutput Logger initialized
2021.05.11 23:02:56.092 Global config filename is "C:\DIRECTOUTPUT\config\GlobalConfig_B2SServer.xml"
2021.05.11 23:02:56.127 Global config loaded from: C:\DIRECTOUTPUT\config\GlobalConfig_B2SServer.xml
2021.05.11 23:02:56.127 Loading Pinball parts
2021.05.11 23:02:56.127 Loading cabinet
2021.05.11 23:02:56.131 Will load cabinet config file: C:\DirectOutput\Config\Cabinet.xml
2021.05.11 23:02:56.436 1 output controller defnitions and 4 toy definitions loaded from cabinet config.
2021.05.11 23:02:56.436 Cabinet config file has AutoConfig feature enabled. Calling AutoConfig.
2021.05.11 23:02:56.437 Cabinet auto configuration started
2021.05.11 23:02:56.457 Detected and added Pinscape Controller Nr. 1 with name Pinscape Controller 01
2021.05.11 23:02:56.457 Added LedwizEquivalent Nr. 51 with name Pinscape Controller 01 Equivalent for Pinscape Controller Nr. 1, 12
2021.05.11 23:02:56.462 PhilipsHueAutoConfigurator.AutoConfig started...note, actual connection detection will happen asynchronously, and device disabled if not succesfull (check further down in the log)
2021.05.11 23:02:56.468 LedWiz-like device at VID=64250, PID=240, product string=USB LEDwiz, manufacturer string=ROF
2021.05.11 23:02:56.468 HID caps: usage page=65280, usage=1, number of link collection nodes=1, output report byte length=9
2021.05.11 23:02:56.470 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
2021.05.11 23:02:56.471 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
2021.05.11 23:02:56.472 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
2021.05.11 23:02:56.473 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
2021.05.11 23:02:56.473 LedWiz-like device at VID=64250, PID=247, product string=Pinscape Controller, manufacturer string=mjrnet
2021.05.11 23:02:56.473 HID caps: usage page=1, usage=4, number of link collection nodes=1, output report byte length=9
2021.05.11 23:02:56.475 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
2021.05.11 23:02:56.475 LedWiz-like device at VID=64250, PID=247, product string=Pinscape Controller, manufacturer string=mjrnet
2021.05.11 23:02:56.475 HID caps: usage page=12, usage=1, number of link collection nodes=1, output report byte length=0
2021.05.11 23:02:56.476 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
2021.05.11 23:02:56.478 Opening 32-bit LedWiz driver...
2021.05.11 23:02:56.479 Detected and added LedWiz Nr. 1 with name LedWiz 01
2021.05.11 23:02:56.479 Added LedwizEquivalent Nr. 1 with name LedWiz 01 Equivalent for Ledwiz Nr. 1
2021.05.11 23:02:56.479 Opening 32-bit LedWiz driver...
2021.05.11 23:02:56.479 Detected and added LedWiz Nr. 8 with name LedWiz 08
2021.05.11 23:02:56.479 Added LedwizEquivalent Nr. 8 with name LedWiz 08 Equivalent for Ledwiz Nr. 8
2021.05.11 23:02:56.481 Cabinet auto configuration finished
2021.05.11 23:02:56.481 Autoconfig complete.
2021.05.11 23:02:56.481 Cabinet config loaded successfully from C:\DirectOutput\Config\Cabinet.xml
2021.05.11 23:02:56.481 Cabinet loaded
2021.05.11 23:02:56.481 Loading table config
2021.05.11 23:02:56.482 Warning: No table config file found. Will try to load config from LedControl file(s).
2021.05.11 23:02:56.482 Will try to load configs from DirectOutput.ini or LedControl.ini file(s) for RomName tna
2021.05.11 23:02:56.484 Loading LedControl file C:\Games\Visual Pinball\Tables\directoutputconfig.ini
2021.05.11 23:02:56.487 Min DOF Version is 0.8 for file directoutputconfig.ini
2021.05.11 23:02:56.488 Resolving Tables Variables
2021.05.11 23:02:56.489 Resolving Global Variables
2021.05.11 23:02:56.664 Loading LedControl file C:\Games\Visual Pinball\Tables\directoutputconfig51.ini
2021.05.11 23:02:56.664 Min DOF Version is 0.8 for file directoutputconfig51.ini
2021.05.11 23:02:56.665 Resolving Tables Variables
2021.05.11 23:02:56.665 Resolving Global Variables
2021.05.11 23:02:56.782 2 directoutputconfig.ini or ledcontrol.ini files loaded.
2021.05.11 23:02:56.784 Config for RomName tna exists in LedControl data. Updating cabinet and config.
2021.05.11 23:02:56.805 Table config loading finished: romname=tna, tablename=Total Nuclear Annihilation (Spooky 2017)
2021.05.11 23:02:56.806 Pinball parts loaded
2021.05.11 23:02:56.806 Starting processes
2021.05.11 23:02:56.806 Initializing cabinet
2021.05.11 23:02:56.806 Debug: Initializing output controllers
2021.05.11 23:02:56.821 TeensyStripController LEDStripController intialized and updater thread started.
2021.05.11 23:02:56.822 TeensyStripController LEDStripController updater thread  started.
2021.05.11 23:02:56.825 Pinscape Pinscape Controller 01 updater thread  started.
2021.05.11 23:02:56.825 Pinscape Pinscape Controller 01 updater thread  has connected to Pinscape Pinscape Controller 01.
2021.05.11 23:02:56.825 Pinscape Pinscape Controller 01 intialized and updater thread started.
2021.05.11 23:02:56.825 Initializing ComPort COM4 with these settings :
2021.05.11 23:02:56.825 BaudRate 9600, Parity None, DataBits 8, StopBits One, R/W Timeouts 200ms
2021.05.11 23:02:56.825 Handshake Timings : Open 50ms, Loop Start/End 20/50ms, DTR enable False
2021.05.11 23:02:56.825 Debug: Initializing LedWiz Nr. 01
2021.05.11 23:02:56.827 LedWiz Nr. 01 initialized and updater thread initialized.
2021.05.11 23:02:56.827 Debug: Initializing LedWiz Nr. 08
2021.05.11 23:02:56.827 LedWiz Nr. 08 initialized and updater thread initialized.
2021.05.11 23:02:56.827 Debug: Output controllers initialized
2021.05.11 23:02:56.827 Updater thread for LedWiz 01 started.
2021.05.11 23:02:56.828 Updater thread for LedWiz 08 started.
2021.05.11 23:02:56.832 Cabinet initialized
2021.05.11 23:02:56.834 Loading shape definition file: C:\DIRECTOUTPUT\config\DirectOutputShapes.xml
2021.05.11 23:02:56.882 Framework initialized.
2021.05.11 23:02:56.882 Have fun! :)
2021.05.11 23:02:56.931 TeensyStripController LEDStripController updater thread  has connected to TeensyStripController LEDStripController.
2021.05.11 23:03:08.145 Finishing framework
2021.05.11 23:03:08.146 Finishing cabinet
2021.05.11 23:03:08.147 Debug: Finishing output controllers
2021.05.11 23:03:08.165 TeensyStripController LEDStripController updater thread  has disconnected from TeensyStripController LEDStripController and will terminate.
2021.05.11 23:03:08.165 TeensyStripController LEDStripController finished and updater thread stopped.
2021.05.11 23:03:08.167 Pinscape Pinscape Controller 01 updater thread  has disconnected from Pinscape Pinscape Controller 01 and will terminate.
2021.05.11 23:03:08.168 Pinscape Pinscape Controller 01 finished and updater thread stopped.
2021.05.11 23:03:08.168 Debug: Finishing LedWiz Nr. 01
2021.05.11 23:03:08.213 Updater thread for LedWiz 01 terminated.
2021.05.11 23:03:08.237 LedWiz Nr. 01 finished and updater thread stopped.
2021.05.11 23:03:08.238 Debug: Finishing LedWiz Nr. 08
2021.05.11 23:03:08.238 Updater thread for LedWiz 08 terminated.
2021.05.11 23:03:08.263 Finishing framework
2021.05.11 23:03:08.264 Finishing cabinet
2021.05.11 23:03:08.264 Debug: Finishing output controllers
2021.05.11 23:03:08.264 TeensyStripController LEDStripController finished and updater thread stopped.
2021.05.11 23:03:08.265 Pinscape Pinscape Controller 01 finished and updater thread stopped.
2021.05.11 23:03:08.265 Debug: Finishing LedWiz Nr. 01
2021.05.11 23:03:08.278 LedWiz Nr. 01 finished and updater thread stopped.
2021.05.11 23:03:08.278 Debug: Finishing LedWiz Nr. 08
2021.05.11 23:03:08.291 LedWiz Nr. 08 finished and updater thread stopped.
2021.05.11 23:03:08.291 Debug: Output controllers finished
2021.05.11 23:03:08.291 Cabinet finished
2021.05.11 23:03:08.291 DirectOutput framework finished.
2021.05.11 23:03:08.291 Bye and thanks for using!
2021.05.11 23:03:08.322 Finishing framework
2021.05.11 23:03:08.322 Finishing cabinet
2021.05.11 23:03:08.322 Debug: Finishing output controllers
2021.05.11 23:03:08.322 TeensyStripController LEDStripController finished and updater thread stopped.
2021.05.11 23:03:08.323 Pinscape Pinscape Controller 01 finished and updater thread stopped.
2021.05.11 23:03:08.323 Debug: Finishing LedWiz Nr. 01
2021.05.11 23:03:08.338 LedWiz Nr. 01 finished and updater thread stopped.
2021.05.11 23:03:08.338 Debug: Finishing LedWiz Nr. 08
2021.05.11 23:03:08.350 LedWiz Nr. 08 finished and updater thread stopped.
2021.05.11 23:03:08.350 Debug: Output controllers finished
2021.05.11 23:03:08.350 Cabinet finished
2021.05.11 23:03:08.350 DirectOutput framework finished.
2021.05.11 23:03:08.350 Bye and thanks for using!
 
Located at C:\Games\PinballY:
 
---------------------------------------------------------------------------------
DirectOutput Version 3.1.7776.42172, built 2021.04.16 23:25
MJR Grander Unified DOF R3++ edition feat. Djrobx, Rambo3, and Freezy
DOF created by SwissLizard | https://github.com/mjrgh/DirectOutput
2021.05.11 23:02:56.126 DirectOutput Logger initialized
2021.05.11 23:02:56.092 Global config filename is "C:\DIRECTOUTPUT\config\GlobalConfig_B2SServer.xml"
2021.05.11 23:02:56.127 Global config loaded from: C:\DIRECTOUTPUT\config\GlobalConfig_B2SServer.xml
2021.05.11 23:02:56.127 Loading Pinball parts
2021.05.11 23:02:56.127 Loading cabinet
2021.05.11 23:02:56.131 Will load cabinet config file: C:\DirectOutput\Config\Cabinet.xml
2021.05.11 23:02:56.436 1 output controller defnitions and 4 toy definitions loaded from cabinet config.
2021.05.11 23:02:56.436 Cabinet config file has AutoConfig feature enabled. Calling AutoConfig.
2021.05.11 23:02:56.437 Cabinet auto configuration started
2021.05.11 23:02:56.457 Detected and added Pinscape Controller Nr. 1 with name Pinscape Controller 01
2021.05.11 23:02:56.457 Added LedwizEquivalent Nr. 51 with name Pinscape Controller 01 Equivalent for Pinscape Controller Nr. 1, 12
2021.05.11 23:02:56.462 PhilipsHueAutoConfigurator.AutoConfig started...note, actual connection detection will happen asynchronously, and device disabled if not succesfull (check further down in the log)
2021.05.11 23:02:56.468 LedWiz-like device at VID=64250, PID=240, product string=USB LEDwiz, manufacturer string=ROF
2021.05.11 23:02:56.468 HID caps: usage page=65280, usage=1, number of link collection nodes=1, output report byte length=9
2021.05.11 23:02:56.470 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
2021.05.11 23:02:56.471 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
2021.05.11 23:02:56.472 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
2021.05.11 23:02:56.473 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
2021.05.11 23:02:56.473 LedWiz-like device at VID=64250, PID=247, product string=Pinscape Controller, manufacturer string=mjrnet
2021.05.11 23:02:56.473 HID caps: usage page=1, usage=4, number of link collection nodes=1, output report byte length=9
2021.05.11 23:02:56.475 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
2021.05.11 23:02:56.475 LedWiz-like device at VID=64250, PID=247, product string=Pinscape Controller, manufacturer string=mjrnet
2021.05.11 23:02:56.475 HID caps: usage page=12, usage=1, number of link collection nodes=1, output report byte length=0
2021.05.11 23:02:56.476 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
2021.05.11 23:02:56.478 Opening 32-bit LedWiz driver...
2021.05.11 23:02:56.479 Detected and added LedWiz Nr. 1 with name LedWiz 01
2021.05.11 23:02:56.479 Added LedwizEquivalent Nr. 1 with name LedWiz 01 Equivalent for Ledwiz Nr. 1
2021.05.11 23:02:56.479 Opening 32-bit LedWiz driver...
2021.05.11 23:02:56.479 Detected and added LedWiz Nr. 8 with name LedWiz 08
2021.05.11 23:02:56.479 Added LedwizEquivalent Nr. 8 with name LedWiz 08 Equivalent for Ledwiz Nr. 8
2021.05.11 23:02:56.481 Cabinet auto configuration finished
2021.05.11 23:02:56.481 Autoconfig complete.
2021.05.11 23:02:56.481 Cabinet config loaded successfully from C:\DirectOutput\Config\Cabinet.xml
2021.05.11 23:02:56.481 Cabinet loaded
2021.05.11 23:02:56.481 Loading table config
2021.05.11 23:02:56.482 Warning: No table config file found. Will try to load config from LedControl file(s).
2021.05.11 23:02:56.482 Will try to load configs from DirectOutput.ini or LedControl.ini file(s) for RomName tna
2021.05.11 23:02:56.484 Loading LedControl file C:\Games\Visual Pinball\Tables\directoutputconfig.ini
2021.05.11 23:02:56.487 Min DOF Version is 0.8 for file directoutputconfig.ini
2021.05.11 23:02:56.488 Resolving Tables Variables
2021.05.11 23:02:56.489 Resolving Global Variables
2021.05.11 23:02:56.664 Loading LedControl file C:\Games\Visual Pinball\Tables\directoutputconfig51.ini
2021.05.11 23:02:56.664 Min DOF Version is 0.8 for file directoutputconfig51.ini
2021.05.11 23:02:56.665 Resolving Tables Variables
2021.05.11 23:02:56.665 Resolving Global Variables
2021.05.11 23:02:56.782 2 directoutputconfig.ini or ledcontrol.ini files loaded.
2021.05.11 23:02:56.784 Config for RomName tna exists in LedControl data. Updating cabinet and config.
2021.05.11 23:02:56.805 Table config loading finished: romname=tna, tablename=Total Nuclear Annihilation (Spooky 2017)
2021.05.11 23:02:56.806 Pinball parts loaded
2021.05.11 23:02:56.806 Starting processes
2021.05.11 23:02:56.806 Initializing cabinet
2021.05.11 23:02:56.806 Debug: Initializing output controllers
2021.05.11 23:02:56.821 TeensyStripController LEDStripController intialized and updater thread started.
2021.05.11 23:02:56.822 TeensyStripController LEDStripController updater thread  started.
2021.05.11 23:02:56.825 Pinscape Pinscape Controller 01 updater thread  started.
2021.05.11 23:02:56.825 Pinscape Pinscape Controller 01 updater thread  has connected to Pinscape Pinscape Controller 01.
2021.05.11 23:02:56.825 Pinscape Pinscape Controller 01 intialized and updater thread started.
2021.05.11 23:02:56.825 Initializing ComPort COM4 with these settings :
2021.05.11 23:02:56.825 BaudRate 9600, Parity None, DataBits 8, StopBits One, R/W Timeouts 200ms
2021.05.11 23:02:56.825 Handshake Timings : Open 50ms, Loop Start/End 20/50ms, DTR enable False
2021.05.11 23:02:56.825 Debug: Initializing LedWiz Nr. 01
2021.05.11 23:02:56.827 LedWiz Nr. 01 initialized and updater thread initialized.
2021.05.11 23:02:56.827 Debug: Initializing LedWiz Nr. 08
2021.05.11 23:02:56.827 LedWiz Nr. 08 initialized and updater thread initialized.
2021.05.11 23:02:56.827 Debug: Output controllers initialized
2021.05.11 23:02:56.827 Updater thread for LedWiz 01 started.
2021.05.11 23:02:56.828 Updater thread for LedWiz 08 started.
2021.05.11 23:02:56.832 Cabinet initialized
2021.05.11 23:02:56.834 Loading shape definition file: C:\DIRECTOUTPUT\config\DirectOutputShapes.xml
2021.05.11 23:02:56.882 Framework initialized.
2021.05.11 23:02:56.882 Have fun! :)
2021.05.11 23:02:56.931 TeensyStripController LEDStripController updater thread  has connected to TeensyStripController LEDStripController.
2021.05.11 23:03:08.145 Finishing framework
2021.05.11 23:03:08.146 Finishing cabinet
2021.05.11 23:03:08.147 Debug: Finishing output controllers
2021.05.11 23:03:08.165 TeensyStripController LEDStripController updater thread  has disconnected from TeensyStripController LEDStripController and will terminate.
2021.05.11 23:03:08.165 TeensyStripController LEDStripController finished and updater thread stopped.
2021.05.11 23:03:08.167 Pinscape Pinscape Controller 01 updater thread  has disconnected from Pinscape Pinscape Controller 01 and will terminate.
2021.05.11 23:03:08.168 Pinscape Pinscape Controller 01 finished and updater thread stopped.
2021.05.11 23:03:08.168 Debug: Finishing LedWiz Nr. 01
2021.05.11 23:03:08.213 Updater thread for LedWiz 01 terminated.
2021.05.11 23:03:08.237 LedWiz Nr. 01 finished and updater thread stopped.
2021.05.11 23:03:08.238 Debug: Finishing LedWiz Nr. 08
2021.05.11 23:03:08.238 Updater thread for LedWiz 08 terminated.
2021.05.11 23:03:08.263 Finishing framework
2021.05.11 23:03:08.264 Finishing cabinet
2021.05.11 23:03:08.264 Debug: Finishing output controllers
2021.05.11 23:03:08.264 TeensyStripController LEDStripController finished and updater thread stopped.
2021.05.11 23:03:08.265 Pinscape Pinscape Controller 01 finished and updater thread stopped.
2021.05.11 23:03:08.265 Debug: Finishing LedWiz Nr. 01
2021.05.11 23:03:08.278 LedWiz Nr. 01 finished and updater thread stopped.
2021.05.11 23:03:08.278 Debug: Finishing LedWiz Nr. 08
2021.05.11 23:03:08.291 LedWiz Nr. 08 finished and updater thread stopped.
2021.05.11 23:03:08.291 Debug: Output controllers finished
2021.05.11 23:03:08.291 Cabinet finished
2021.05.11 23:03:08.291 DirectOutput framework finished.
2021.05.11 23:03:08.291 Bye and thanks for using!
2021.05.11 23:03:08.322 Finishing framework
2021.05.11 23:03:08.322 Finishing cabinet
2021.05.11 23:03:08.322 Debug: Finishing output controllers
2021.05.11 23:03:08.322 TeensyStripController LEDStripController finished and updater thread stopped.
2021.05.11 23:03:08.323 Pinscape Pinscape Controller 01 finished and updater thread stopped.
2021.05.11 23:03:08.323 Debug: Finishing LedWiz Nr. 01
2021.05.11 23:03:08.338 LedWiz Nr. 01 finished and updater thread stopped.
2021.05.11 23:03:08.338 Debug: Finishing LedWiz Nr. 08
2021.05.11 23:03:08.350 LedWiz Nr. 08 finished and updater thread stopped.
2021.05.11 23:03:08.350 Debug: Output controllers finished
2021.05.11 23:03:08.350 Cabinet finished
2021.05.11 23:03:08.350 DirectOutput framework finished.
2021.05.11 23:03:08.350 Bye and thanks for using!
 

Edited by Cadorna, 12 May 2021 - 04:34 AM.






Also tagged with one or more of these keywords: dof, all white, addressable led, teensy pins 15 16