Jump to content



Photo
* * * * - 4 votes

How to Set Up Addressable LED Strips


  • Please log in to reply
391 replies to this topic

#381 Nor law

Nor law

    Neophyte

  • Platinum Supporter
  • 1 posts

  • Flag: Canada

  • Favorite Pinball: Monster Mash

Posted 18 April 2021 - 02:36 PM

Thank you so much for this!! Worked right out of the gate.



#382 QuickSave80

QuickSave80

    Hobbyist

  • Members
  • PipPip
  • 49 posts

  • Flag: United States of America

  • Favorite Pinball: Pinball FX 3

Posted 28 April 2021 - 10:39 PM

Hey everyone. I accidentally created a topic for this because some how I didn't find this thread. I having a hard time getting my LEDs to work. I've been trying a bunch of different things for the past 2 days. Here is my setup:

 

2 144 led strips cut to 98 for my 32 inch playfield.

https://www.amazon.c...product_details

 

Here is my power supply.

https://www.amazon.c...product_details

 

I am using the Oak Micros PAL board.

My LEDS have red, black and green wires. I have the red and black connected the power supply. Each strip separately and they are not connected to one another in any way. I have %v and ground from the PAL board also connected to my power supply.

When I tested the LEDS before I installed with the test button on the PAL board they worked. Now that doesn't work anymore. The PF right will occasionally light up when I turn on the computer and sometimes it has the first 4 or 5 lights on adn will not turn off unless I unplug the power supply. I think my issue is somewhere with the wiring and power, but I am also not sure of my DOF files.

 

Here is my cabinet file:

<?xml version="1.0"?>
<Cabinet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Name>My Pin Cab</Name>

  <OutputControllers>
    <FT245RBitbangController>
      <Name>Sainsmart 1</Name>
      <SerialNumber>FT9LH26G</SerialNumber>
    </FT245RBitbangController>
    
    <TeensyStripController>
     <Name>TeensyStripController</Name>
      <NumberOfLedsStrip1>98</NumberOfLedsStrip1>
      <NumberOfLedsStrip2>98</NumberOfLedsStrip2>
      <NumberOfLedsStrip3>0</NumberOfLedsStrip3>
      <NumberOfLedsStrip4>0</NumberOfLedsStrip4>
      <NumberOfLedsStrip5>0</NumberOfLedsStrip5>
      <NumberOfLedsStrip6>0</NumberOfLedsStrip6>
      <NumberOfLedsStrip7>0</NumberOfLedsStrip7>
      <NumberOfLedsStrip8>0</NumberOfLedsStrip8>
      <ComPortName>COM5</ComPortName>
    </TeensyStripController>
    
   </OutputControllers>

  <Toys>
 
      <LedStrip>
      <Name>PF Right</Name>
      <Width>1</Width>
      <Height>98</Height>
      <LedStripArrangement>BottomUpLeftRight</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>1</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>TeensyStripController</OutputControllerName>
    </LedStrip>
   
   
    <LedStrip>
      <Name>PF Left</Name>
      <Width>1</Width>
      <Height>98</Height>
      <LedStripArrangement>BottomUpLeftRight</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>99</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>TeensyStripController</OutputControllerName>
    </LedStrip>
    
    <LedWizEquivalent>
      <Name>SainsmartLWEQ 1</Name>
      <LedWizNumber>40</LedWizNumber>
      <Outputs>
        <LedWizEquivalentOutput>
          <OutputName>Sainsmart 1.01</OutputName>
          <LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
     <LedWizEquivalentOutput>
          <OutputName>Sainsmart 1.02</OutputName>
          <LedWizEquivalentOutputNumber>2</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
    <LedWizEquivalentOutput>
          <OutputName>Sainsmart 1.03</OutputName>
          <LedWizEquivalentOutputNumber>3</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
    <LedWizEquivalentOutput>
          <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>
          <OutputName>Sainsmart 1.07</OutputName>
          <LedWizEquivalentOutputNumber>7</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
    <LedWizEquivalentOutput>
          <OutputName>Sainsmart 1.08</OutputName>
          <LedWizEquivalentOutputNumber>8</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
      </Outputs>
    <LedWizEquivalent>
    
    
       <LedWizEquivalent>

<Name>LedWizEquivalent 30</Name>
<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>

Here is my global config file:

<?xml version="1.0" encoding="utf-8"?>
<!--Global configuration for the DirectOutput framework.-->
<!--Saved by DirectOutput Version 3.1.7527.20768: 2021-04-28 13-58-09-->
<GlobalConfig>
  <LedWizDefaultMinCommandIntervalMs>10</LedWizDefaultMinCommandIntervalMs>
  <LedControlMinimumEffectDurationMs>60</LedControlMinimumEffectDurationMs>
  <LedControlMinimumRGBEffectDurationMs>120</LedControlMinimumRGBEffectDurationMs>
  <PacLedDefaultMinCommandIntervalMs>10</PacLedDefaultMinCommandIntervalMs>
  <IniFilesPath>C:\DirectOutput</IniFilesPath>
  <CabinetConfigFilePattern>C:\DirectOutput\Config\Cabinet.xml</CabinetConfigFilePattern>
  <TableConfigFilePatterns />
  <EnableLogging>true</EnableLogging>
  <ClearLogOnSessionStart>true</ClearLogOnSessionStart>
  <LogFilePattern>.\DirectOutput.log</LogFilePattern>
</GlobalConfig>

And here is my DirectOutput.log:

DirectOutput Version 3.1.7527.20768, built 2020.08.10 11:32
MJR Grander Unified DOF R3++ edition feat. Djrobx, Rambo3, and Freezy
DOF created by SwissLizard | https://github.com/mjrgh/DirectOutput
2021.04.28 14:10:37.431    DirectOutput Logger initialized
2021.04.28 14:10:37.415    Finishing framework
2021.04.28 14:10:37.416    Finishing cabinet
2021.04.28 14:10:37.416    Debug: Finishing output controllers
2021.04.28 14:10:37.416    Debug: Output controllers finished
2021.04.28 14:10:37.416    Cabinet finished
2021.04.28 14:10:37.416    DirectOutput framework finished.
2021.04.28 14:10:37.416    Bye and thanks for using!
2021.04.28 14:10:37.418    Global config filename is "C:\DirectOutput\config\GlobalConfig_b2SServer.xml"
2021.04.28 14:10:37.431    Global config loaded from: C:\DirectOutput\config\GlobalConfig_b2SServer.xml
2021.04.28 14:10:37.431    Loading Pinball parts
2021.04.28 14:10:37.431    Loading cabinet
2021.04.28 14:10:37.432    Will load cabinet config file: C:\DirectOutput\Config\Cabinet.xml
2021.04.28 14:10:37.519    EXCEPTION: Could not load cabinet config from XML data.
2021.04.28 14:10:37.519    EXCEPTION: Thread:
2021.04.28 14:10:37.519    EXCEPTION: Message: Exception --> Could not deserialize the cabinet config from XML data.
2021.04.28 14:10:37.519    EXCEPTION: A exception occured when loading cabinet config file: C:\DirectOutput\Config\Cabinet.xml
2021.04.28 14:10:37.519    EXCEPTION: Thread:
2021.04.28 14:10:37.519    EXCEPTION: Message: NullReferenceException --> Object reference not set to an instance of an object.
2021.04.28 14:10:37.520    EXCEPTION: Stacktrace:    at DirectOutput.Log.Exception(String Message, Exception E)
2021.04.28 14:10:37.520    EXCEPTION: Stacktrace:    at DirectOutput.Cab.Cabinet.GetCabinetFromConfigXml(String ConfigXml)
2021.04.28 14:10:37.520    EXCEPTION: Stacktrace:    at DirectOutput.Cab.Cabinet.GetCabinetFromConfigXmlFile(String FileName)
2021.04.28 14:10:37.520    EXCEPTION: Stacktrace:    at DirectOutput.Cab.Cabinet.GetCabinetFromConfigXmlFile(FileInfo CabinetConfigFile)
2021.04.28 14:10:37.520    EXCEPTION: Stacktrace:    at DirectOutput.Pinball.Setup(String GlobalConfigFilename, String TableFilename, String RomName)
2021.04.28 14:10:37.520    EXCEPTION: Targetsite: Void Exception(System.String, System.Exception)
2021.04.28 14:10:37.520    No cabinet config file loaded. Will use AutoConfig.
2021.04.28 14:10:37.521    Cabinet auto configuration started
2021.04.28 14:10:37.618    Detected and added Pinscape Controller Nr. 1 with name Pinscape Controller 01
2021.04.28 14:10:37.618    Added LedwizEquivalent Nr. 51 with name Pinscape Controller 01 Equivalent for Pinscape Controller Nr. 1, 19
2021.04.28 14:10:37.627    PhilipsHueAutoConfigurator.AutoConfig started...note, actual connection detection will happen asynchronously, and device disabled if not succesfull (check further down in the log)
2021.04.28 14:10:37.638    LedWiz-like device at VID=121, PID=6, product string=Generic   USB  Joystick  , manufacturer string=DragonRise Inc.  
2021.04.28 14:10:37.638    LedWiz-like device at VID=5218, PID=31880, product string=MYSTIC LIGHT , manufacturer string=MSI
2021.04.28 14:10:37.638    LedWiz-like device at VID=3468, PID=258, product string=USB Sound Device        , manufacturer string=<not available>
2021.04.28 14:10:37.641    LedWiz-like device at VID=121, PID=6, product string=Generic   USB  Joystick  , manufacturer string=DragonRise Inc.  
2021.04.28 14:10:37.642    LedWiz-like device at VID=6551, PID=9267, product string=mini keyboard, manufacturer string=
2021.04.28 14:10:37.643    LedWiz-like device at VID=6551, PID=9267, product string=mini keyboard, manufacturer string=
2021.04.28 14:10:37.647    LedWiz-like device at VID=1226, PID=39, product string=USB Multimedia Keyboard, manufacturer string=Lite-On Technology Corp.
2021.04.28 14:10:37.652    LedWiz-like device at VID=1226, PID=39, product string=USB Multimedia Keyboard, manufacturer string=Lite-On Technology Corp.
2021.04.28 14:10:37.656    LedWiz-like device at VID=1226, PID=39, product string=USB Multimedia Keyboard, manufacturer string=Lite-On Technology Corp.
2021.04.28 14:10:37.659    LedWiz-like device at VID=121, PID=6, product string=Generic   USB  Joystick  , manufacturer string=DragonRise Inc.  
2021.04.28 14:10:37.659    LedWiz-like device at VID=64250, PID=247, product string=Pinscape Controller, manufacturer string=mjrnet
2021.04.28 14:10:37.659    HID caps: usage page=1, usage=4, number of link collection nodes=1, output report byte length=9
2021.04.28 14:10:37.662    Opening 32-bit LedWiz driver...
2021.04.28 14:10:37.662    Detected and added LedWiz Nr. 8 with name LedWiz 08
2021.04.28 14:10:37.662    Added LedwizEquivalent Nr. 8 with name LedWiz 08 Equivalent for Ledwiz Nr. 8
2021.04.28 14:10:37.914    FT245RBitbangControllerAutoConfigurator.AutoConfig.. Detected FT245RBitbangController[0], name=FT245RBitbangController 0, description: UM245R, serial #FT9LH26G
2021.04.28 14:10:37.914    Detected and added FT245RBitbangController Id 0 with name FT245RBitbangController 0
2021.04.28 14:10:37.914    Added LedwizEquivalent Nr. 40 with name FT245RBitbangController 0 Equivalent 1 for PacUIO with Id 0
2021.04.28 14:10:37.914    Cabinet auto configuration finished
2021.04.28 14:10:37.914    Cabinet loaded
2021.04.28 14:10:37.914    Loading table config
2021.04.28 14:10:37.915    No TableFilename specified, will use empty tableconfig
2021.04.28 14:10:37.915    Will try to load configs from DirectOutput.ini or LedControl.ini file(s) for RomName doflinx
2021.04.28 14:10:37.922    Loading LedControl file C:\DirectOutput\directoutputconfig.ini
2021.04.28 14:10:37.940    Min DOF Version is 0.8 for file directoutputconfig.ini
2021.04.28 14:10:37.940    Resolving Tables Variables
2021.04.28 14:10:37.942    Resolving Global Variables
2021.04.28 14:10:38.238    Loading LedControl file C:\DirectOutput\directoutputconfig30.ini
2021.04.28 14:10:38.241    Min DOF Version is 0.8 for file directoutputconfig30.ini
2021.04.28 14:10:38.241    Resolving Tables Variables
2021.04.28 14:10:38.241    Resolving Global Variables
2021.04.28 14:10:38.588    Warning: Cant parse the part AND of the ledcontrol table config setting (W48 and L37)|(W77 and L64)|(W78 and L65) Light_blue 40 AT50 AL0 AH10 AW50 AS400 ADU L25
2021.04.28 14:10:38.588    EXCEPTION: Could not parse setting (W48 and L37)|(W77 and L64)|(W78 and L65) Light_blue 40 AT50 AL0 AH10 AW50 AS400 ADU L25 in column data W34 Royal_blue 50 AH100 ADU AS300/W31 red L0 AT40 AH30 AW30 AFDEN65 AFMIN10 AFMAX40/W36 Pale_violet_red 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/W37|W38 medium_orchid 100 AT80 AH20 ADD AS300/W44 Yellow 300 AT70 AH70 ADU AS100 L3/W45|W46 yellow_green 40 AT25 AL0 AH10 AW100 AS400 ADU L25/W45|W46 yellow_green 40 AT25 AL0 AH10 AW100 AS400 ADD L25/(W48 and L37)|(W77 and L64)|(W78 and L65) Light_blue 40 AT50 AL0 AH10 AW50 AS400 ADU L25/(W48 and L37)|(W77 and L64)|(W78 and L65) Light_blue 40 AT50 AL0 AH10 AW50 AS400 ADD L25/W74|S4 PInk M50 MAX50 AH100 ADD AS300/W75 yellow_green 500 L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W41 Royal_blue L13 AT30 AH50 AFDEN35 AFMIN10 AFMAX20/W41 Royal_blue MAX200 AH100 ADD AS400 Blink 50/W18 Red AL0 AT80 AW100 AH8 L3/W31 Red AL0 AT50 AW100 AH8 L3/W32 Orange AL0 AT55 AW100 AH8 L3/W33 Yellow AL0 AT60 AW100 AH8 L3/S20 Red AL0 AT10 AW100 AH8 L3/S52 White AL0 AT10 AW100 AH8 L3/S53 Red AL0 AT15 AW100 AH8 L3/S54 Blue AL0 AT20 AW100 AH8 L3.
2021.04.28 14:10:38.588    EXCEPTION: Thread:
2021.04.28 14:10:38.588    EXCEPTION: Message: Exception --> Cant parse the part AND of the ledcontrol table config setting (W48 and L37)|(W77 and L64)|(W78 and L65) Light_blue 40 AT50 AL0 AH10 AW50 AS400 ADU L25
2021.04.28 14:10:38.589    EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2021.04.28 14:10:38.589    EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2021.04.28 14:10:38.589    EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2021.04.28 14:10:38.589    EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2021.04.28 14:10:38.589    Warning: Cant parse the part AND of the ledcontrol table config setting (W48 and L37)|(W77 and L64)|(W78 and L65) Light_blue 40 AT50 AL0 AH10 AW50 AS400 ADD L25
2021.04.28 14:10:38.589    EXCEPTION: Could not parse setting (W48 and L37)|(W77 and L64)|(W78 and L65) Light_blue 40 AT50 AL0 AH10 AW50 AS400 ADD L25 in column data W34 Royal_blue 50 AH100 ADU AS300/W31 red L0 AT40 AH30 AW30 AFDEN65 AFMIN10 AFMAX40/W36 Pale_violet_red 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/W37|W38 medium_orchid 100 AT80 AH20 ADD AS300/W44 Yellow 300 AT70 AH70 ADU AS100 L3/W45|W46 yellow_green 40 AT25 AL0 AH10 AW100 AS400 ADU L25/W45|W46 yellow_green 40 AT25 AL0 AH10 AW100 AS400 ADD L25/(W48 and L37)|(W77 and L64)|(W78 and L65) Light_blue 40 AT50 AL0 AH10 AW50 AS400 ADU L25/(W48 and L37)|(W77 and L64)|(W78 and L65) Light_blue 40 AT50 AL0 AH10 AW50 AS400 ADD L25/W74|S4 PInk M50 MAX50 AH100 ADD AS300/W75 yellow_green 500 L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W41 Royal_blue L13 AT30 AH50 AFDEN35 AFMIN10 AFMAX20/W41 Royal_blue MAX200 AH100 ADD AS400 Blink 50/W18 Red AL0 AT80 AW100 AH8 L3/W31 Red AL0 AT50 AW100 AH8 L3/W32 Orange AL0 AT55 AW100 AH8 L3/W33 Yellow AL0 AT60 AW100 AH8 L3/S20 Red AL0 AT10 AW100 AH8 L3/S52 White AL0 AT10 AW100 AH8 L3/S53 Red AL0 AT15 AW100 AH8 L3/S54 Blue AL0 AT20 AW100 AH8 L3.
2021.04.28 14:10:38.589    EXCEPTION: Thread:
2021.04.28 14:10:38.589    EXCEPTION: Message: Exception --> Cant parse the part AND of the ledcontrol table config setting (W48 and L37)|(W77 and L64)|(W78 and L65) Light_blue 40 AT50 AL0 AH10 AW50 AS400 ADD L25
2021.04.28 14:10:38.589    EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2021.04.28 14:10:38.589    EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2021.04.28 14:10:38.589    EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2021.04.28 14:10:38.589    EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2021.04.28 14:10:38.589    Warning: Previous exceptions occured in the line tz,W34 Royal_blue 50 AH100 ADU AS300/W31 red L0 AT40 AH30 AW30 AFDEN65 AFMIN10 AFMAX40/W36 Pale_violet_red 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/W37|W38 medium_orchid 100 AT80 AH20 ADD AS300/W44 Yellow 300 AT70 AH70 ADU AS100 L3/W45|W46 yellow_green 40 AT25 AL0 AH10 AW100 AS400 ADU L25/W45|W46 yellow_green 40 AT25 AL0 AH10 AW100 AS400 ADD L25/(W48 and L37)|(W77 and L64)|(W78 and L65) Light_blue 40 AT50 AL0 AH10 AW50 AS400 ADU L25/(W48 and L37)|(W77 and L64)|(W78 and L65) Light_blue 40 AT50 AL0 AH10 AW50 AS400 ADD L25/W74|S4 PInk M50 MAX50 AH100 ADD AS300/W75 yellow_green 500 L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W41 Royal_blue L13 AT30 AH50 AFDEN35 AFMIN10 AFMAX20/W41 Royal_blue MAX200 AH100 ADD AS400 Blink 50/W18 Red AL0 AT80 AW100 AH8 L3/W31 Red AL0 AT50 AW100 AH8 L3/W32 Orange AL0 AT55 AW100 AH8 L3/W33 Yellow AL0 AT60 AW100 AH8 L3/S20 Red AL0 AT10 AW100 AH8 L3/S52 White AL0 AT10 AW100 AH8 L3/S53 Red AL0 AT15 AW100 AH8 L3/S54 Blue AL0 AT20 AW100 AH8 L3,W35 Royal_blue 50 AH100 ADU AS300/W12 Pale_violet_red 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/W11 medium_orchid 100 AT80 AH20 ADD AS300/W27 Blue AT85 AH15 F200 ADU AS200 BLINK 1000 BPW20/W27 Blue AT85 AH15 F200 ADD AS200 BLINK 1000 BPW20 W500/W27 plum L0 APCRed AL0 AW100 AT85 AH15/S3|W72 Royal_blue M50 MAX50 AH100 ADU AS300/S2 Purple 100 AT10 AL0 AH60 AW100 AS300 ADU L25/W28 Gold 40 AT50 AL0 AH10 AW100 AS400 ADU L25/W28 Gold 40 AT60 AL0 AH10 AW100 AS400 ADD L25/W43 Light_Blue 40 AT20 AL0 AH10 AW100 AS400 ADU L25/W43 Light_Blue 40 AT25 AL0 AH10 AW100 AS400 ADD L25/W561|W62|W63 Blue_violet 40 AT50 AL0 AH10 AW100 AS400 ADU L25/W561|W62|W63 Blue_violet 40 AT50 AL0 AH10 AW100 AS400 ADD L25/W75 yellow_green 500 L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W54 Royal_blue MAX200 AH100 ADD AS400 Blink 50/W18 Red AL0 AT80 AW100 AH8 L3/S55 Red AL0 AT10 AW100 AH8 L3/S18 Red AL0 AT35 AW100 AH8 L3 of the ledcontrol file
2021.04.28 14:10:38.640    Loading LedControl file C:\DirectOutput\directoutputconfig40.ini
2021.04.28 14:10:38.642    Min DOF Version is 0.8 for file directoutputconfig40.ini
2021.04.28 14:10:38.642    Resolving Tables Variables
2021.04.28 14:10:38.642    Resolving Global Variables
2021.04.28 14:10:38.922    Loading LedControl file C:\DirectOutput\directoutputconfig51.ini
2021.04.28 14:10:38.922    Min DOF Version is 0.8 for file directoutputconfig51.ini
2021.04.28 14:10:38.922    Resolving Tables Variables
2021.04.28 14:10:38.923    Resolving Global Variables
2021.04.28 14:10:39.021    4 directoutputconfig.ini or ledcontrol.ini files loaded.
2021.04.28 14:10:39.022    Config for RomName doflinx exists in LedControl data. Updating cabinet and config.
2021.04.28 14:10:39.031    Table config loading finished: romname=doflinx, tablename=doflinx
2021.04.28 14:10:39.032    Pinball parts loaded
2021.04.28 14:10:39.032    Starting processes
2021.04.28 14:10:39.032    Initializing cabinet
2021.04.28 14:10:39.033    Debug: Initializing output controllers
2021.04.28 14:10:39.033    Pinscape Pinscape Controller 01 intialized and updater thread started.
2021.04.28 14:10:39.034    Debug: Initializing LedWiz Nr. 08
2021.04.28 14:10:39.034    Pinscape Pinscape Controller 01 updater thread  started.
2021.04.28 14:10:39.034    Pinscape Pinscape Controller 01 updater thread  has connected to Pinscape Pinscape Controller 01.
2021.04.28 14:10:39.035    LedWiz Nr. 08 initialized and updater thread initialized.
2021.04.28 14:10:39.035    Updater thread for LedWiz 08 started.
2021.04.28 14:10:39.036    FT245RBitbangController FT245RBitbangController 0 with serial number FT9LH26G has been initialized and the updater thread has been started.
2021.04.28 14:10:39.036    Debug: Output controllers initialized
2021.04.28 14:10:39.038    Cabinet initialized
2021.04.28 14:10:39.040    Loading shape definition file: C:\DirectOutput\DirectOutputShapes.xml
2021.04.28 14:10:39.044    Connection to FTDI chip FT9LH26G established.
2021.04.28 14:10:39.072    Framework initialized.
2021.04.28 14:10:39.072    Have fun! :)
2021.04.28 14:10:39.094    Initializing cabinet
2021.04.28 14:10:39.094    Debug: Initializing output controllers
2021.04.28 14:10:39.094    Debug: Output controllers initialized
2021.04.28 14:10:39.094    Cabinet initialized
2021.04.28 14:10:39.096    Pinscape Pinscape Controller 01 intialized and updater thread started.
2021.04.28 14:10:39.096    Pinscape Pinscape Controller 01 updater thread  started.
2021.04.28 14:10:39.096    Pinscape Pinscape Controller 01 updater thread  has connected to Pinscape Pinscape Controller 01.
2021.04.28 14:10:39.099    Opening 32-bit LedWiz driver...
2021.04.28 14:10:39.099    Debug: Initializing LedWiz Nr. 08
2021.04.28 14:10:39.099    LedWiz Nr. 08 initialized and updater thread initialized.
2021.04.28 14:10:39.099    Opening 32-bit LedWiz driver...
2021.04.28 14:10:39.106    FT245RBitbangController  with serial number FT9LH26G has been initialized and the updater thread has been started.
2021.04.28 14:10:39.106    EXCEPTION: Could not open the connection to FTDI chip with serial number FT9LH26G.
2021.04.28 14:10:39.106    EXCEPTION: Thread: FT245RBitbangController FT9LH26G named  updater thread
2021.04.28 14:10:39.106    EXCEPTION: Message: FT_EXCEPTION --> FTDI device not opened.
2021.04.28 14:10:39.106    EXCEPTION: Stacktrace:    at DirectOutput.Cab.Out.FTDIChip.FTDI.ErrorHandler(FT_STATUS ftStatus, FT_ERROR ftErrorCondition)
2021.04.28 14:10:39.106    EXCEPTION: Stacktrace:    at DirectOutput.Cab.Out.FTDIChip.FTDI.ErrorHandler(FT_STATUS ftStatus)
2021.04.28 14:10:39.106    EXCEPTION: Stacktrace:    at DirectOutput.Cab.Out.FTDIChip.FT245RBitbangController.Connect()
2021.04.28 14:10:39.106    EXCEPTION: Targetsite: Void ErrorHandler(FT_STATUS, FT_ERROR)
2021.04.28 14:10:39.106    Warning: No connection to FTDI chip FT9LH26G. Updater thread will terminate.
2021.04.28 14:10:39.140    ArtNet  finished and updater thread stopped.
2021.04.28 14:10:39.140    PinControl  finished and updater thread stopped.
2021.04.28 14:10:39.141    Pinscape Pinscape Controller 01 updater thread  has disconnected from Pinscape Pinscape Controller 01 and will terminate.
2021.04.28 14:10:39.141    Pinscape Pinscape Controller 01 finished and updater thread stopped.
2021.04.28 14:10:39.141    FT245RBitbangController  with serial number FT9LH26G has been finished and the updater thread has been terminated.
2021.04.28 14:10:39.141    ArtNet  finished and updater thread stopped.
2021.04.28 14:10:39.141    PinControl  finished and updater thread stopped.
2021.04.28 14:10:39.142    Debug: Finishing LedWiz Nr. 08
2021.04.28 14:10:39.149    Updater thread for LedWiz 08 terminated.
2021.04.28 14:10:39.171    LedWiz Nr. 08 finished and updater thread stopped.
2021.04.28 14:10:39.171    ArtNet  finished and updater thread stopped.
2021.04.28 14:10:39.171    PinControl  finished and updater thread stopped.
2021.04.28 14:10:39.171    ArtNet  finished and updater thread stopped.
2021.04.28 14:10:39.171    PinControl  finished and updater thread stopped.
2021.04.28 14:10:39.171    Finishing cabinet
2021.04.28 14:10:39.171    Debug: Finishing output controllers
2021.04.28 14:10:39.171    Debug: Output controllers finished
2021.04.28 14:10:39.171    Cabinet finished
2021.04.28 14:10:40.188    Debug: Disposing LedWiz instance 08.
2021.04.28 14:10:41.072    Finishing framework
2021.04.28 14:10:41.073    Finishing cabinet
2021.04.28 14:10:41.073    Debug: Finishing output controllers
2021.04.28 14:10:41.074    Pinscape Pinscape Controller 01 updater thread  has disconnected from Pinscape Pinscape Controller 01 and will terminate.
2021.04.28 14:10:41.074    Pinscape Pinscape Controller 01 finished and updater thread stopped.
2021.04.28 14:10:41.074    Debug: Finishing LedWiz Nr. 08
2021.04.28 14:10:41.086    LedWiz Nr. 08 finished and updater thread stopped.
2021.04.28 14:10:41.189    Connection to FTDI chip FT9LH26G closed.
2021.04.28 14:10:41.189    FT245RBitbangController FT245RBitbangController 0 with serial number FT9LH26G has been finished and the updater thread has been terminated.
2021.04.28 14:10:41.189    Debug: Output controllers finished
2021.04.28 14:10:41.189    Cabinet finished
2021.04.28 14:10:41.189    DirectOutput framework finished.
2021.04.28 14:10:41.189    Bye and thanks for using!
2021.04.28 14:30:05.420    Debug: Disposing LedWiz instance 08.
2021.04.28 14:30:05.420    Debug: Disposing LedWiz instance 08.

