Jump to content



Photo
* * * * - 4 votes

How to Set Up Addressable LED Strips


  • Please log in to reply
391 replies to this topic

#21 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,793 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 05 April 2017 - 08:53 PM

I put my items together yesterday and it's up and running, now I just have to mount the LEDs

Teensy USB Development Board and Teensy 3.2 OctoWS2811 Adaptor
Also LedWiz and  2 Sainsmart

 

How to Set Up Addressable LED Strips

http://www.vpforums....showtopic=36156

 
Here are the global, PinballX.xml and cabinet files used in my setup

GlobalConfig_B2SServer

 

<?xml version="1.0" encoding="utf-8"?>
<!--Global configuration for the DirectOutput framework.-->
<!--Saved by DirectOutput Version 0.8.6002.28451: 2016-09-25 10-00-34-->
<GlobalConfig>
  <LedWizDefaultMinCommandIntervalMs>1</LedWizDefaultMinCommandIntervalMs>
  <LedControlMinimumEffectDurationMs>60</LedControlMinimumEffectDurationMs>
  <LedControlMinimumRGBEffectDurationMs>120</LedControlMinimumRGBEffectDurationMs>
  <IniFilesPath />
  <ShapeDefintionFilePattern>E:\DirectOutput\config\DirectOutputShapes.xml</ShapeDefintionFilePattern>
  <CabinetConfigFilePattern>E:\DirectOutput\config\Cabinet.xml</CabinetConfigFilePattern>
  <TableConfigFilePatterns />
  <EnableLogging>true</EnableLogging>
  <ClearLogOnSessionStart>true</ClearLogOnSessionStart>
  <LogFilePattern>E:\DirectOutput\DirectOutput.log</LogFilePattern>
</GlobalConfig>

 

GlobalConfig_PinballX.xml

 

<?xml version="1.0" encoding="utf-8"?>
<!--Global configuration for the DirectOutput framework.-->
<!--Saved by DirectOutput Version 0.8.6002.28451: 2016-09-25 10-00-34-->
<GlobalConfig>
  <LedWizDefaultMinCommandIntervalMs>1</LedWizDefaultMinCommandIntervalMs>
  <LedControlMinimumEffectDurationMs>60</LedControlMinimumEffectDurationMs>
  <LedControlMinimumRGBEffectDurationMs>120</LedControlMinimumRGBEffectDurationMs>
  <IniFilesPath />
  <ShapeDefintionFilePattern>{DllDir}\DirectOutputShapes.xml</ShapeDefintionFilePattern>
  <CabinetConfigFilePattern>E:\DirectOutput\config\Cabinet.xml</CabinetConfigFilePattern>
  <TableConfigFilePatterns />
  <EnableLogging>true</EnableLogging>
  <ClearLogOnSessionStart>true</ClearLogOnSessionStart>
  <LogFilePattern>.\DirectOutput.log</LogFilePattern>
</GlobalConfig>

 

cabinet

 

<?xml version="1.0"?>
<Cabinet xmlns:xsi="http://www.w3.org/20...Schema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Name>TimoPin</Name>
   <OutputControllers>
    <FT245RBitbangController>
      <Name>Sainsmart 1</Name>
      <SerialNumber>AH035EZ9</SerialNumber>
    </FT245RBitbangController>
   <FT245RBitbangController>
      <Name>Sainsmart 2</Name>
      <SerialNumber>A8008wHV</SerialNumber>
    </FT245RBitbangController>
    
    <TeensyStripController>
     <Name>LEDStripController</Name>
      <NumberOfLedsStrip1>129</NumberOfLedsStrip1>
      <NumberOfLedsStrip2>129</NumberOfLedsStrip2>
      <NumberOfLedsStrip3>384</NumberOfLedsStrip3>
      <NumberOfLedsStrip4>0</NumberOfLedsStrip4>
      <NumberOfLedsStrip5>0</NumberOfLedsStrip5>
      <NumberOfLedsStrip6>0</NumberOfLedsStrip6>
      <NumberOfLedsStrip7>0</NumberOfLedsStrip7>
      <NumberOfLedsStrip8>0</NumberOfLedsStrip8>
      <ComPortName>COM4</ComPortName>
    </TeensyStripController>
    
   </OutputControllers>
   
   <Toys>
 

    <LedStrip>
      <Name>PF Right</Name>
      <Width>1</Width>
      <Height>129</Height>
      <LedStripArrangement>BottomUpLeftRight</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>1</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>LEDStripController</OutputControllerName>
    </LedStrip>
   
   
    <LedStrip>
      <Name>PF Left</Name>
      <Width>1</Width>
      <Height>129</Height>
      <LedStripArrangement>BottomUpLeftRight</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>130</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>LEDStripController</OutputControllerName>
    </LedStrip>


   <LedStrip>
      <Name>PF Back</Name>
      <Width>48</Width>
      <Height>8</Height>
      <LedStripArrangement>BottomUpAlternateRightLeft</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>259</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>LEDStripController</OutputControllerName>
    </LedStrip>
    
    <LedWizEquivalent>
      <Name>SainsmartLWEQ 1</Name>
      <LedWizNumber>40</LedWizNumber>
      <Outputs>
        <LedWizEquivalentOutput>
          <Name>Start Button</Name>
          <OutputName>Sainsmart 1.01</OutputName>
          <LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
     <LedWizEquivalentOutput>
          <Name>Launch Ball Button</Name>
          <OutputName>Sainsmart 1.02</OutputName>
          <LedWizEquivalentOutputNumber>2</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
    <LedWizEquivalentOutput>
          <Name>Extra Ball Button</Name>
          <OutputName>Sainsmart 1.03</OutputName>
          <LedWizEquivalentOutputNumber>3</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
    <LedWizEquivalentOutput>
          <Name>Fire Button</Name>
          <OutputName>Sainsmart 1.04</OutputName>
          <LedWizEquivalentOutputNumber>4</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
     <LedWizEquivalentOutput>
          <OutputName>Sainsmart 1.05</OutputName>
          <LedWizEquivalentOutputNumber>5</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
     <LedWizEquivalentOutput>
          <OutputName>Sainsmart 1.06</OutputName>
          <LedWizEquivalentOutputNumber>6</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
    <LedWizEquivalentOutput>
          <Name>Beacon</Name>
          <OutputName>Sainsmart 1.07</OutputName>
          <LedWizEquivalentOutputNumber>7</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
    <LedWizEquivalentOutput>
          <Name>Strobe</Name>
          <OutputName>Sainsmart 1.08</OutputName>
          <LedWizEquivalentOutputNumber>8</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
    </Outputs>    
    </LedWizEquivalent>

    <LedWizEquivalent>
      <Name>SainsmartLWEQ 2</Name>
      <LedWizNumber>41</LedWizNumber>
      <Outputs>
        <LedWizEquivalentOutput>
          <OutputName>Sainsmart 2.01</OutputName>
          <LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
  <LedWizEquivalentOutput>
          <OutputName>Sainsmart 2.02</OutputName>
          <LedWizEquivalentOutputNumber>2</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
 <LedWizEquivalentOutput>
          <OutputName>Sainsmart 2.03</OutputName>
          <LedWizEquivalentOutputNumber>3</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
 <LedWizEquivalentOutput>
          <OutputName>Sainsmart 2.04</OutputName>
          <LedWizEquivalentOutputNumber>4</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
  <LedWizEquivalentOutput>
          <OutputName>Sainsmart 2.05</OutputName>
          <LedWizEquivalentOutputNumber>5</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
  <LedWizEquivalentOutput>
          <OutputName>Sainsmart 2.06</OutputName>
          <LedWizEquivalentOutputNumber>6</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
 <LedWizEquivalentOutput>
          <OutputName>Sainsmart 2.07</OutputName>
          <LedWizEquivalentOutputNumber>7</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
 <LedWizEquivalentOutput>
          <OutputName>Sainsmart 2.08</OutputName>
          <LedWizEquivalentOutputNumber>8</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
      </Outputs>
    </LedWizEquivalent>

   <LedWizEquivalent>
   <Name>LedWizEquivalent 30</Name>
    <Outputs>
    <LedWizEquivalentOutput>
     <OutputName>PF Back</OutputName>
     <LedWizEquivalentOutputNumber>7</LedWizEquivalentOutputNumber>
    </LedWizEquivalentOutput>    
    <LedWizEquivalentOutput>
     <OutputName>PF Left</OutputName>
     <LedWizEquivalentOutputNumber>4</LedWizEquivalentOutputNumber>
    </LedWizEquivalentOutput>
    <LedWizEquivalentOutput>
     <OutputName>PF Right</OutputName>
     <LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber>
    </LedWizEquivalentOutput>
   </Outputs>
   <LedWizNumber>30</LedWizNumber>
   </LedWizEquivalent>
   </Toys>
 <AutoConfigEnabled>true</AutoConfigEnabled>
