Jump to content



Photo
* * * * - 4 votes

How to Set Up Addressable LED Strips


  • Please log in to reply
391 replies to this topic

#61 bjschneider93

bjschneider93

    Enthusiast

  • Members
  • PipPipPip
  • 232 posts

  • Flag: United States of America

  • Favorite Pinball: F14, space shuttle, or anything fast

  • PS3 Gamer Tag: brentschneider

Posted 01 October 2017 - 05:26 AM

I’ll try that in the morning. Thank you

#62 bjschneider93

bjschneider93

    Enthusiast

  • Members
  • PipPipPip
  • 232 posts

  • Flag: United States of America

  • Favorite Pinball: F14, space shuttle, or anything fast

  • PS3 Gamer Tag: brentschneider

Posted 01 October 2017 - 04:12 PM

My wiring was hooked up correctly. I was able to verify by running the Arduino led strand test. The teensy, OctoWS2811 and led strips work fine so Im guessing I must have doc set up incorrectly. Any advice?

#63 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,793 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 01 October 2017 - 05:12 PM

Post yourf Cabinet.xml, GlobalConfig_B2SServer.xml and GlobalConfig_PinballX.xml



#64 bjschneider93

bjschneider93

    Enthusiast

  • Members
  • PipPipPip
  • 232 posts

  • Flag: United States of America

  • Favorite Pinball: F14, space shuttle, or anything fast

  • PS3 Gamer Tag: brentschneider

Posted 01 October 2017 - 05:22 PM

CABINET
<?xml version="1.0" encoding="utf-8"?>
<!-- This config file will set up two addressable LED strips orange on the right and blue on the left.  Each is 53 long and have the distal LED as the first in the array -->
<Cabinet xmlns:xsi="http://www.w3.org/20...chema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>MultiBall</Name>
<OutputControllers>
    <TeensyStripController> 
      <Name>TeensyStripController</Name>
      <NumberOfLedsStrip1>144</NumberOfLedsStrip1>
      <NumberOfLedsStrip2>0</NumberOfLedsStrip2>
      <NumberOfLedsStrip3>0</NumberOfLedsStrip3>
      <NumberOfLedsStrip4>0</NumberOfLedsStrip4>
      <NumberOfLedsStrip5>0</NumberOfLedsStrip5>
      <NumberOfLedsStrip6>0</NumberOfLedsStrip6>
      <NumberOfLedsStrip7>0</NumberOfLedsStrip7>
      <NumberOfLedsStrip8>0</NumberOfLedsStrip8>
      <ComPortName>COM3</ComPortName>
</TeensyStripController>
  </OutputControllers>
  <Toys>
    <LedStrip>
      <Name>PF Right</Name>
      <Width>1</Width>
      <Height>144</Height>
<LedStripArrangement>TopDownLeftRight</LedStripArrangement>
<ColorOrder>GRB</ColorOrder>
<FirstLedNumber>1</FirstLedNumber>
<FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
 <OutputControllerName>TeensyStripController</OutputControllerName>
    </LedStrip>
    <LedStrip>
      <Name>PF Left</Name>
      <Width>1</Width>
      <Height>144</Height>
      <LedStripArrangement>TopDownLeftRight</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>145</FirstLedNumber>
<FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>TeensyStripController</OutputControllerName>
    </LedStrip>
    <LedWizEquivalent>
       <Name>directouputconfigini30</Name>
Outputs>
        <LedWizEquivalentOutput>
          <OutputName>PF Right</OutputName>
<LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber>
</LedWizEquivalentOutput> 
        <LedWizEquivalentOutput>
          <OutputName>PF Left</OutputName> Name as defined above
          <LedWizEquivalentOutputNumber>4</LedWizEquivalentOutputNumber>
 </LedWizEquivalentOutput>
      </Outputs>
     <LedWizNumber>30</LedWizNumber>
    </LedWizEquivalent> 
  </Toys>
 <AutoConfigEnabled>true</AutoConfigEnabled>
</Cabinet>
 
GLOBAL
<?xml version="1.0" encoding="utf-8"?>
<!--Global configuration for the DirectOutput framework.-->
<!--Saved by DirectOutput Version 0.9.5764.18938: 2017-10-01 10-02-47-->
<GlobalConfig>
  <LedWizDefaultMinCommandIntervalMs>1</LedWizDefaultMinCommandIntervalMs>
  <LedControlMinimumEffectDurationMs>60</LedControlMinimumEffectDurationMs>
  <LedControlMinimumRGBEffectDurationMs>120</LedControlMinimumRGBEffectDurationMs>
  <IniFilesPath>C:\Directoutput\config</IniFilesPath>
  <ShapeDefintionFilePattern>{DllDir}\DirectOutputShapes.xml</ShapeDefintionFilePattern>
  <CabinetConfigFilePattern>C:\Directoutput\config\cabinet.xml</CabinetConfigFilePattern>
  <TableConfigFilePatterns />
  <EnableLogging>false</EnableLogging>
  <ClearLogOnSessionStart>false</ClearLogOnSessionStart>
  <LogFilePattern>.\DirectOutput.log</LogFilePattern>
</GlobalConfig>
 
I haven't even tried it in PinballX yet, so no config file for it yet


#65 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,793 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 01 October 2017 - 06:09 PM

UpDate - Try this cabinet file

 