Any help would be much appreciated!


 

 


 



#383 MikePinball

MikePinball

    Oak Micros Pinball Products

  • Platinum Supporter
  • 416 posts

  • Flag: United States of America

  • Favorite Pinball: Space Invaders

Posted 28 April 2021 - 11:17 PM

First problem is line 88. It should have a "/" like this </LedWizEquivalent> so it is paired properly with the begin tag <LedWizEquivalent> on line 51.


MikePinball (dba Oak Micros).

 


#384 QuickSave80

QuickSave80

    Hobbyist

  • Members
  • PipPip
  • 49 posts

  • Flag: United States of America

  • Favorite Pinball: Pinball FX 3

Posted 29 April 2021 - 12:06 AM

First problem is line 88. It should have a "/" like this </LedWizEquivalent> so it is paired properly with the begin tag <LedWizEquivalent> on line 51.

That fixed it! I can't believe I spent 2 days and it was such and easy fix! Thanks for your help dude!



#385 bommelbongo

bommelbongo

    Neophyte

  • Members
  • Pip
  • 4 posts

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

  • Favorite Pinball: F14

Posted 29 April 2021 - 02:04 PM

**SOLVED**
it was a translation mistake by myself i renamed the `Cabinet.xml` to `GlobalConfig_B2SServer.xml` and not the `GlobalConfig.xml`  to `GlobalConfig_B2SServer.xml`