</Cabinet>


Edited by Outhere, 01 December 2017 - 04:08 PM.


#22 kiwiBri

kiwiBri

    Enthusiast

  • Members
  • PipPipPip
  • 369 posts
  • Location:Ontario, Canada

  • Flag: Canada

  • Favorite Pinball: STNG/TAF/IJ

Posted 05 April 2017 - 09:02 PM

I put my items together yesterday and it's up and running, now I just have to mount the LEDs

Teensy USB Development Board and Teensy 3.2 OctoWS2811 Adaptor
Also LedWiz and  Sainsmart

 

 

 

From my understanding of the build, you used a cat5 cable, and used the orange twsited pair for one LED strip, and the Blue one for the second strip. Did you have to power both LEDs with 5v ?


Completed: (For now ;) )  - My 46/30/DMD Judge Dredd Cab Build


#23 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,793 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 05 April 2017 - 09:41 PM

I used cat6...
I used the orange twisted pair for the first strip and I'm going to use the blue one After I get the first strip mounted then I will hook up the second strip.
I'm going to run 5 volts to each strip



#24 kiwiBri

kiwiBri

    Enthusiast

  • Members
  • PipPipPip
  • 369 posts
  • Location:Ontario, Canada

  • Flag: Canada

  • Favorite Pinball: STNG/TAF/IJ

Posted 05 April 2017 - 09:59 PM

I used cat6...
I used the orange twisted pair for the first strip and I'm going to use the blue one After I get the first strip mounted then I will hook up the second strip.
I'm going to run 5 volts to each strip

 

ah, thanks for the info.  Are you powering both from another PC power supply +5v &  ground line?


Completed: (For now ;) )  - My 46/30/DMD Judge Dredd Cab Build


#25 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,793 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 05 April 2017 - 10:12 PM

 

I used cat6...
I used the orange twisted pair for the first strip and I'm going to use the blue one After I get the first strip mounted then I will hook up the second strip.
I'm going to run 5 volts to each strip

 

ah, thanks for the info.  Are you powering both from another PC power supply +5v &  ground line?

 

Yes



#26 Hollywood

Hollywood

    Neophyte

  • Members
  • Pip
  • 8 posts

  • Flag: ---------

  • Favorite Pinball: terminator 2

Posted 21 April 2017 - 04:21 AM

Hello everyone:

 

I am trying to get addressable LEDs working on my cabinet. 

So far I followed the instructions (I hope) and tried a table and got no results on my Led strip.

My Teensy is blinking.

 

First question:

How can you tell what com port your teensy is connected to?

 

I have attached my files along with my directout log.

 

Any help would be greatly appreciated. 

 

Thanks,

 

 

Lance

 

 

Attached Files



#27 kiwiBri

kiwiBri

    Enthusiast

  • Members
  • PipPipPip
  • 369 posts
  • Location:Ontario, Canada

  • Flag: Canada

  • Favorite Pinball: STNG/TAF/IJ

Posted 22 April 2017 - 05:57 PM

Sorry, I haven't tried my install yet. 


Completed: (For now ;) )  - My 46/30/DMD Judge Dredd Cab Build


#28 Hollywood

Hollywood

    Neophyte

  • Members
  • Pip
  • 8 posts

  • Flag: ---------

  • Favorite Pinball: terminator 2

Posted 22 April 2017 - 07:36 PM

With the help of outhere I was able to make some progress.  It seems like my cabinet.xml was screwed up. 

I copied an existing cabinet.xml from Hellfire's set up and now when I go into a table, my teensy starts blinking rapidly like data is being accessed through it.  I get a different error in my log file now though and still no lights on my ledstrip.

 

I have attached my files and a copy of my log.

 

 

Lance

 

 

Attached Files



#29 Hollywood

Hollywood

    Neophyte

  • Members
  • Pip
  • 8 posts

  • Flag: ---------

  • Favorite Pinball: terminator 2

Posted 23 April 2017 - 03:42 AM