<?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>
 
    
    <TeensyStripController>
     <Name>LEDStripController</Name>
      <NumberOfLedsStrip1>144</NumberOfLedsStrip1>
      <NumberOfLedsStrip2>144</NumberOfLedsStrip2>
      <NumberOfLedsStrip3>0</NumberOfLedsStrip3>
      <NumberOfLedsStrip4>0</NumberOfLedsStrip4>
      <NumberOfLedsStrip5>0</NumberOfLedsStrip5>
      <NumberOfLedsStrip6>0</NumberOfLedsStrip6>
      <NumberOfLedsStrip7>0</NumberOfLedsStrip7>
      <NumberOfLedsStrip8>0</NumberOfLedsStrip8>
      <ComPortName>COM3</ComPortName>
    </TeensyStripController>
    
   </OutputControllers>
   
   <Toys>
 

    <LedStrip>
      <Name>PF Right</Name>
      <Width>1</Width>
      <Height>144</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>144</Height>
      <LedStripArrangement>BottomUpLeftRight</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>145</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>LEDStripController</OutputControllerName>
    </LedStrip>
    


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


Edited by Outhere, 01 October 2017 - 06:54 PM.


#66 bjschneider93

bjschneider93

    Enthusiast

  • Members
  • PipPipPip
  • 232 posts

  • Flag: United States of America

  • Favorite Pinball: F14, space shuttle, or anything fast

  • PS3 Gamer Tag: brentschneider

Posted 01 October 2017 - 07:18 PM

still doesn't work.  I feel like I must be missing a file or something.  Where are the .ini files located and what should I bee looking for there?



#67 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,793 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 01 October 2017 - 07:35 PM

Are you sure Com port 3 is the right Com port


Edited by Outhere, 01 October 2017 - 07:45 PM.


#68 bjschneider93

bjschneider93

    Enthusiast

  • Members
  • PipPipPip
  • 232 posts

  • Flag: United States of America

  • Favorite Pinball: F14, space shuttle, or anything fast

  • PS3 Gamer Tag: brentschneider

Posted 01 October 2017 - 07:43 PM

When I unplug the teensy COM3 disappears in device manager and returns when I plug it back in



#69 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,793 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 01 October 2017 - 07:45 PM

Sounds right

 

Did You updated and download the new files from the dof config tool website?

 

When I unplug the teensy COM3 disappears in device manager and returns when I plug it back in



#70 bjschneider93

bjschneider93

    Enthusiast

  • Members
  • PipPipPip
  • 232 posts

  • Flag: United States of America

  • Favorite Pinball: F14, space shuttle, or anything fast

  • PS3 Gamer Tag: brentschneider

Posted 01 October 2017 - 07:49 PM

I am trying to figure out right now if everything has been updated  I got the R3 beta from v pinball  but i'm not sure if i'm using the config tool correctly



#71 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,793 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 01 October 2017 - 07:56 PM

Without the correct files from that web page it will probably not work.... you have to set up that webpage with the hardware you have then save the configuration download the files put them in Directoutput\config folder


Do you have other dof Hardware or just the addressable LEDs?


Edited by Outhere, 01 October 2017 - 08:00 PM.


#72 bjschneider93

bjschneider93

    Enthusiast

  • Members
  • PipPipPip
  • 232 posts

  • Flag: United States of America

  • Favorite Pinball: F14, space shuttle, or anything fast

  • PS3 Gamer Tag: brentschneider

Posted 01 October 2017 - 08:01 PM

I did a search of my computers files and I don't have a directoutputconfig.ini or ledcontrol.ini file any where  Could this be the problem?



#73 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,793 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 01 October 2017 - 08:11 PM

Do you have other dof Hardware or just the addressable LEDs?


Set up that web page with the correct Hardware save the configuration download the file, Unzip it put those files in your config folder there will be more than one file after it is unziped


Edited by Outhere, 01 October 2017 - 08:20 PM.


#74 bjschneider93

bjschneider93

    Enthusiast

  • Members
  • PipPipPip
  • 232 posts

  • Flag: United States of America

  • Favorite Pinball: F14, space shuttle, or anything fast

  • PS3 Gamer Tag: brentschneider

Posted 01 October 2017 - 08:14 PM

only leds, the rest is PMD



#75 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,793 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 01 October 2017 - 08:18 PM

PMD?



#76 bjschneider93

bjschneider93

    Enthusiast

  • Members
  • PipPipPip
  • 232 posts

  • Flag: United States of America

  • Favorite Pinball: F14, space shuttle, or anything fast

  • PS3 Gamer Tag: brentschneider

Posted 01 October 2017 - 08:23 PM

Still no luck, I feel like I am missing something  I wish the was an "Idiots Guide to LED Strips" that would take me through it step by step


Poor Mans DOF (audio tactile feedback)



#77 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,793 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 01 October 2017 - 08:25 PM

What is PMD



#78 bjschneider93

bjschneider93

    Enthusiast

  • Members
  • PipPipPip
  • 232 posts

  • Flag: United States of America

  • Favorite Pinball: F14, space shuttle, or anything fast

  • PS3 Gamer Tag: brentschneider

Posted 01 October 2017 - 08:41 PM


Do you think I should start over?  



#79 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,793 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 01 October 2017 - 08:42 PM

No

After you start a game did you right click the back glass and at the bottom of the new window that says plugins that has to be checked

Attached Files


Edited by Outhere, 01 October 2017 - 08:44 PM.


#80 bjschneider93

bjschneider93

    Enthusiast

  • Members
  • PipPipPip
  • 232 posts

  • Flag: United States of America

  • Favorite Pinball: F14, space shuttle, or anything fast

  • PS3 Gamer Tag: brentschneider

Posted 01 October 2017 - 08:52 PM

Yes, I've checked that


a473a01fb517fd5989c05de9d8df7474.png

This is what I have in my direct output folder



Sent from my iPhone using Tapatalk
3c2ccb753f381049453016cc7724ab0c.jpg

This is what is in the config folder


Sent from my iPhone using Tapatalk