I have my LEDs working in DOF configuration tester but not when running VPX Table. 
 
DOF Log:
2021.04.29 14:44:54.301    Initializing ComPort COM6 with these settings :
2021.04.29 14:44:54.301        BaudRate 9600, Parity None, DataBits 8, StopBits One, R/W Timeouts 200ms
2021.04.29 14:44:54.301        Handshake Timings : Open 50ms, Loop Start/End 20/50ms, DTR enable False
2021.04.29 14:44:54.306    Cabinet initialized
2021.04.29 14:44:54.309    Loading shape definition file: C:\DirectOutput\Config\DirectOutputShapes.xml

B2S Server Version 1.3.0.4
DOF Version R3++ 16.04.2021

Other DOF relatet stuff works via PinScape. 

Edited by bommelbongo, 29 April 2021 - 02:14 PM.


#386 cherg

cherg

    Enthusiast

  • Members
  • PipPipPip
  • 54 posts

  • Flag: United States of America

  • Favorite Pinball: Whirlwind

Posted 02 May 2021 - 09:06 AM

I’m building a mini table top cab. I have addressable strips on the sides of the PF and they look great. Wondering if I can install a single strip across the back for PF flashers/effects. Has anyone done this or is it best achieved with a matrix? Thanks



#387 MikePinball