Ok.  I have used a jumped ATX power supply to ensure that I have enough power for these led strips.  I have the 5 volt power going to the red wire on the led strip.  The ground from the power supply is going to the white wire.  The green wire is hooked up to the orange and white twisted wire from the CAT6 cable.  There is a spare red and white wire on the led strip that I am not using and I assume that is to splice in extra power on the additional strips.  Right now I am only testing 1 metre length.

I have used thick wire and the wire is not the solid type but the threaded wire type.  I have hooked up to the end of the led strip that used to have the female type plug on it until I cut it off (I believe that would be the input side).

 

When I power up the power supply some of the leds light up in different colours.  Some blink intermittently and some remain unlit.  When I load up a table, my teensy starts blinking rapidly like data is being processed.  However I get no results on the led strip except for the random lights.  I think I have it hooked up wrong or bad power or something. 

 

Any ideas?

 

Thanks,

 

Lance



#30 kiwiBri

kiwiBri

    Enthusiast

  • Members
  • PipPipPip
  • 369 posts
  • Location:Ontario, Canada

  • Flag: Canada

  • Favorite Pinball: STNG/TAF/IJ

Posted 08 May 2017 - 10:17 PM

Hi, did you end up solving this issue?

Sent from my SM-G935W8 using Tapatalk

Completed: (For now ;) )  - My 46/30/DMD Judge Dredd Cab Build


#31 kiwiBri

kiwiBri

    Enthusiast

  • Members
  • PipPipPip
  • 369 posts
  • Location:Ontario, Canada

  • Flag: Canada

  • Favorite Pinball: STNG/TAF/IJ

Posted 31 May 2017 - 09:19 PM

Ok.  I have used a jumped ATX power supply to ensure that I have enough power for these led strips.  I have the 5 volt power going to the red wire on the led strip.  The ground from the power supply is going to the white wire.  The green wire is hooked up to the orange and white twisted wire from the CAT6 cable.  There is a spare red and white wire on the led strip that I am not using and I assume that is to splice in extra power on the additional strips.  Right now I am only testing 1 metre length.

I have used thick wire and the wire is not the solid type but the threaded wire type.  I have hooked up to the end of the led strip that used to have the female type plug on it until I cut it off (I believe that would be the input side).

 

When I power up the power supply some of the leds light up in different colours.  Some blink intermittently and some remain unlit.  When I load up a table, my teensy starts blinking rapidly like data is being processed.  However I get no results on the led strip except for the random lights.  I think I have it hooked up wrong or bad power or something. 

 

Any ideas?

 

Thanks,

 

Lance

 

 

Did you solve your problem with this?


Completed: (For now ;) )  - My 46/30/DMD Judge Dredd Cab Build


#32 kiwiBri

kiwiBri

    Enthusiast

  • Members
  • PipPipPip
  • 369 posts
  • Location:Ontario, Canada

  • Flag: Canada

  • Favorite Pinball: STNG/TAF/IJ

Posted 03 June 2017 - 04:44 AM

FYI

 

 

Not sure if anybody noticed that the side effects while browsing the menu in pinballx, only utilized 70% of the strip.  Heres how to change it so it uses the entire strip.

 

Got you your INI30 file and edit

 

Do a find and look for Menu

 

You will see a precursor of $PBXMenuUp Yellow.

 

There is a setting AH70, change that to 100, do a find next and do the same for all, should be 4 entries.

 

You will now have the side menu effect utilizing 100% of the strip.

 

AH sets the percentage of the strip used.

 

 

thanks for this. Only issue I can see is that when you get a new INI30 file from the configuration too, you'll have to make this change manually again. Unless there is settings to save this in the utility?


Completed: (For now ;) )  - My 46/30/DMD Judge Dredd Cab Build


#33 scottacus

scottacus

    Enthusiast

  • Gold Supporter
  • 307 posts
  • Location:Wisconsin

  • Flag: United States of America

  • Favorite Pinball: Adventures of Rocky and Bullwinkle

Posted 03 June 2017 - 11:50 PM

Good question, another way to fix this is to change the online DOF config tool settings for PinballX so that the playfield left and right Flashers MX "AH" values are set to 100.  Save the changes and now every time you generate a config it will have the new playfield flasher settings.



#34 kiwiBri

kiwiBri

    Enthusiast

  • Members
  • PipPipPip
  • 369 posts
  • Location:Ontario, Canada

  • Flag: Canada

  • Favorite Pinball: STNG/TAF/IJ

Posted 07 June 2017 - 12:53 AM

Good question, another way to fix this is to change the online DOF config tool settings for PinballX so that the playfield left and right Flashers MX "AH" values are set to 100.  Save the changes and now every time you generate a config it will have the new playfield flasher settings.

 

Ah, I'll try that when I reinstall them for the final build. thanks


Completed: (For now ;) )  - My 46/30/DMD Judge Dredd Cab Build


#35 BritXpatUSA

BritXpatUSA

    Hobbyist

  • Members
  • PipPip
  • 48 posts

  • Flag: United Kingdom

  • Favorite Pinball: wizard

  • 360 Gamer Tag: BritXpatUSA

Posted 18 June 2017 - 02:22 PM

 

Ok.  I have used a jumped ATX power supply to ensure that I have enough power for these led strips.  I have the 5 volt power going to the red wire on the led strip.  The ground from the power supply is going to the white wire.  The green wire is hooked up to the orange and white twisted wire from the CAT6 cable.  There is a spare red and white wire on the led strip that I am not using and I assume that is to splice in extra power on the additional strips.  Right now I am only testing 1 metre length.

I have used thick wire and the wire is not the solid type but the threaded wire type.  I have hooked up to the end of the led strip that used to have the female type plug on it until I cut it off (I believe that would be the input side).

 

When I power up the power supply some of the leds light up in different colours.  Some blink intermittently and some remain unlit.  When I load up a table, my teensy starts blinking rapidly like data is being processed.  However I get no results on the led strip except for the random lights.  I think I have it hooked up wrong or bad power or something. 

 

Any ideas?

 

Thanks,

 

Lance

 

 

Did you solve your problem with this?

 

hey did anyone solve this...this is what i have now also. random leds lit up even when no power to the PC (i have 5v coming from a power block)

setup is:

5v+ to LED Red+

Green LED (data) to Cat6 Solid Orange

LED black - to CAT6 orange/White

 

I dont have 5v- to anything?

If i have 5v- to CAT6 whit/orange then nothing lights up and nothing with tables?

 

anyone?

 

Im using a teensy for LED strips

Ultimate i/oboard connected to a 16port sainsmart - for solenoids, shaker

im using config.ini  from Rambo3 as i have same hardware...

 

<?xml version="1.0"?>
<Cabinet xmlns:xsi="http://www.w3.org/20...Schema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>Pinball Arcade VR</Name>
<!-- no need to have pacio in, will be autodetected -->
<!-- no need to have ft245rbitbangcontroller in, will be autodetected -->
<!-- no need to have pacled64 in, should be autodetected -->
<!-- no need to have pacdrive in, should be autodetected -->
<!-- no need to have ledwiz in, should be autodetected -->
<!-- philips hue bridge will autoconfig but still needs to be manually added for ip and key, while channels / setup will rely in dof configtool -->
<OutputControllers>
<TeensyStripController>
<Name>TeensyStripController</Name>
<NumberOfLedsStrip1>280</NumberOfLedsStrip1>
<NumberOfLedsStrip2>0</NumberOfLedsStrip2>
<NumberOfLedsStrip3>0</NumberOfLedsStrip3>
<NumberOfLedsStrip4>0</NumberOfLedsStrip4>
<NumberOfLedsStrip5>0</NumberOfLedsStrip5>
<NumberOfLedsStrip6>0</NumberOfLedsStrip6>
<NumberOfLedsStrip7>0</NumberOfLedsStrip7>
<NumberOfLedsStrip8>0</NumberOfLedsStrip8>
<ComPortName>COM7</ComPortName>
</TeensyStripController>
</OutputControllers>
<Toys>
<LedStrip>
<Name>PF Back Flashers MX</Name>
<Width>35</Width>
<Height>8</Height>
<LedStripArrangement>LeftRightAlternateTopDown</LedStripArrangement>
<ColorOrder>GRB</ColorOrder>
<FirstLedNumber>1</FirstLedNumber>
<FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
<OutputControllerName>TeensyStripController</OutputControllerName>
</LedStrip>
<LedStrip>
<Name>PF Left Flashers MX</Name>
<Width>1</Width>
<Height>144</Height>
<LedStripArrangement>TopDownLeftRight</LedStripArrangement>
<ColorOrder>GRB</ColorOrder>
<FirstLedNumber>577</FirstLedNumber>
<FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
<OutputControllerName>TeensyStripController</OutputControllerName>
</LedStrip>
<LedStrip>
<Name>PF Right Flashers MX</Name>
<Width>1</Width>
<Height>144</Height>
<LedStripArrangement>TopDownLeftRight</LedStripArrangement>
<ColorOrder>GRB</ColorOrder>
<FirstLedNumber>721</FirstLedNumber>
<FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
<OutputControllerName>TeensyStripController</OutputControllerName>
</LedStrip>
<LedWizEquivalent>
<Name>LedWizEquivalent 30</Name>
<Outputs>
<LedWizEquivalentOutput>
<OutputName>PF Back Flashers MX</OutputName>
<Description>outputnumbers match configtool</Description>
<LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber>
</LedWizEquivalentOutput>    
<LedWizEquivalentOutput>
<OutputName>PF Left Flashers MX</OutputName>
<LedWizEquivalentOutputNumber>4</LedWizEquivalentOutputNumber>
</LedWizEquivalentOutput>
<LedWizEquivalentOutput>
<OutputName>PF Right Flashers MX</OutputName>
<LedWizEquivalentOutputNumber>7</LedWizEquivalentOutputNumber>
</LedWizEquivalentOutput>
</Outputs>
<LedWizNumber>30</LedWizNumber>
</LedWizEquivalent>
</Toys>
<Colors/>
<Curves/>
<AutoConfigEnabled>true</AutoConfigEnabled>
</Cabinet>
 
thanks


#36 scottacus

scottacus

    Enthusiast

  • Gold Supporter
  • 307 posts
  • Location:Wisconsin

  • Flag: United States of America

  • Favorite Pinball: Adventures of Rocky and Bullwinkle

Posted 18 June 2017 - 07:33 PM

There are several problems that I see looking at your Cabinet script, here are a few things to look at

 

-are you sure that COM port 7 is the correct port (check in device manager)

-you have three LED strips in your script but at the top you only have 1 strip listed with 280 LEDs in it, there should be three (left and right playfield, and flashers)

-your flashers are 35x8 = 280 LEDs but the first LED of your left flashers is 577 and the right is 721?

-the three wires are +5, gnd and data, there is no -5v line

-does your power supply have enough amperage for the LEDs

-are you injecting +5v every 180 LEDs?

-do you have a global dof config file?

 

please see my first post and follow the instructions



#37 BritXpatUSA

BritXpatUSA

    Hobbyist

  • Members
  • PipPip
  • 48 posts

  • Flag: United Kingdom

  • Favorite Pinball: wizard

  • 360 Gamer Tag: BritXpatUSA

Posted 21 June 2017 - 02:29 AM

Hey Scottacus,

 

I have been playing around with different cabinet.xml (s)thx for you pointers.

I have a back led matirx 35 across and 8 rows

i have removed both left and right for now. Im getting the teensy flashing receiving data b ut nothing on the leds.

Im using a separate power source 5v just for the LEDS

Its something to do with my cabinet.xml im sure. im going to remove my ultimate IO and just see if i can get the teensy working.

question i have..

I have the dof config tool and combo1 the effect/flashers/strobe. do i label the cabinet line as combo1 or keep as PF Back?

 

thx


here is the latest cabinet.xml

<?xml version="1.0"?>
<Cabinet xmlns:xsi="http://www.w3.org/20...Schema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Name>Pinball Arcade VR</Name>
<OutputControllers>
    <TeensyStripController>
      <Name>TeensyStripController</Name>
      <NumberOfLedsStrip1>280</NumberOfLedsStrip1>
      <NumberOfLedsStrip2>144</NumberOfLedsStrip2>
      <NumberOfLedsStrip3>144</NumberOfLedsStrip3>
      <NumberOfLedsStrip4>0</NumberOfLedsStrip4>
      <NumberOfLedsStrip5>0</NumberOfLedsStrip5>
      <NumberOfLedsStrip6>0</NumberOfLedsStrip6>
      <NumberOfLedsStrip7>0</NumberOfLedsStrip7>
      <NumberOfLedsStrip8>0</NumberOfLedsStrip8>
      <ComPortName>COM7</ComPortName>
      <ComPortTimeOutMs>200</ComPortTimeOutMs>
    </TeensyStripController>