MikePinball

    Oak Micros Pinball Products

  • Platinum Supporter
  • 416 posts

  • Flag: United States of America

  • Favorite Pinball: Space Invaders

Posted 04 May 2021 - 03:14 AM

A matrix is just a long strip folded in on itself to make a rectangle. You can use a single strip but you will lose some of the effects you get with a matrix.


MikePinball (dba Oak Micros).

 


#388 cherg

cherg

    Enthusiast

  • Members
  • PipPipPip
  • 54 posts

  • Flag: United States of America

  • Favorite Pinball: Whirlwind

Posted 04 May 2021 - 07:04 AM

Thanks… in thinking about it more, having a single addressable strip acting like a 5 flasher bar would be ideal. The cabinet doesn't have the space for a flasher bar so substituting a strip could have some merit.



#389 QuickSave80

QuickSave80

    Hobbyist

  • Members
  • PipPip
  • 49 posts

  • Flag: United States of America

  • Favorite Pinball: Pinball FX 3

Posted 06 May 2021 - 11:56 PM

Hey guys I back with a new problem. Both my playfield lights work great thanks to MikePinball! I am now trying to add undercab lighting. I am just trying to get one strip to work as a test. The lights will turn on (white blue) only when a table triggers it. But it will not change colors or turn off. I selected Undercab complex MX in Dof config tool. I have gone over my cabinet file a million times and I can't see anything wrong. Here it is for reference