</OutputControllers>
 
  <Toys>
    <LedStrip>
      <Name>Combo1</Name>
      <Width>35</Width>
      <Height>8</Height>
      <LedStripArrangement>RightLeftAlternateBottomUp</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>1</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>TeensyStripController</OutputControllerName>
    </LedStrip>
    
<LedStrip>
      <Name>Combo2</Name>
      <Width>1</Width>
      <Height>144</Height>
      <LedStripArrangement>RightLeftAlternateBottomUp</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>1</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>TeensyStripController</OutputControllerName>
<LedStrip>
      <Name>Combo3</Name>
      <Width>1</Width>
      <Height>144</Height>
      <LedStripArrangement>RightLeftAlternateBottomUp</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>425</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>TeensyStripController</OutputControllerName>
    </LedStrip>    </LedStrip>
 
    <LedWizEquivalent>
      <Name>LedWizEquivalent30</Name>
  <LedWizNumber>30</LedWizNumber>
      <Outputs>
        <LedWizEquivalentOutput>
          <OutputName>Combo1</OutputName>
          <LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        </Outputs>
<Outputs>
        <LedWizEquivalentOutput>
          <OutputName>Combo2</OutputName>
          <LedWizEquivalentOutputNumber>4</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        </Outputs>
<Outputs>
        <LedWizEquivalentOutput>
          <OutputName>Combo3</OutputName>
          <LedWizEquivalentOutputNumber>7</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        </Outputs>
     
    </LedWizEquivalent>
    <LedWizEquivalent>
      <Name>PacUIO 0 Equivalent 1</Name>
      <Outputs>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.01</OutputName>
          <LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.02</OutputName>
          <LedWizEquivalentOutputNumber>2</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.03</OutputName>
          <LedWizEquivalentOutputNumber>3</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.04</OutputName>
          <LedWizEquivalentOutputNumber>4</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.05</OutputName>
          <LedWizEquivalentOutputNumber>5</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.06</OutputName>
          <LedWizEquivalentOutputNumber>6</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.07</OutputName>
          <LedWizEquivalentOutputNumber>7</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.08</OutputName>
          <LedWizEquivalentOutputNumber>8</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.09</OutputName>
          <LedWizEquivalentOutputNumber>9</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.10</OutputName>
          <LedWizEquivalentOutputNumber>10</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.11</OutputName>
          <LedWizEquivalentOutputNumber>11</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.12</OutputName>
          <LedWizEquivalentOutputNumber>12</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.13</OutputName>
          <LedWizEquivalentOutputNumber>13</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.14</OutputName>
          <LedWizEquivalentOutputNumber>14</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.15</OutputName>
          <LedWizEquivalentOutputNumber>15</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.16</OutputName>
          <LedWizEquivalentOutputNumber>16</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.17</OutputName>
          <LedWizEquivalentOutputNumber>17</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.18</OutputName>
          <LedWizEquivalentOutputNumber>18</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.19</OutputName>
          <LedWizEquivalentOutputNumber>19</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.20</OutputName>
          <LedWizEquivalentOutputNumber>20</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.21</OutputName>
          <LedWizEquivalentOutputNumber>21</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.22</OutputName>
          <LedWizEquivalentOutputNumber>22</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.23</OutputName>
          <LedWizEquivalentOutputNumber>23</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.24</OutputName>
          <LedWizEquivalentOutputNumber>24</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.25</OutputName>
          <LedWizEquivalentOutputNumber>25</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.26</OutputName>
          <LedWizEquivalentOutputNumber>26</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.27</OutputName>
          <LedWizEquivalentOutputNumber>27</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.28</OutputName>
          <LedWizEquivalentOutputNumber>28</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.29</OutputName>
          <LedWizEquivalentOutputNumber>29</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.30</OutputName>
          <LedWizEquivalentOutputNumber>30</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.31</OutputName>
          <LedWizEquivalentOutputNumber>31</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.32</OutputName>
          <LedWizEquivalentOutputNumber>32</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.33</OutputName>
          <LedWizEquivalentOutputNumber>33</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.34</OutputName>
          <LedWizEquivalentOutputNumber>34</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.35</OutputName>
          <LedWizEquivalentOutputNumber>35</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.36</OutputName>
          <LedWizEquivalentOutputNumber>36</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.37</OutputName>
          <LedWizEquivalentOutputNumber>37</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.38</OutputName>
          <LedWizEquivalentOutputNumber>38</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.39</OutputName>
          <LedWizEquivalentOutputNumber>39</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.40</OutputName>
          <LedWizEquivalentOutputNumber>40</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.41</OutputName>
          <LedWizEquivalentOutputNumber>41</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.42</OutputName>
          <LedWizEquivalentOutputNumber>42</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.43</OutputName>
          <LedWizEquivalentOutputNumber>43</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.44</OutputName>
          <LedWizEquivalentOutputNumber>44</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.45</OutputName>
          <LedWizEquivalentOutputNumber>45</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.46</OutputName>
          <LedWizEquivalentOutputNumber>46</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.47</OutputName>
          <LedWizEquivalentOutputNumber>47</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.48</OutputName>
          <LedWizEquivalentOutputNumber>48</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.49</OutputName>
          <LedWizEquivalentOutputNumber>49</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.50</OutputName>
          <LedWizEquivalentOutputNumber>50</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.51</OutputName>
          <LedWizEquivalentOutputNumber>51</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.52</OutputName>
          <LedWizEquivalentOutputNumber>52</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.53</OutputName>
          <LedWizEquivalentOutputNumber>53</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.54</OutputName>
          <LedWizEquivalentOutputNumber>54</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.55</OutputName>
          <LedWizEquivalentOutputNumber>55</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.56</OutputName>
          <LedWizEquivalentOutputNumber>56</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.57</OutputName>
          <LedWizEquivalentOutputNumber>57</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.58</OutputName>
          <LedWizEquivalentOutputNumber>58</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.59</OutputName>
          <LedWizEquivalentOutputNumber>59</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.60</OutputName>
          <LedWizEquivalentOutputNumber>60</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.61</OutputName>
          <LedWizEquivalentOutputNumber>61</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.62</OutputName>
          <LedWizEquivalentOutputNumber>62</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.63</OutputName>
          <LedWizEquivalentOutputNumber>63</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.64</OutputName>
          <LedWizEquivalentOutputNumber>64</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.65</OutputName>
          <LedWizEquivalentOutputNumber>65</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.66</OutputName>
          <LedWizEquivalentOutputNumber>66</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.67</OutputName>
          <LedWizEquivalentOutputNumber>67</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.68</OutputName>
          <LedWizEquivalentOutputNumber>68</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.69</OutputName>
          <LedWizEquivalentOutputNumber>69</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.70</OutputName>
          <LedWizEquivalentOutputNumber>70</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.71</OutputName>
          <LedWizEquivalentOutputNumber>71</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.72</OutputName>
          <LedWizEquivalentOutputNumber>72</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.73</OutputName>
          <LedWizEquivalentOutputNumber>73</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.74</OutputName>
          <LedWizEquivalentOutputNumber>74</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.75</OutputName>
          <LedWizEquivalentOutputNumber>75</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.76</OutputName>
          <LedWizEquivalentOutputNumber>76</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.77</OutputName>
          <LedWizEquivalentOutputNumber>77</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.78</OutputName>
          <LedWizEquivalentOutputNumber>78</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.79</OutputName>
          <LedWizEquivalentOutputNumber>79</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.80</OutputName>
          <LedWizEquivalentOutputNumber>80</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.81</OutputName>
          <LedWizEquivalentOutputNumber>81</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.82</OutputName>
          <LedWizEquivalentOutputNumber>82</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.83</OutputName>
          <LedWizEquivalentOutputNumber>83</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.84</OutputName>
          <LedWizEquivalentOutputNumber>84</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.85</OutputName>
          <LedWizEquivalentOutputNumber>85</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.86</OutputName>
          <LedWizEquivalentOutputNumber>86</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.87</OutputName>
          <LedWizEquivalentOutputNumber>87</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.88</OutputName>
          <LedWizEquivalentOutputNumber>88</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.89</OutputName>
          <LedWizEquivalentOutputNumber>89</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.90</OutputName>
          <LedWizEquivalentOutputNumber>90</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.91</OutputName>
          <LedWizEquivalentOutputNumber>91</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.92</OutputName>
          <LedWizEquivalentOutputNumber>92</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.93</OutputName>
          <LedWizEquivalentOutputNumber>93</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.94</OutputName>
          <LedWizEquivalentOutputNumber>94</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.95</OutputName>
          <LedWizEquivalentOutputNumber>95</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>PacUIO 0\PacUIO 0.96</OutputName>
          <LedWizEquivalentOutputNumber>96</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
      </Outputs>
      <LedWizNumber>27</LedWizNumber>
    </LedWizEquivalent>
    <AnalogAlphaToy>
      <Name>LedWiz 27 Column 01</Name>
      <OutputName>PacUIO 0\PacUIO 0.01</OutputName>
      <FadingCurveName>Linear</FadingCurveName>
    </AnalogAlphaToy>
  </Toys>
  <Colors />
  <Curves />
  
   <OutputControllers>
    <PacUIO>
      <Name>PacUIO 0</Name>
      <Id>0</Id>
    </PacUIO>
  </OutputControllers>
  <ScheduledSettings />
  <SequentialOutputSettings />
  <TableOverrideSettings />
<AutoConfigEnabled>true</AutoConfigEnabled>
</Cabinet>

Directoutput log

 

---------------------------------------------------------------------------------
2017.06.20 22:29:04.423 DirectOutput Logger initialized.
2017.06.20 22:29:04.423 DirectOutput Version 0.9.6366.37353 as of 2017.06.06 20:45
2017.06.20 22:29:04.423 UltimateIO edition. Original project at https://github.com/D...ut/DirectOutput
2017.06.20 22:29:04.423 Hail to the lizardking!
2017.06.20 22:29:04.424 Global config loaded from: C:\DirectOutput\config\GlobalConfig_B2SServer.xml
2017.06.20 22:29:04.424 Loading Pinball parts
2017.06.20 22:29:04.424 Loading cabinet
2017.06.20 22:29:04.426 Will load cabinet config file: C:\DirectOutput\config\cabinet.xml
2017.06.20 22:29:04.600 1 output controller defnitions and 5 toy definitions loaded from cabinet config.
2017.06.20 22:29:04.600 Cabinet config file has AutoConfig feature enabled. Calling AutoConfig.
2017.06.20 22:29:04.600 Cabinet auto configuration started
2017.06.20 22:29:04.622 PacDriveSingleton.PacUIOGetIdList: i=0, numdevices=1, DeviceType=IPACIO
2017.06.20 22:29:04.625 PacUIOAutoConfigurator.AutoConfig.. Detected I-PAC Ultimate[0], name=PacUIO 0
2017.06.20 22:29:04.625 Detected and added PacUIO Id 0 with name PacUIO 0
2017.06.20 22:29:04.626 PhilipsHueAutoConfigurator.AutoConfig started...note, actual connection detection will happen asynchronously, and device disabled if not succesfull (check further down in the log)
2017.06.20 22:29:04.629 Debug: Ledwiz devicelist content. Handles: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, Num devices: 0
2017.06.20 22:29:04.629 Debug: Disposing LedWiz instance -01.
2017.06.20 22:29:04.632 Cabinet auto configuration finished
2017.06.20 22:29:04.632 Autoconfig complete.
2017.06.20 22:29:04.632 Cabinet config loaded successfully from C:\DirectOutput\config\cabinet.xml
2017.06.20 22:29:04.632 Cabinet loaded
2017.06.20 22:29:04.632 Loading table config
2017.06.20 22:29:04.632 Warning: No table config file found. Will try to load config from LedControl file(s).
2017.06.20 22:29:04.632 Will try to load configs from DirectOutput.ini or LedControl.ini file(s) for RomName afm
2017.06.20 22:29:04.634 Loading LedControl file C:\DirectOutput\config\directoutputconfig27.ini
2017.06.20 22:29:04.636 Min DOF Version is 0.8 for file directoutputconfig27.ini
2017.06.20 22:29:04.676 Loading LedControl file C:\DirectOutput\config\directoutputconfig30.ini
2017.06.20 22:29:04.679 Min DOF Version is 0.8 for file directoutputconfig30.ini
2017.06.20 22:29:05.277 2 directoutputconfig.ini or ledcontrol.ini files loaded.
2017.06.20 22:29:05.277 Config for RomName afm exists in LedControl data. Updating cabinet and config.
2017.06.20 22:29:05.281 Warning: Unknown toyname Combo3 defined for column 7 of LedwizEquivalent LedWizEquivalent30 (must be a matrix toy).
2017.06.20 22:29:05.289 Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100
2017.06.20 22:29:05.289 Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100
2017.06.20 22:29:05.290 Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100
2017.06.20 22:29:05.290 Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100
2017.06.20 22:29:05.290 Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100
2017.06.20 22:29:05.290 Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100
2017.06.20 22:29:05.290 Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100
2017.06.20 22:29:05.290 Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100
2017.06.20 22:29:05.290 Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100
2017.06.20 22:29:05.290 Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100
2017.06.20 22:29:05.290 Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100
2017.06.20 22:29:05.290 Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100
2017.06.20 22:29:05.290 Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100
2017.06.20 22:29:05.290 Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100
2017.06.20 22:29:05.290 Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100
2017.06.20 22:29:05.290 Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100
2017.06.20 22:29:05.290 Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100
2017.06.20 22:29:05.290 Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100
2017.06.20 22:29:05.290 Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100
2017.06.20 22:29:05.290 Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100
2017.06.20 22:29:05.292 Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30
2017.06.20 22:29:05.292 Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30
2017.06.20 22:29:05.292 Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30
2017.06.20 22:29:05.292 Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30
2017.06.20 22:29:05.292 Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30
2017.06.20 22:29:05.292 Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30
2017.06.20 22:29:05.292 Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30
2017.06.20 22:29:05.292 Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30
2017.06.20 22:29:05.292 Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30
2017.06.20 22:29:05.293 Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30
2017.06.20 22:29:05.293 Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30
2017.06.20 22:29:05.293 Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30
2017.06.20 22:29:05.293 Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30
2017.06.20 22:29:05.293 Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30
2017.06.20 22:29:05.293 Table config loading finished: romname=afm, tablename=AttackFromMars_FS_B2S
2017.06.20 22:29:05.293 Pinball parts loaded
2017.06.20 22:29:05.294 Starting processes
2017.06.20 22:29:05.294 Initializing cabinet
2017.06.20 22:29:05.294 Debug: Initializing output controllers
2017.06.20 22:29:05.311 TeensyStripController TeensyStripController intialized and updater thread started.
2017.06.20 22:29:05.311 TeensyStripController TeensyStripController updater thread  started.
2017.06.20 22:29:05.312 PacUIO Id:0 initialized and updater thread started.
2017.06.20 22:29:05.312 Debug: Output controllers initialized
2017.06.20 22:29:05.312 PacUIO.ResetFadeTime
2017.06.20 22:29:05.315 Cabinet initialized
2017.06.20 22:29:05.317 Loading shape definition file: C:\DirectOutput\config\DirectOutputShapes.xml
2017.06.20 22:29:05.350 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.352 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.367 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.368 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.368 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.368 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.368 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.368 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.368 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.369 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.369 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.369 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.369 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 7, Top:0, Right:13, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.369 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 7, Top:0, Right:13, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.369 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.369 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 7, Top:0, Right:13, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.369 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 7, Top:0, Right:13, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.369 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.369 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 14, Top:0, Right:20, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.369 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 14, Top:0, Right:20, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.369 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.369 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 14, Top:0, Right:20, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.369 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 14, Top:0, Right:20, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.369 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.370 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 14, Top:0, Right:20, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.370 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 14, Top:0, Right:20, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.370 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.370 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 14, Top:0, Right:20, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.370 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 14, Top:0, Right:20, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.370 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.370 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 21, Top:0, Right:27, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.370 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 21, Top:0, Right:27, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.370 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.370 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 21, Top:0, Right:27, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.370 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 21, Top:0, Right:27, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.370 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.370 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 21, Top:0, Right:27, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.370 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 21, Top:0, Right:27, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.370 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.370 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 21, Top:0, Right:27, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.370 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 21, Top:0, Right:27, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.371 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.371 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 21, Top:0, Right:27, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.371 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 21, Top:0, Right:27, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.371 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.371 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 28, Top:0, Right:34, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.371 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 28, Top:0, Right:34, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.371 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.371 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 28, Top:0, Right:34, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.371 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 28, Top:0, Right:34, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.371 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.371 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 28, Top:0, Right:34, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.371 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 28, Top:0, Right:34, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.371 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.371 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 28, Top:0, Right:34, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.372 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 28, Top:0, Right:34, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.372 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.372 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 28, Top:0, Right:34, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.372 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:35), ResultArea(Left: 28, Top:0, Right:34, Bottom:7, Width:7, Height:8)
2017.06.20 22:29:05.372 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.372 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:60, T:66, W:5, H:33), Matrix(W:8, H:35), ResultArea(Left: 21, Top:5, Right:22, Bottom:7, Width:2, Height:3)
2017.06.20 22:29:05.372 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:73, T:66, W:5, H:33), Matrix(W:8, H:35), ResultArea(Left: 25, Top:5, Right:27, Bottom:7, Width:3, Height:3)
2017.06.20 22:29:05.372 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:60, T:0, W:15, H:66), Matrix(W:8, H:35), ResultArea(Left: 21, Top:0, Right:26, Bottom:5, Width:6, Height:6)
2017.06.20 22:29:05.372 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:75, T:0, W:15, H:66), Matrix(W:8, H:35), ResultArea(Left: 26, Top:0, Right:31, Bottom:5, Width:6, Height:6)
2017.06.20 22:29:05.372 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:68, T:0, W:15, H:66), Matrix(W:8, H:35), ResultArea(Left: 23, Top:0, Right:29, Bottom:5, Width:7, Height:6)
2017.06.20 22:29:05.372 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:50, H:100), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:17, Bottom:7, Width:18, Height:8)
2017.06.20 22:29:05.372 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:0, W:50, H:100), Matrix(W:8, H:35), ResultArea(Left: 17, Top:0, Right:34, Bottom:7, Width:18, Height:8)
2017.06.20 22:29:05.372 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:0, T:66, W:9, H:33), Matrix(W:8, H:35), ResultArea(Left: 0, Top:5, Right:3, Bottom:7, Width:4, Height:3)
2017.06.20 22:29:05.372 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:25, T:66, W:10, H:33), Matrix(W:8, H:35), ResultArea(Left: 8, Top:5, Right:12, Bottom:7, Width:5, Height:3)
2017.06.20 22:29:05.373 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:30, H:100), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:10, Bottom:7, Width:11, Height:8)
2017.06.20 22:29:05.373 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:70, T:0, W:30, H:100), Matrix(W:8, H:35), ResultArea(Left: 24, Top:0, Right:34, Bottom:7, Width:11, Height:8)
2017.06.20 22:29:05.373 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:3, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.373 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:3, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.373 Debug: BitmapEffectBase. Grabbing image clip: W: 4, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.373 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 31, Top:0, Right:34, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.373 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 31, Top:0, Right:34, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.373 Debug: BitmapEffectBase. Grabbing image clip: W: 4, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.373 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:3, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.373 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:3, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.373 Debug: BitmapEffectBase. Grabbing image clip: W: 4, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.373 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 31, Top:0, Right:34, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.373 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 31, Top:0, Right:34, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.373 Debug: BitmapEffectBase. Grabbing image clip: W: 4, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.374 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:3, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.374 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:3, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.374 Debug: BitmapEffectBase. Grabbing image clip: W: 4, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.374 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 31, Top:0, Right:34, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.374 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 31, Top:0, Right:34, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.374 Debug: BitmapEffectBase. Grabbing image clip: W: 4, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.374 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:3, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.374 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:3, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.374 Debug: BitmapEffectBase. Grabbing image clip: W: 4, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.374 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 31, Top:0, Right:34, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.374 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 31, Top:0, Right:34, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.374 Debug: BitmapEffectBase. Grabbing image clip: W: 4, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.374 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:3, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.374 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:3, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.374 Debug: BitmapEffectBase. Grabbing image clip: W: 4, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.374 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 31, Top:0, Right:34, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.374 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 31, Top:0, Right:34, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.374 Debug: BitmapEffectBase. Grabbing image clip: W: 4, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.374 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:3, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.375 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:3, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.375 Debug: BitmapEffectBase. Grabbing image clip: W: 4, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.375 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 31, Top:0, Right:34, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.375 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 31, Top:0, Right:34, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.375 Debug: BitmapEffectBase. Grabbing image clip: W: 4, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.375 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:3, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.375 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 0, Top:0, Right:3, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.375 Debug: BitmapEffectBase. Grabbing image clip: W: 4, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.375 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 31, Top:0, Right:34, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.375 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:35), ResultArea(Left: 31, Top:0, Right:34, Bottom:2, Width:4, Height:3)
2017.06.20 22:29:05.375 Debug: BitmapEffectBase. Grabbing image clip: W: 4, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16
2017.06.20 22:29:05.375 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:65, W:100, H:15), Matrix(W:144, H:1), ResultArea(Left: 0, Top:93, Right:0, Bottom:115, Width:1, Height:23)
2017.06.20 22:29:05.375 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:70, W:100, H:20), Matrix(W:144, H:1), ResultArea(Left: 0, Top:100, Right:0, Bottom:129, Width:1, Height:30)
2017.06.20 22:29:05.375 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:0, T:15, W:100, H:8), Matrix(W:144, H:1), ResultArea(Left: 0, Top:21, Right:0, Bottom:33, Width:1, Height:13)
2017.06.20 22:29:05.375 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:6), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:8, Width:1, Height:9)
2017.06.20 22:29:05.375 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:80), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:115, Width:1, Height:116)
2017.06.20 22:29:05.381 Framework initialized.
2017.06.20 22:29:05.381 Have fun! :)
2017.06.20 22:29:05.414 TeensyStripController TeensyStripController updater thread  has connected to TeensyStripController TeensyStripController.
2017.06.20 22:29:16.822 Finishing framework
2017.06.20 22:29:16.823 Finishing cabinet
2017.06.20 22:29:16.823 Debug: Finishing output controllers
2017.06.20 22:29:16.866 TeensyStripController TeensyStripController updater thread  has disconnected from TeensyStripController TeensyStripController and will terminate.
2017.06.20 22:29:16.866 TeensyStripController TeensyStripController finished and updater thread stopped.
2017.06.20 22:29:17.882 PacUIO.ShutdownLighting
2017.06.20 22:29:17.883 PacUIO.ShutdownLighting
2017.06.20 22:29:17.883 PacUIO Id:0 finished and updater thread stopped.
2017.06.20 22:29:17.883 Debug: Output controllers finished
2017.06.20 22:29:17.883 Cabinet finished
2017.06.20 22:29:17.883 DirectOutput framework finished.
2017.06.20 22:29:17.883 Bye and thanks for using!