<?xml version="1.0"?>
<Cabinet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Name>My Pin Cab</Name>

  <OutputControllers>
    <FT245RBitbangController>
      <Name>Sainsmart 1</Name>
      <SerialNumber>FT9LH26G</SerialNumber>
    </FT245RBitbangController>
    
    <TeensyStripController>
     <Name>TeensyStripController</Name>
      <NumberOfLedsStrip1>98</NumberOfLedsStrip1>
      <NumberOfLedsStrip2>99</NumberOfLedsStrip2>
      <NumberOfLedsStrip3>144</NumberOfLedsStrip3>
      <NumberOfLedsStrip4>0</NumberOfLedsStrip4>
      <NumberOfLedsStrip5>0</NumberOfLedsStrip5>
      <NumberOfLedsStrip6>0</NumberOfLedsStrip6>
      <NumberOfLedsStrip7>0</NumberOfLedsStrip7>
      <NumberOfLedsStrip8>0</NumberOfLedsStrip8>
      <ComPortName>COM5</ComPortName>
    </TeensyStripController>
    
   </OutputControllers>

  <Toys>
 
      <LedStrip>
      <Name>PF Right</Name>
      <Width>1</Width>
      <Height>98</Height>
      <LedStripArrangement>BottomUpLeftRight</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>1</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>TeensyStripController</OutputControllerName>
    </LedStrip>
   
   
    <LedStrip>
      <Name>PF Left</Name>
      <Width>1</Width>
      <Height>98</Height>
      <LedStripArrangement>BottomUpLeftRight</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>99</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>TeensyStripController</OutputControllerName>
    </LedStrip>
    
        <LedStrip>
      <Name>Under</Name>
      <Width>1</Width>
      <Height>144</Height>
      <LedStripArrangement>BottomUpLeftRight</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>198</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>TeensyStripController</OutputControllerName>
    </LedStrip>
    
    <LedWizEquivalent>
      <Name>SainsmartLWEQ 1</Name>
      <LedWizNumber>40</LedWizNumber>
      <Outputs>
        <LedWizEquivalentOutput>
          <OutputName>Sainsmart 1.01</OutputName>
          <LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
     <LedWizEquivalentOutput>
          <OutputName>Sainsmart 1.02</OutputName>
          <LedWizEquivalentOutputNumber>2</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
    <LedWizEquivalentOutput>
          <OutputName>Sainsmart 1.03</OutputName>
          <LedWizEquivalentOutputNumber>3</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
    <LedWizEquivalentOutput>
          <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>
          <OutputName>Sainsmart 1.07</OutputName>
          <LedWizEquivalentOutputNumber>7</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
    <LedWizEquivalentOutput>
          <OutputName>Sainsmart 1.08</OutputName>
          <LedWizEquivalentOutputNumber>8</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
      </Outputs>
    </LedWizEquivalent>
    
    
       <LedWizEquivalent>