Edited by BritXpatUSA, 21 June 2017 - 02:27 AM.


#38 scottacus

scottacus

    Enthusiast

  • Gold Supporter
  • 307 posts
  • Location:Wisconsin

  • Flag: United States of America

  • Favorite Pinball: Adventures of Rocky and Bullwinkle

Posted 21 June 2017 - 11:22 PM

I don't know anything about using the addressable LEDs as a matrix for the back flashers so that section of XML is not something that I can help you out with, TerryRed is probably the guy to talk to about that.  

 

I would recommend starting off with just the two playfield side sets and see if you can get them functioning.  That would tell you that the Teensy is working fine and that would be a great first step in troubleshooting your problems!  The only problem that I see in your XML for the sections that I have worked on in the past is this:

 

-Combo 2 should start with LED number 281 not LED 1

 

Hope you get this working because addressable LEDs are uber-cool!



#39 Tvel4

Tvel4

    Hobbyist

  • Platinum Supporter
  • 21 posts

  • Flag: United States of America

  • Favorite Pinball: Lord of the Rings

Posted 20 July 2017 - 05:24 PM

I’m working on getting my Teensy, Octo board and LEDs working with my DOF and VP set-up, but a good way to test your hardware and make sure the LEDs are running properly is through the Arduino software and Teensy software—here’s a great tutorial on what software you would need to set this up:

https://www.pjrc.com...y/tutorial.html
Once the Arduino software is installed, under the “Tools” menu and “Board” you should find the Teensy and Octo board and examples to test your LEDs with—I ran the “Basic LED” test which cycled through my colors on my LED strips and let me know that they were working! Very handy for troubleshooting if you are working on setting up your addressable LEDs and want to make sure you don’t have any hardware and wiring issues.
 


Edited by Tvel4, 20 July 2017 - 05:47 PM.


#40 whynotpizza

whynotpizza

    Enthusiast

  • Members
  • PipPipPip
  • 350 posts

  • Flag: United States of America

  • Favorite Pinball: TRON Legacy

Posted 26 July 2017 - 02:11 AM

Any chance you guys can post a few pictures of the actual setup (showing connections) and ideally a wiring digram or two? trying to follow how this all goes together.

 

This looks like nothing but awesome-ness .... and I want to give it a go!