<Name>LedWizEquivalent 30</Name>
<Outputs>
<LedWizEquivalentOutput>
<OutputName>PF Right</OutputName>
<LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber>
</LedWizEquivalentOutput>
<LedWizEquivalentOutput>
<OutputName>PF Left</OutputName>
<LedWizEquivalentOutputNumber>4</LedWizEquivalentOutputNumber>
</LedWizEquivalentOutput>
<LedWizEquivalentOutput>
<OutputName>Under</OutputName>
<LedWizEquivalentOutputNumber>7</LedWizEquivalentOutputNumber>
</LedWizEquivalentOutput>
</Outputs>
<LedWizNumber>30</LedWizNumber>
</LedWizEquivalent>
  </Toys>

  <AutoConfigEnabled>true</AutoConfigEnabled>
</Cabinet>

Any help will be appreciated!



#390 kosmostrater

kosmostrater

    Neophyte

  • Members
  • Pip
  • 4 posts
  • Location:Arizona

  • Flag: United States of America

  • Favorite Pinball: Monster Mash

Posted 10 June 2021 - 05:46 PM

Wow what an adventure.    

I had some NEOPIXEL RGBW led strips left over from a project and though , what the heck,  I have some Teensy 3.2s and Octows2811  interfaces that I've used in the past how hard can it be?

:)  Yea RIGHT!

Here is what I learned.

1) The ground was the Orange/White not the  Solid Orange (That  took me a while to figure out, until I ohm each one to ground and found it was reverse)

OK, now the strips at least did the test when teensy was rest (well not the right colors but it was  progress).

2) After creating the Cabinet.xml and GlobalConfig.xml files,  I just could not get the DOF working,  Figured out the DirectOutputConfigTester  tool  and finally after much research the problem was  the GlobalConfig.xml really needed to be GlobalConfig_B2SServer.xml   (ok now the DirectOutputConfigTester  was triggering the led strips, but colors still wacky)

3) After more research found a Octows2811.cpp  .h file that worked with RGBW LEDS and contained the  correct  #define WS2811_GRBW.  I extracted and added it to the Octows2811Ext files.  Bingo colors are now correct!!

 

Tested with several tables and they work great!, (AFM, Monster Bash, Tales from Arabian Nights)   Now to install the strips into my cabinet and let the  fun begin :)

 

Hope this may help others

 

Kosmo



#391 QuickSave80

QuickSave80

    Hobbyist

  • Members
  • PipPip
  • 49 posts

  • Flag: United States of America

  • Favorite Pinball: Pinball FX 3

Posted 11 November 2021 - 10:11 PM

Just upgraded my cabinet and added some new toys. I copied my old cabinet file and combined it with the added sainsmart as now I have 2. All the lights work when tested but not during gameplay or in pinup popper. Here is the cabinet file

<?xml version="1.0"?>
<Cabinet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Name>Bally SI Conversion</Name>
    <OutputControllers>
    
      <Name>Sainsmart 1</Name>
      <SerialNumber>FT9LGZEP</SerialNumber>
    </FT245RBitbangController>
    <FT245RBitbangController>
      <Name>Sainsmart 2</Name>
      <SerialNumber>FT9LH26G</SerialNumber>

      <TeensyStripController>
     <Name>TeensyStripController</Name>
      <NumberOfLedsStrip1>144</NumberOfLedsStrip1>
      <NumberOfLedsStrip2>144</NumberOfLedsStrip2>
      <NumberOfLedsStrip3>496</NumberOfLedsStrip3>
      <NumberOfLedsStrip4>40</NumberOfLedsStrip4>
      <NumberOfLedsStrip5>20</NumberOfLedsStrip5>
      <NumberOfLedsStrip6>20</NumberOfLedsStrip6>
      <NumberOfLedsStrip7>0</NumberOfLedsStrip7>
      <NumberOfLedsStrip8>0</NumberOfLedsStrip8>
      <ComPortName>COM5</ComPortName>
    </TeensyStripController>
    <FT245RBitbangController>    </FT245RBitbangController>
  </OutputControllers>
 
  <Toys>
        <LedStrip>
      <Name>PF Right</Name>
      <Width>1</Width>
      <Height>144</Height>
      <LedStripArrangement>BottomUpRightLeft</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>BottomUpRightLeft</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>145</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>TeensyStripController</OutputControllerName>
    </LedStrip>
    
        <LedStrip>
      <Name>Undercab</Name>
      <Width>1</Width>
      <Height>496</Height>
      <LedStripArrangement>BottomUpRightLeft</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>189</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>TeensyStripController</OutputControllerName>
    </LedStrip>
    
            <LedStrip>
      <Name>Flipper</Name>
      <Width>1</Width>
      <Height>40</Height>
      <LedStripArrangement>BottomUpRightLeft</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>641</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>TeensyStripController</OutputControllerName>
    </LedStrip>
    
                <LedStrip>
      <Name>Right Magna</Name>
      <Width>1</Width>
      <Height>20</Height>
      <LedStripArrangement>BottomUpRightLeft</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>681</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>TeensyStripController</OutputControllerName>
    </LedStrip>
                    <LedStrip>
      <Name>Left Magna</Name>
      <Width>1</Width>
      <Height>20</Height>
      <LedStripArrangement>BottomUpRightLeft</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>701</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>TeensyStripController</OutputControllerName>
    </LedStrip>
    
    <LedWizEquivalent>
      <Name>SainsmartLWEQ 1</Name>
      <Outputs>
        <LedWizEquivalentOutput>
          <OutputName>Sainsmart 1.01</OutputName>
          <LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>Sainsmart 1.02</OutputName>
          <LedWizEquivalentOutputNumber>2</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>Sainsmart 1.03</OutputName>
          <LedWizEquivalentOutputNumber>3</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <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>
          <OutputName>Sainsmart 1.07</OutputName>
          <LedWizEquivalentOutputNumber>7</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
        <LedWizEquivalentOutput>
          <OutputName>Sainsmart 1.08</OutputName>
          <LedWizEquivalentOutputNumber>8</LedWizEquivalentOutputNumber>
        </LedWizEquivalentOutput>
      </Outputs>
      <LedWizNumber>40</LedWizNumber>
    </LedWizEquivalent>
    <AnalogAlphaToy>
      <Name>LedWiz 40 Column 01</Name>
      <OutputName>Sainsmart 1.01</OutputName>
      <FadingCurveName>Linear</FadingCurveName>
    </AnalogAlphaToy>
    <AnalogAlphaToy>
      <Name>LedWiz 40 Column 02</Name>
      <OutputName>Sainsmart 1.02</OutputName>
      <FadingCurveName>Linear</FadingCurveName>
    </AnalogAlphaToy>
    <AnalogAlphaToy>
      <Name>LedWiz 40 Column 03</Name>
      <OutputName>Sainsmart 1.03</OutputName>
      <FadingCurveName>Linear</FadingCurveName>
    </AnalogAlphaToy>
    <AnalogAlphaToy>
      <Name>LedWiz 40 Column 04</Name>
      <OutputName>Sainsmart 1.04</OutputName>
      <FadingCurveName>Linear</FadingCurveName>
    </AnalogAlphaToy>
    <AnalogAlphaToy>
      <Name>LedWiz 40 Column 05</Name>
      <OutputName>Sainsmart 1.05</OutputName>
      <FadingCurveName>Linear</FadingCurveName>
    </AnalogAlphaToy>
    <AnalogAlphaToy>
      <Name>LedWiz 40 Column 06</Name>
      <OutputName>Sainsmart 1.06</OutputName>
      <FadingCurveName>Linear</FadingCurveName>
    </AnalogAlphaToy>
    <AnalogAlphaToy>
      <Name>LedWiz 40 Column 07</Name>
      <OutputName>Sainsmart 1.07</OutputName>
      <FadingCurveName>Linear</FadingCurveName>
    </AnalogAlphaToy>
    <AnalogAlphaToy>
      <Name>LedWiz 40 Column 08</Name>
      <OutputName>Sainsmart 1.08</OutputName>
      <FadingCurveName>Linear</FadingCurveName>
    </AnalogAlphaToy>
    <LedWizEquivalent>
      <Name>SainsmartLWEQ 2</Name>
      <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>
      <LedWizNumber>41</LedWizNumber>
    </LedWizEquivalent>
    <AnalogAlphaToy>
      <Name>LedWiz 41 Column 01</Name>
      <OutputName>Sainsmart 2.01</OutputName>
      <FadingCurveName>Linear</FadingCurveName>
    </AnalogAlphaToy>
    <AnalogAlphaToy>
      <Name>LedWiz 41 Column 02</Name>
      <OutputName>Sainsmart 2.02</OutputName>
      <FadingCurveName>Linear</FadingCurveName>
    </AnalogAlphaToy>
    <AnalogAlphaToy>
      <Name>LedWiz 41 Column 03</Name>
      <OutputName>Sainsmart 2.03</OutputName>
      <FadingCurveName>Linear</FadingCurveName>
    </AnalogAlphaToy>
    <AnalogAlphaToy>
      <Name>LedWiz 41 Column 04</Name>
      <OutputName>Sainsmart 2.04</OutputName>
      <FadingCurveName>Linear</FadingCurveName>
    </AnalogAlphaToy>
    <AnalogAlphaToy>
      <Name>LedWiz 41 Column 05</Name>
      <OutputName>Sainsmart 2.05</OutputName>
      <FadingCurveName>Linear</FadingCurveName>
    </AnalogAlphaToy>
    <AnalogAlphaToy>
      <Name>LedWiz 41 Column 06</Name>
      <OutputName>Sainsmart 2.06</OutputName>
      <FadingCurveName>Linear</FadingCurveName>
    </AnalogAlphaToy>
    <AnalogAlphaToy>
      <Name>LedWiz 41 Column 07</Name>
      <OutputName>Sainsmart 2.07</OutputName>
      <FadingCurveName>Linear</FadingCurveName>
    </AnalogAlphaToy>
    <AnalogAlphaToy>
      <Name>LedWiz 41 Column 08</Name>
      <OutputName>Sainsmart 2.08</OutputName>
      <FadingCurveName>Linear</FadingCurveName>
    </AnalogAlphaToy>
    
          <LedWizEquivalent>

<Name>LedWizEquivalent 30</Name>
<Outputs>
<LedWizEquivalentOutput>
<OutputName>PF Left</OutputName>
<LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber>
</LedWizEquivalentOutput>
<LedWizEquivalentOutput>
<OutputName>PF Right</OutputName>
<LedWizEquivalentOutputNumber>4</LedWizEquivalentOutputNumber>
</LedWizEquivalentOutput>
<LedWizEquivalentOutput>
<OutputName>Undercab</OutputName>
<LedWizEquivalentOutputNumber>7</LedWizEquivalentOutputNumber>
</LedWizEquivalentOutput>
<LedWizEquivalentOutput>
<OutputName>Flipper</OutputName>
<LedWizEquivalentOutputNumber>10</LedWizEquivalentOutputNumber>
</LedWizEquivalentOutput>
<LedWizEquivalentOutput>
<OutputName>Right Magna</OutputName>
<LedWizEquivalentOutputNumber>13</LedWizEquivalentOutputNumber>
</LedWizEquivalentOutput>
<LedWizEquivalentOutput>
<OutputName>Left Magna</OutputName>
<LedWizEquivalentOutputNumber>16</LedWizEquivalentOutputNumber>
</LedWizEquivalentOutput>
</Outputs>
</LedWizEquivalentOutput>
<LedWizNumber>30</LedWizNumber>
</LedWizEquivalent>
 </Toys>
    <AutoConfigEnabled>true</AutoConfigEnabled>
</Cabinet>

 



#392 defre1976

defre1976

    Enthusiast

  • Members
  • PipPipPip
  • 142 posts

  • Flag: Belgium

  • Favorite Pinball: 1

Posted 21 May 2022 - 05:40 AM

Hello,

I have already around 800 leds up and running on my pincab.
Backlight , sidestrips and rings.
Now i have just added around 250 leds for my undercab and behind .

My question is , can i just continue on the same data line?


Don't know how much leds you can put on one data line?

Hope somebody can help .
Thank you