Addressable LEDs/Matrix… So close!

Viewing 20 posts - 1 through 20 (of 77 total)
  • Author
    Posts
  • #144266
    Wisdumb
    Participant
      @wisdumb

      Hi gang,
      Addressable LED’s are the final piece to my cabinet build and I’m so close to being finished.  I am able to get the right side to work just fine, but cannot get the matrix or left side to work.  I am able to get all to work using the OctoWS2811 examples (Basic test, etc..) so I’m sure it’s something in my cabinet or config files.  As a test I also tried setting my LED length for the right side to 800 just to see if all the lights would light, which they do.  I tested on Stranger Things.  I have 5V injected in 4 locations and tested with volt meter I am good on power through the entire run.

      I have 144LEDs on Right (starts bottom up)
      I have (2) 32 wide x 8 high for a 512 LED matrix on back (starting on LED 145 Bottom up Right to Left)
      I have 144LEDs on Left (Top Down) starting on LED 657

      I used the DOF Config tool and have my:
      Right side Port 1
      Left side Port 4
      Matrix on port 7

      I’ve attached my cabinet config file for reference.
      (Doesn’t look like file attached so pasting below)

      <?xml version=”1.0″?>
      <Cabinet xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221; xmlns:xsd=”http://www.w3.org/2001/XMLSchema”&gt;
      <Name>WisdumbsCab</Name>
      <OutputControllers>
      <TeensyStripController>
      <Name>LEDStripController</Name>
      <NumberOfLedsStrip1>800</NumberOfLedsStrip1>
      <NumberOfLedsStrip2>0</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 Back</Name>
      <Width>64</Width>
      <Height>8</Height>
      <LedStripArrangement>BottomUpAlternateRightLeft</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>145</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>TeensyStripController</OutputControllerName>
      </LedStrip>

      <LedStrip>
      <Name>PF Left</Name>
      <Width>1</Width>
      <Height>144</Height>
      <LedStripArrangement>TopDownRightLeft</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>657</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>TeensyStripController</OutputControllerName>
      </LedStrip>

      <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>

      <LedWizEquivalent>
      <Name>LedWizEquivalent 30</Name>
      <Outputs>
      <LedWizEquivalentOutput>
      <OutputName>PF Right</OutputName>
      <LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber>
      </LedWizEquivalentOutput>

      <LedWizEquivalentOutput>
      <OutputName>PF Back</OutputName>
      <LedWizEquivalentOutputNumber>7</LedWizEquivalentOutputNumber>
      </LedWizEquivalentOutput>

      <LedWizEquivalentOutput>
      <OutputName>PF Left</OutputName>
      <LedWizEquivalentOutputNumber>4</LedWizEquivalentOutputNumber>
      </LedWizEquivalentOutput>
      </Outputs>
      <LedWizNumber>30</LedWizNumber>
      </LedWizEquivalent>

      </Toys>

      </Cabinet>

      #144269
      outhere
      Moderator
        @outhere
        MemberContributorvipModerator

        I don’t see anything wrong with the cabinet file and I’m assuming you used one Data wire from the OctoWS2811 for all the lights…

        #144275
        Wisdumb
        Participant
          @wisdumb

          Hi outhere,

          Yes, I used the orange pair.  On a separate but related question, is it possible I will need to use another data wire to even the workload on the teensy due to the amount of LEDs?  I noticed as I was testing when I change the total number of LEDs in the cabinet file to the total 800 and tested on Stranger Things they would get ”slow/choppy”.

          #144277
          outhere
          Moderator
            @outhere
            MemberContributorvipModerator

            You put the Orange wire for the data and the Orange striped wire to ground?

            As far as power from what I understand Every 180 lights you should inject power

            So maybe one more power spot for injecting power but I don’t believe that’s your problem as far as not working

            What happens if you take your connection from the right side and hooked it to the matrix and adjusting cabinet file to match?

            #144279
            outhere
            Moderator
              @outhere
              MemberContributorvipModerator

              For mine I used 3 separate outputs from the OctoWS2811, But as far as I know the way you have it wired it should work

              My files

              http://vpuniverse.com/forums/topic/3896-dof-doflinx-teensy-addressable-leds-prob/?tab=comments#comment-42561

              #144309
              newtopinball78
              Participant
                @newtopinball78
                Member

                If you used one data connection it should have started from your playfield right according to your xml is that where you injected the data??

                #144369
                Wisdumb
                Participant
                  @wisdumb

                  Hi gang,
                  Thanks for the help and support.  I was able to finally get everything working, although not with my original configuration/hardware setup.  It took all day, but I ended up using 3 channels (data wires/twisted pairs) of the teensy (Orange for matrix, Blue for PF Right, Green for PF Left) instead of just one..  Now everything works and is buttery smooth :-).  When I tried using one channel for everything (800 LED’s) it became painfully slow (even when only one side was working).  I eventually got the right side and matrix to work together, but the lights would lag/freeze up during gameplay.  That’s when I decided to bite the bullet and re-wire everything.

                  :yahoo:

                  #148504
                  bwag
                  Participant
                    @bwag

                    I have the same problem.
                    I installed two 144 strips up each side, and a 256 matrix along with a 64 matrix on the backboard, with a teensy 3.2 and Octo2811. 608 leds total.  I followed Major Frenchy’s tutorial on youtube and downloaded his cabinet.xml and changed the led numbers. Now, I get a perfect left side strip and half of the back board, while the right strip and right side of the backboard barely function…I’ve injected power at the front and every possible place…Basic test on arduino runs perfect. I assumed this must be a cabinet.xml problem.  I’ve been scratching my head for 3 weeks.  So when you say you used 3 different channels from the teensy, how did you do that?

                    #163315
                    bschaberg21
                    Participant
                      @bschaberg21
                      Member

                      I would love some help getting my LED’s working.  Everything seems to be working in the teensy tests.  All lights turn white when I start a table.  I’ve already tried to jump pins 15+16 on the teensy board.  144+256+144 Leds.  Any help would be appreciated. DirectOutput.log and cabinet.xml are below.

                       

                       

                      <?xml version=”1.0″?>
                      <Cabinet xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221; xmlns:xsd=”http://www.w3.org/2001/XMLSchema”&gt;
                      <Name>MajorFrenchy</Name>
                      <OutputControllers>

                      <TeensyStripController>
                      <Name>LedStripController</Name>
                      <NumberOfLedsStrip1>544</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>BackBoard</Name>
                      <Width>32</Width>
                      <Height>8</Height>
                      <LedStripArrangement>TopDownAlternateLeftRight</LedStripArrangement>
                      <ColorOrder>GRB</ColorOrder>
                      <FirstLedNumber>145</FirstLedNumber>
                      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
                      <OutputControllerName>LedStripController</OutputControllerName>
                      </LedStrip>

                      <LedStrip>
                      <Name>Sideboard Right</Name>
                      <Width>1</Width>
                      <Height>144</Height>
                      <LedStripArrangement>TopDownRightLeft</LedStripArrangement>
                      <ColorOrder>GRB</ColorOrder>
                      <FirstLedNumber>1</FirstLedNumber>
                      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
                      <OutputControllerName>LedStripController</OutputControllerName>
                      </LedStrip>

                      <LedStrip>
                      <Name>Sideboard Left</Name>
                      <Width>1</Width>
                      <Height>144</Height>
                      <LedStripArrangement>BottomUpLeftRight</LedStripArrangement>
                      <ColorOrder>GRB</ColorOrder>
                      <FirstLedNumber>401</FirstLedNumber>
                      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
                      <OutputControllerName>LedStripController</OutputControllerName>
                      </LedStrip>

                      <LedStrip>
                      <Name>Ring Left</Name>
                      <Width>1</Width>
                      <Height>24</Height>
                      <LedStripArrangement>BottomUpLeftRight</LedStripArrangement>
                      <ColorOrder>GRB</ColorOrder>
                      <FirstLedNumber>545</FirstLedNumber>
                      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
                      <OutputControllerName>LedStripController</OutputControllerName>
                      </LedStrip>

                      <LedStrip>
                      <Name>Ring Right</Name>
                      <Width>1</Width>
                      <Height>24</Height>
                      <LedStripArrangement>TopDownRightLeft</LedStripArrangement>
                      <ColorOrder>GRB</ColorOrder>
                      <FirstLedNumber>569</FirstLedNumber>
                      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
                      <OutputControllerName>LedStripController</OutputControllerName>
                      </LedStrip>

                      <LedStrip>
                      <Name>car</Name>
                      <Width>1</Width>
                      <Height>7</Height>
                      <LedStripArrangement>TopDownRightLeft</LedStripArrangement>
                      <ColorOrder>GRB</ColorOrder>
                      <FirstLedNumber>593</FirstLedNumber>
                      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
                      <OutputControllerName>LedStripController</OutputControllerName>
                      </LedStrip>

                      <LedWizEquivalent>

                      <Name>LedWizEquivalent 30</Name>
                      <Outputs>

                      <LedWizEquivalentOutput>
                      <OutputName>BackBoard</OutputName>
                      <LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber>
                      </LedWizEquivalentOutput>

                      <LedWizEquivalentOutput>
                      <OutputName>Sideboard Right</OutputName>
                      <LedWizEquivalentOutputNumber>4</LedWizEquivalentOutputNumber>
                      </LedWizEquivalentOutput>

                      <LedWizEquivalentOutput>
                      <OutputName>Sideboard Left</OutputName>
                      <LedWizEquivalentOutputNumber>7</LedWizEquivalentOutputNumber>
                      </LedWizEquivalentOutput>

                      <LedWizEquivalentOutput>
                      <OutputName>Ring Left</OutputName>
                      <LedWizEquivalentOutputNumber>10</LedWizEquivalentOutputNumber>
                      </LedWizEquivalentOutput>

                      <LedWizEquivalentOutput>
                      <OutputName>Ring Right</OutputName>
                      <LedWizEquivalentOutputNumber>13</LedWizEquivalentOutputNumber>
                      </LedWizEquivalentOutput>

                      <LedWizEquivalentOutput>
                      <OutputName>car</OutputName>
                      <LedWizEquivalentOutputNumber>16</LedWizEquivalentOutputNumber>
                      </LedWizEquivalentOutput>

                      </Outputs>
                      <LedWizNumber>30</LedWizNumber>
                      </LedWizEquivalent>

                      </Toys>
                      <AutoConfigEnabled>true</AutoConfigEnabled>

                      </Cabinet>

                       

                      ———————————————————————————
                      DirectOutput Version 3.1.7021.37104, built 2019.03.23 20:36
                      MJR Grander Unified DOF R3++ edition feat. Djrobx, Rambo3, and Freezy
                      DOF created by SwissLizard | https://github.com/mjrgh/DirectOutput
                      2020.02.14 21:09:27.746 DirectOutput Logger initialized
                      2020.02.14 21:09:27.714 Finishing framework
                      2020.02.14 21:09:27.714 Finishing cabinet
                      2020.02.14 21:09:27.714 Debug: Finishing output controllers
                      2020.02.14 21:09:27.714 Debug: Output controllers finished
                      2020.02.14 21:09:27.714 Cabinet finished
                      2020.02.14 21:09:27.714 DirectOutput framework finished.
                      2020.02.14 21:09:27.714 Bye and thanks for using!
                      2020.02.14 21:09:27.714 Global config filename is “C:\DirectOutput\config\GlobalConfig_b2SServer.xml”
                      2020.02.14 21:09:27.746 Global config loaded from: C:\DirectOutput\config\GlobalConfig_b2SServer.xml
                      2020.02.14 21:09:27.746 Loading Pinball parts
                      2020.02.14 21:09:27.746 Loading cabinet
                      2020.02.14 21:09:27.746 Will load cabinet config file: C:\DirectOutput\Config\Cabinet.xml
                      2020.02.14 21:09:28.079 1 output controller defnitions and 7 toy definitions loaded from cabinet config.
                      2020.02.14 21:09:28.079 Cabinet config file has AutoConfig feature enabled. Calling AutoConfig.
                      2020.02.14 21:09:28.079 Cabinet auto configuration started
                      2020.02.14 21:09:28.110 PacDriveSingleton.PacUIOGetIdList: i=0, numdevices=1, DeviceType=IPACIO
                      2020.02.14 21:09:28.110 PacUIOAutoConfigurator.AutoConfig.. Detected I-PAC Ultimate[0], name=PacUIO 0
                      2020.02.14 21:09:28.110 Detected and added PacUIO Id 0 with name PacUIO 0
                      2020.02.14 21:09:28.110 Added LedwizEquivalent Nr. 27 with name PacUIO 0 Equivalent 1 for PacUIO with Id 0
                      2020.02.14 21:09:28.110 PhilipsHueAutoConfigurator.AutoConfig started…note, actual connection detection will happen asynchronously, and device disabled if not succesfull (check further down in the log)
                      2020.02.14 21:09:28.110 LedWiz-like device at VID=53769, PID=1040, product string=I-PAC Ultimate, manufacturer string=Ultimarc I-PAC
                      2020.02.14 21:09:28.110 LedWiz-like device at VID=53769, PID=1040, product string=I-PAC Ultimate, manufacturer string=Ultimarc I-PAC
                      2020.02.14 21:09:28.126 LedWiz-like device at VID=1118, PID=1861, product string=Microsoft® 2.4GHz Transceiver v7.0, manufacturer string=Microsoft
                      2020.02.14 21:09:28.126 LedWiz-like device at VID=53769, PID=1040, product string=I-PAC Ultimate, manufacturer string=Ultimarc I-PAC
                      2020.02.14 21:09:28.126 LedWiz-like device at VID=1118, PID=1861, product string=Microsoft® 2.4GHz Transceiver v7.0, manufacturer string=Microsoft
                      2020.02.14 21:09:28.126 LedWiz-like device at VID=53769, PID=1040, product string=I-PAC Ultimate, manufacturer string=Ultimarc I-PAC
                      2020.02.14 21:09:28.126 LedWiz-like device at VID=1118, PID=1861, product string=Microsoft® 2.4GHz Transceiver v7.0, manufacturer string=Microsoft
                      2020.02.14 21:09:28.126 LedWiz-like device at VID=1118, PID=1861, product string=Microsoft® 2.4GHz Transceiver v7.0, manufacturer string=Microsoft
                      2020.02.14 21:09:28.126 LedWiz-like device at VID=1118, PID=1861, product string=Microsoft® 2.4GHz Transceiver v7.0, manufacturer string=Microsoft
                      2020.02.14 21:09:28.141 Cabinet auto configuration finished
                      2020.02.14 21:09:28.141 Autoconfig complete.
                      2020.02.14 21:09:28.141 Cabinet config loaded successfully from C:\DirectOutput\Config\Cabinet.xml
                      2020.02.14 21:09:28.141 Cabinet loaded
                      2020.02.14 21:09:28.141 Loading table config
                      2020.02.14 21:09:28.141 No TableFilename specified, will use empty tableconfig
                      2020.02.14 21:09:28.141 Will try to load configs from DirectOutput.ini or LedControl.ini file(s) for RomName doflinx
                      2020.02.14 21:09:28.141 Loading LedControl file C:\DirectOutput\config\directoutputconfig.ini
                      2020.02.14 21:09:28.141 Min DOF Version is 0.8 for file directoutputconfig.ini
                      2020.02.14 21:09:28.141 Warning: Could not find table config section in file C:\DirectOutput\config\directoutputconfig.ini.
                      2020.02.14 21:09:28.141 Loading LedControl file C:\DirectOutput\config\directoutputconfig30.ini
                      2020.02.14 21:09:28.173 Min DOF Version is 0.8 for file directoutputconfig30.ini
                      2020.02.14 21:09:28.381 Failed: YELLOW
                      2020.02.14 21:09:28.381 Warning: Cant parse the trigger part YELLOW of the ledcontrol table config setting Yellow AL0 AT10 AW100 AH8 L3.
                      2020.02.14 21:09:28.381 EXCEPTION: Could not parse setting Yellow AL0 AT10 AW100 AH8 L3 in column data W42 Aqua 50 AH100 ADU AS300/W18 Red 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/W17 Blue 100 AT80 AH20 ADD AS300/W27 Navy AT72 AH15 F200 ADU AS200 BLINK 1000 BPW20/W27 Navy AT72 AH15 F200 ADD AS200 BLINK 1000 BPW20 W500/W27 Aqua L0 APCRed AL0 AW100 AT85 AH15/W48 Aqua 50 AH100 ADU AS300/S19|S20 White L13 AT0 AFDEN15 AFMIN10 AFMAX20/W73|W72 Dark_violet L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W71 Red 60 AW100 AH100 ADD AS300/W81|W82|W83|W84|W85 Red M50 MAX50 AH100 ADU AS300/W57|W58|W38 Yellow 40 AT40 AL0 AH10 AW100 AS400 ADU L25/W57|W58|W38 Yellow 40 AT50 AL0 AH10 AW100 AS400 ADD L25/W47 Blue 100 W300 AH80 ADD AS300 L25/ Yellow AL0 AT10 AW100 AH8 L3/W38 Yellow AL0 AT40 AW100 AH8 L3/ Yellow AL0 AT80 AW100 AH8 L3.
                      2020.02.14 21:09:28.381 EXCEPTION: Thread:
                      2020.02.14 21:09:28.381 EXCEPTION: Message: Exception –> Cant parse the part YELLOW of the ledcontrol table config setting Yellow AL0 AT10 AW100 AH8 L3.
                      2020.02.14 21:09:28.397 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
                      2020.02.14 21:09:28.397 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
                      2020.02.14 21:09:28.397 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
                      2020.02.14 21:09:28.397 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
                      2020.02.14 21:09:28.397 Failed: YELLOW
                      2020.02.14 21:09:28.397 Warning: Cant parse the trigger part YELLOW of the ledcontrol table config setting Yellow AL0 AT80 AW100 AH8 L3.
                      2020.02.14 21:09:28.397 EXCEPTION: Could not parse setting Yellow AL0 AT80 AW100 AH8 L3 in column data W42 Aqua 50 AH100 ADU AS300/W18 Red 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/W17 Blue 100 AT80 AH20 ADD AS300/W27 Navy AT72 AH15 F200 ADU AS200 BLINK 1000 BPW20/W27 Navy AT72 AH15 F200 ADD AS200 BLINK 1000 BPW20 W500/W27 Aqua L0 APCRed AL0 AW100 AT85 AH15/W48 Aqua 50 AH100 ADU AS300/S19|S20 White L13 AT0 AFDEN15 AFMIN10 AFMAX20/W73|W72 Dark_violet L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W71 Red 60 AW100 AH100 ADD AS300/W81|W82|W83|W84|W85 Red M50 MAX50 AH100 ADU AS300/W57|W58|W38 Yellow 40 AT40 AL0 AH10 AW100 AS400 ADU L25/W57|W58|W38 Yellow 40 AT50 AL0 AH10 AW100 AS400 ADD L25/W47 Blue 100 W300 AH80 ADD AS300 L25/ Yellow AL0 AT10 AW100 AH8 L3/W38 Yellow AL0 AT40 AW100 AH8 L3/ Yellow AL0 AT80 AW100 AH8 L3.
                      2020.02.14 21:09:28.397 EXCEPTION: Thread:
                      2020.02.14 21:09:28.397 EXCEPTION: Message: Exception –> Cant parse the part YELLOW of the ledcontrol table config setting Yellow AL0 AT80 AW100 AH8 L3.
                      2020.02.14 21:09:28.397 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
                      2020.02.14 21:09:28.397 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
                      2020.02.14 21:09:28.397 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
                      2020.02.14 21:09:28.397 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
                      2020.02.14 21:09:28.397 Warning: Previous exceptions occured in the line dm,W43 Blue 10 AT0 AL0 AH20 AW40 AS400 ADL L25/W43 Blue 10 AT0 AL60 AH20 AW40 AS400 ADR L25/W43 Blue 10 AT80 AL0 AH20 AW40 AS400 ADL L25/W43 Blue 10 AT80 AL60 AH20 AW40 AS400 ADR L25/W45 Red 10 AT20 AL0 AH20 AW38 AS400 ADL L25/W45 Red 10 AT20 AL62 AH20 AW38 AS400 ADR L25/W45 Red 10 AT60 AL0 AH20 AW38 AS400 ADL L25/W45 Red 10 AT60 AL62 AH20 AW38 AS400 ADR L25/W44 Green 10 AT40 AL0 AH20 AW35 AS400 ADL L26/W44 Green 10 AT40 AL65 AH20 AW35 AS400 ADR L26/W44 Green 10 AT40 AL0 AH20 AW35 AS400 ADL L26/W44 Green 10 AT40 AL65 AH20 AW35 AS400 ADR L26/W43|W44|W45 Navy AL42 AW16 AT0 AH100 SHPCircle3 L2/W77 Red AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L-19/W77 Red AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L-19/W63|W64|W65 Light_blue AH100 AL0 AT0 AW20 SHPPointPlop/W63|W64|W65 Light_blue AH100 AL80 AT0 AW20 SHPPointPlop/W73 Dark_violet L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W71|W72|S7|W87 Orange_red FD400 AL0 AW50 AH100 ADL AS300/W71|W72|S7|W87 Orange_red FD400 AL50 AW50 AH100 ADR AS300/W71|W72|S7|W87 Orange_red W200 FD400 AL0 AW50 AH100 ADL AS300/W71|W72|S7|W87 Orange_red W200 FD400 AL50 AW50 AH100 ADR AS300/W71|W72|S7|W87 White W300 AH100 AL0 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/W71|W72|S7|W87 White W150 AH100 AL20 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/W71|W72|S7|W87 White AH100 AL40 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/W71|W72|S7|W87 White W150 AH100 AL60 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/W71|W72|S7|W87 White W300 AH100 AL80 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/W53|S2 Purple L4 AT0 APCBlue/W53|S2 White L5 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W66 Dark_violet L11 AT0 AH20 F50 BLINK BPW10 ASDL/W66 Blue L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/W66 Dark_violet L11 AT80 AH20 F50 BLINK BPW10 ASDR/W66 Blue L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/W66 White L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W56|W57|W58|W38|W78 Yellow 200 Blink BPW30 AL40 AW20 AS400 ADU/W55|W46 Blue 100 AL30 AT80 AH20 AW70 AS400 ADR L25/W55|W61|W51 Blue 100 AL0 AT80 AH20 AW70 AS400 ADL L2/S18 Aqua 2000 4 AL20 AT0 AH100 AW10 SHPLetterC L1/S18 Aqua 2000 4 AL35 AT0 AH100 AW10 SHPLetterR L1/S18 Aqua 2000 4 AL50 AT0 AH100 AW10 SHPLetterY L1/S18 Aqua 2000 4 AL65 AT0 AH100 AW10 SHPLetterO L1/S18 White 2000 4 W250 AL20 AT0 AH100 AW10 SHPLetterC L2/S18 White 2000 4 W250 AL35 AT0 AH100 AW10 SHPLetterL L2/S18 White 2000 4 W250 AL50 AT0 AH100 AW10 SHPLetterA L2/S18 White 2000 4 W250 AL65 AT0 AH100 AW10 SHPLetterW L2/W81 Red 1000 2 AH100 AL0 AT0 AW14 SHPLetterC L3/W81 Red 1000 2 AH100 AL20 AT0 AW14 SHPLetterA L3/W81 Red 1000 2 AH100 AL40 AT0 AW14 SHPLetterT L3/W81 Red 1000 2 AH100 AL60 AT0 AW14 SHPLetterC L3/W81 Red 1000 2 AH100 AL80 AT0 AW14 SHPLetterH L3/W81 Red 1000 2 W250 AH100 AL0 AT0 AW14 SHPLetterS L4/W81 Red 1000 2 W250 AH100 AL20 AT0 AW14 SHPLetterI L4/W81 Red 1000 2 W250 AH100 AL40 AT0 AW14 SHPLetterM L4/W81 Red 1000 2 W250 AH100 AL60 AT0 AW14 SHPLetterO L4/W81 Red 1000 2 W250 AH100 AL80 AT0 AW14 SHPLetterN L4/W82 Red 1000 2 AH100 AL0 AT0 AW14 SHPLetterS L3/W82 Red 1000 2 AH100 AL20 AT0 AW14 SHPLetterU L3/W82 Red 1000 2 AH100 AL40 AT0 AW14 SHPLetterP L3/W82 Red 1000 2 AH100 AL60 AT0 AW14 SHPLetterE L3/W82 Red 1000 2 AH100 AL80 AT0 AW14 SHPLetterR L3/W82 Red 1000 2 W250 AL20 AT0 AH100 AW10 SHPLetterJ L4/W82 Red 1000 2 W250 AL35 AT0 AH100 AW10 SHPLetterE L4/W82 Red 1000 2 W250 AL50 AT0 AH100 AW10 SHPLetterT L4/W82 Red 1000 2 W250 AL65 AT0 AH100 AW10 SHPLetterS L4/W83 Red 1000 2 AL5 AT0 AH100 AW10 SHPLetterP L3/W83 Red 1000 2 AL20 AT0 AH100 AW10 SHPLetterR L3/W83 Red 1000 2 AL35 AT0 AH100 AW10 SHPLetterI L3/W83 Red 1000 2 AL50 AT0 AH100 AW10 SHPLetterS L3/W83 Red 1000 2 AL65 AT0 AH100 AW10 SHPLetterO L3/W83 Red 1000 2 AL80 AT0 AH100 AW10 SHPLetterN L3/W83 Red 1000 2 W250 AH100 AL0 AT0 AW14 SHPLetterB L4/W83 Red 1000 2 W250 AH100 AL20 AT0 AW14 SHPLetterR L4/W83 Red 1000 2 W250 AH100 AL40 AT0 AW14 SHPLetterE L4/W83 Red 1000 2 W250 AH100 AL60 AT0 AW14 SHPLetterA L4/W83 Red 1000 2 W250 AH100 AL80 AT0 AW14 SHPLetterK L4/W84 Red 1000 2 AL20 AT0 AH100 AW10 SHPLetterB L3/W84 Red 1000 2 AL35 AT0 AH100 AW10 SHPLetterA L3/W84 Red 1000 2 AL50 AT0 AH100 AW10 SHPLetterL L3/W84 Red 1000 2 AL65 AT0 AH100 AW10 SHPLetterL L3/W84 Red 1000 2 W250 AL5 AT0 AH100 AW10 SHPLetterF L4/W84 Red 1000 2 W250 AL20 AT0 AH100 AW10 SHPLetterR L4/W84 Red 1000 2 W250 AL35 AT0 AH100 AW10 SHPLetterO L4/W84 Red 1000 2 W250 AL50 AT0 AH100 AW10 SHPLetterZ L4/W84 Red 1000 2 W250 AL65 AT0 AH100 AW10 SHPLetterE L3/W84 Red 1000 2 W250 AL80 AT0 AH100 AW10 SHPLetterN L4/W85 Red 1000 2 AH100 AL0 AT0 AW14 SHPLetterA L3/W85 Red 1000 2 AH100 AL20 AT0 AW14 SHPLetterC L3/W85 Red 1000 2 AH100 AL40 AT0 AW14 SHPLetterM L3/W85 Red 1000 2 AH100 AL60 AT0 AW14 SHPLetterA L3/W85 Red 1000 2 AH100 AL80 AT0 AW14 SHPLetterG L3/S18|W38|W58|W57|W56|W78 White AH30 AL0 AT0 AW9 SHPCircle3 500 L0/S18|W38|W58|W57|W56|W78 White AH30 AL91 AT0 AW9 SHPCircle3 500 L0,W42 Aqua 50 AH100 ADU AS300/W18 Red 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/W17 Blue 100 AT80 AH20 ADD AS300/W27 Navy AT72 AH15 F200 ADU AS200 BLINK 1000 BPW20/W27 Navy AT72 AH15 F200 ADD AS200 BLINK 1000 BPW20 W500/W27 Aqua L0 APCRed AL0 AW100 AT85 AH15/W48 Aqua 50 AH100 ADU AS300/S19|S20 White L13 AT0 AFDEN15 AFMIN10 AFMAX20/W73|W72 Dark_violet L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W71 Red 60 AW100 AH100 ADD AS300/W81|W82|W83|W84|W85 Red M50 MAX50 AH100 ADU AS300/W57|W58|W38 Yellow 40 AT40 AL0 AH10 AW100 AS400 ADU L25/W57|W58|W38 Yellow 40 AT50 AL0 AH10 AW100 AS400 ADD L25/W47 Blue 100 W300 AH80 ADD AS300 L25/ Yellow AL0 AT10 AW100 AH8 L3/W38 Yellow AL0 AT40 AW100 AH8 L3/ Yellow AL0 AT80 AW100 AH8 L3,W41 Aqua 50 AH100 ADU AS300/W15 Red 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/W16 Blue 100 AT80 AH20 ADD AS300/S19|S20 White L13 AT0 AFDEN15 AFMIN10 AFMAX20/W73|W72 Dark_violet L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W71 Red 60 AW100 AH100 ADD AS300/W81|W82|W83|W84|W85 Red M50 MAX50 AH100 ADU AS300/W66 Dark_violet 80 AT40 AL0 AH10 AW100 AS400 ADU L25/W66 Dark_violet 80 AT50 AL0 AH10 AW100 AS400 ADD L25/W78 Yellow 40 AT40 AL0 AH10 AW100 AS400 ADU L25/W78 Yellow 40 AT50 AL0 AH10 AW100 AS400 ADD L25/W52|W62 Blue 100 W300 AH80 ADD AS300 L25/ Yellow AL0 AT10 AW100 AH8 L3/ Yellow AL0 AT40 AW100 AH8 L3/ Yellow AL0 AT80 AW100 AH8 L3 of the ledcontrol file
                      2020.02.14 21:09:28.397 Failed: YELLOW
                      2020.02.14 21:09:28.397 Warning: Cant parse the trigger part YELLOW of the ledcontrol table config setting Yellow AL0 AT10 AW100 AH8 L3.
                      2020.02.14 21:09:28.397 EXCEPTION: Could not parse setting Yellow AL0 AT10 AW100 AH8 L3 in column data W41 Aqua 50 AH100 ADU AS300/W15 Red 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/W16 Blue 100 AT80 AH20 ADD AS300/S19|S20 White L13 AT0 AFDEN15 AFMIN10 AFMAX20/W73|W72 Dark_violet L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W71 Red 60 AW100 AH100 ADD AS300/W81|W82|W83|W84|W85 Red M50 MAX50 AH100 ADU AS300/W66 Dark_violet 80 AT40 AL0 AH10 AW100 AS400 ADU L25/W66 Dark_violet 80 AT50 AL0 AH10 AW100 AS400 ADD L25/W78 Yellow 40 AT40 AL0 AH10 AW100 AS400 ADU L25/W78 Yellow 40 AT50 AL0 AH10 AW100 AS400 ADD L25/W52|W62 Blue 100 W300 AH80 ADD AS300 L25/ Yellow AL0 AT10 AW100 AH8 L3/ Yellow AL0 AT40 AW100 AH8 L3/ Yellow AL0 AT80 AW100 AH8 L3.
                      2020.02.14 21:09:28.397 EXCEPTION: Thread:
                      2020.02.14 21:09:28.397 EXCEPTION: Message: Exception –> Cant parse the part YELLOW of the ledcontrol table config setting Yellow AL0 AT10 AW100 AH8 L3.
                      2020.02.14 21:09:28.397 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
                      2020.02.14 21:09:28.397 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
                      2020.02.14 21:09:28.397 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
                      2020.02.14 21:09:28.397 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
                      2020.02.14 21:09:28.397 Failed: YELLOW
                      2020.02.14 21:09:28.397 Warning: Cant parse the trigger part YELLOW of the ledcontrol table config setting Yellow AL0 AT40 AW100 AH8 L3.
                      2020.02.14 21:09:28.397 EXCEPTION: Could not parse setting Yellow AL0 AT40 AW100 AH8 L3 in column data W41 Aqua 50 AH100 ADU AS300/W15 Red 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/W16 Blue 100 AT80 AH20 ADD AS300/S19|S20 White L13 AT0 AFDEN15 AFMIN10 AFMAX20/W73|W72 Dark_violet L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W71 Red 60 AW100 AH100 ADD AS300/W81|W82|W83|W84|W85 Red M50 MAX50 AH100 ADU AS300/W66 Dark_violet 80 AT40 AL0 AH10 AW100 AS400 ADU L25/W66 Dark_violet 80 AT50 AL0 AH10 AW100 AS400 ADD L25/W78 Yellow 40 AT40 AL0 AH10 AW100 AS400 ADU L25/W78 Yellow 40 AT50 AL0 AH10 AW100 AS400 ADD L25/W52|W62 Blue 100 W300 AH80 ADD AS300 L25/ Yellow AL0 AT10 AW100 AH8 L3/ Yellow AL0 AT40 AW100 AH8 L3/ Yellow AL0 AT80 AW100 AH8 L3.
                      2020.02.14 21:09:28.397 EXCEPTION: Thread:
                      2020.02.14 21:09:28.397 EXCEPTION: Message: Exception –> Cant parse the part YELLOW of the ledcontrol table config setting Yellow AL0 AT40 AW100 AH8 L3.
                      2020.02.14 21:09:28.397 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
                      2020.02.14 21:09:28.397 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
                      2020.02.14 21:09:28.397 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
                      2020.02.14 21:09:28.397 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
                      2020.02.14 21:09:28.397 Failed: YELLOW
                      2020.02.14 21:09:28.397 Warning: Cant parse the trigger part YELLOW of the ledcontrol table config setting Yellow AL0 AT80 AW100 AH8 L3.
                      2020.02.14 21:09:28.397 EXCEPTION: Could not parse setting Yellow AL0 AT80 AW100 AH8 L3 in column data W41 Aqua 50 AH100 ADU AS300/W15 Red 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/W16 Blue 100 AT80 AH20 ADD AS300/S19|S20 White L13 AT0 AFDEN15 AFMIN10 AFMAX20/W73|W72 Dark_violet L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W71 Red 60 AW100 AH100 ADD AS300/W81|W82|W83|W84|W85 Red M50 MAX50 AH100 ADU AS300/W66 Dark_violet 80 AT40 AL0 AH10 AW100 AS400 ADU L25/W66 Dark_violet 80 AT50 AL0 AH10 AW100 AS400 ADD L25/W78 Yellow 40 AT40 AL0 AH10 AW100 AS400 ADU L25/W78 Yellow 40 AT50 AL0 AH10 AW100 AS400 ADD L25/W52|W62 Blue 100 W300 AH80 ADD AS300 L25/ Yellow AL0 AT10 AW100 AH8 L3/ Yellow AL0 AT40 AW100 AH8 L3/ Yellow AL0 AT80 AW100 AH8 L3.
                      2020.02.14 21:09:28.397 EXCEPTION: Thread:
                      2020.02.14 21:09:28.397 EXCEPTION: Message: Exception –> Cant parse the part YELLOW of the ledcontrol table config setting Yellow AL0 AT80 AW100 AH8 L3.
                      2020.02.14 21:09:28.397 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
                      2020.02.14 21:09:28.397 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
                      2020.02.14 21:09:28.397 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
                      2020.02.14 21:09:28.397 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
                      2020.02.14 21:09:28.397 Warning: Previous exceptions occured in the line dm,W43 Blue 10 AT0 AL0 AH20 AW40 AS400 ADL L25/W43 Blue 10 AT0 AL60 AH20 AW40 AS400 ADR L25/W43 Blue 10 AT80 AL0 AH20 AW40 AS400 ADL L25/W43 Blue 10 AT80 AL60 AH20 AW40 AS400 ADR L25/W45 Red 10 AT20 AL0 AH20 AW38 AS400 ADL L25/W45 Red 10 AT20 AL62 AH20 AW38 AS400 ADR L25/W45 Red 10 AT60 AL0 AH20 AW38 AS400 ADL L25/W45 Red 10 AT60 AL62 AH20 AW38 AS400 ADR L25/W44 Green 10 AT40 AL0 AH20 AW35 AS400 ADL L26/W44 Green 10 AT40 AL65 AH20 AW35 AS400 ADR L26/W44 Green 10 AT40 AL0 AH20 AW35 AS400 ADL L26/W44 Green 10 AT40 AL65 AH20 AW35 AS400 ADR L26/W43|W44|W45 Navy AL42 AW16 AT0 AH100 SHPCircle3 L2/W77 Red AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L-19/W77 Red AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L-19/W63|W64|W65 Light_blue AH100 AL0 AT0 AW20 SHPPointPlop/W63|W64|W65 Light_blue AH100 AL80 AT0 AW20 SHPPointPlop/W73 Dark_violet L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W71|W72|S7|W87 Orange_red FD400 AL0 AW50 AH100 ADL AS300/W71|W72|S7|W87 Orange_red FD400 AL50 AW50 AH100 ADR AS300/W71|W72|S7|W87 Orange_red W200 FD400 AL0 AW50 AH100 ADL AS300/W71|W72|S7|W87 Orange_red W200 FD400 AL50 AW50 AH100 ADR AS300/W71|W72|S7|W87 White W300 AH100 AL0 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/W71|W72|S7|W87 White W150 AH100 AL20 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/W71|W72|S7|W87 White AH100 AL40 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/W71|W72|S7|W87 White W150 AH100 AL60 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/W71|W72|S7|W87 White W300 AH100 AL80 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/W53|S2 Purple L4 AT0 APCBlue/W53|S2 White L5 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W66 Dark_violet L11 AT0 AH20 F50 BLINK BPW10 ASDL/W66 Blue L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/W66 Dark_violet L11 AT80 AH20 F50 BLINK BPW10 ASDR/W66 Blue L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/W66 White L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W56|W57|W58|W38|W78 Yellow 200 Blink BPW30 AL40 AW20 AS400 ADU/W55|W46 Blue 100 AL30 AT80 AH20 AW70 AS400 ADR L25/W55|W61|W51 Blue 100 AL0 AT80 AH20 AW70 AS400 ADL L2/S18 Aqua 2000 4 AL20 AT0 AH100 AW10 SHPLetterC L1/S18 Aqua 2000 4 AL35 AT0 AH100 AW10 SHPLetterR L1/S18 Aqua 2000 4 AL50 AT0 AH100 AW10 SHPLetterY L1/S18 Aqua 2000 4 AL65 AT0 AH100 AW10 SHPLetterO L1/S18 White 2000 4 W250 AL20 AT0 AH100 AW10 SHPLetterC L2/S18 White 2000 4 W250 AL35 AT0 AH100 AW10 SHPLetterL L2/S18 White 2000 4 W250 AL50 AT0 AH100 AW10 SHPLetterA L2/S18 White 2000 4 W250 AL65 AT0 AH100 AW10 SHPLetterW L2/W81 Red 1000 2 AH100 AL0 AT0 AW14 SHPLetterC L3/W81 Red 1000 2 AH100 AL20 AT0 AW14 SHPLetterA L3/W81 Red 1000 2 AH100 AL40 AT0 AW14 SHPLetterT L3/W81 Red 1000 2 AH100 AL60 AT0 AW14 SHPLetterC L3/W81 Red 1000 2 AH100 AL80 AT0 AW14 SHPLetterH L3/W81 Red 1000 2 W250 AH100 AL0 AT0 AW14 SHPLetterS L4/W81 Red 1000 2 W250 AH100 AL20 AT0 AW14 SHPLetterI L4/W81 Red 1000 2 W250 AH100 AL40 AT0 AW14 SHPLetterM L4/W81 Red 1000 2 W250 AH100 AL60 AT0 AW14 SHPLetterO L4/W81 Red 1000 2 W250 AH100 AL80 AT0 AW14 SHPLetterN L4/W82 Red 1000 2 AH100 AL0 AT0 AW14 SHPLetterS L3/W82 Red 1000 2 AH100 AL20 AT0 AW14 SHPLetterU L3/W82 Red 1000 2 AH100 AL40 AT0 AW14 SHPLetterP L3/W82 Red 1000 2 AH100 AL60 AT0 AW14 SHPLetterE L3/W82 Red 1000 2 AH100 AL80 AT0 AW14 SHPLetterR L3/W82 Red 1000 2 W250 AL20 AT0 AH100 AW10 SHPLetterJ L4/W82 Red 1000 2 W250 AL35 AT0 AH100 AW10 SHPLetterE L4/W82 Red 1000 2 W250 AL50 AT0 AH100 AW10 SHPLetterT L4/W82 Red 1000 2 W250 AL65 AT0 AH100 AW10 SHPLetterS L4/W83 Red 1000 2 AL5 AT0 AH100 AW10 SHPLetterP L3/W83 Red 1000 2 AL20 AT0 AH100 AW10 SHPLetterR L3/W83 Red 1000 2 AL35 AT0 AH100 AW10 SHPLetterI L3/W83 Red 1000 2 AL50 AT0 AH100 AW10 SHPLetterS L3/W83 Red 1000 2 AL65 AT0 AH100 AW10 SHPLetterO L3/W83 Red 1000 2 AL80 AT0 AH100 AW10 SHPLetterN L3/W83 Red 1000 2 W250 AH100 AL0 AT0 AW14 SHPLetterB L4/W83 Red 1000 2 W250 AH100 AL20 AT0 AW14 SHPLetterR L4/W83 Red 1000 2 W250 AH100 AL40 AT0 AW14 SHPLetterE L4/W83 Red 1000 2 W250 AH100 AL60 AT0 AW14 SHPLetterA L4/W83 Red 1000 2 W250 AH100 AL80 AT0 AW14 SHPLetterK L4/W84 Red 1000 2 AL20 AT0 AH100 AW10 SHPLetterB L3/W84 Red 1000 2 AL35 AT0 AH100 AW10 SHPLetterA L3/W84 Red 1000 2 AL50 AT0 AH100 AW10 SHPLetterL L3/W84 Red 1000 2 AL65 AT0 AH100 AW10 SHPLetterL L3/W84 Red 1000 2 W250 AL5 AT0 AH100 AW10 SHPLetterF L4/W84 Red 1000 2 W250 AL20 AT0 AH100 AW10 SHPLetterR L4/W84 Red 1000 2 W250 AL35 AT0 AH100 AW10 SHPLetterO L4/W84 Red 1000 2 W250 AL50 AT0 AH100 AW10 SHPLetterZ L4/W84 Red 1000 2 W250 AL65 AT0 AH100 AW10 SHPLetterE L3/W84 Red 1000 2 W250 AL80 AT0 AH100 AW10 SHPLetterN L4/W85 Red 1000 2 AH100 AL0 AT0 AW14 SHPLetterA L3/W85 Red 1000 2 AH100 AL20 AT0 AW14 SHPLetterC L3/W85 Red 1000 2 AH100 AL40 AT0 AW14 SHPLetterM L3/W85 Red 1000 2 AH100 AL60 AT0 AW14 SHPLetterA L3/W85 Red 1000 2 AH100 AL80 AT0 AW14 SHPLetterG L3/S18|W38|W58|W57|W56|W78 White AH30 AL0 AT0 AW9 SHPCircle3 500 L0/S18|W38|W58|W57|W56|W78 White AH30 AL91 AT0 AW9 SHPCircle3 500 L0,W42 Aqua 50 AH100 ADU AS300/W18 Red 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/W17 Blue 100 AT80 AH20 ADD AS300/W27 Navy AT72 AH15 F200 ADU AS200 BLINK 1000 BPW20/W27 Navy AT72 AH15 F200 ADD AS200 BLINK 1000 BPW20 W500/W27 Aqua L0 APCRed AL0 AW100 AT85 AH15/W48 Aqua 50 AH100 ADU AS300/S19|S20 White L13 AT0 AFDEN15 AFMIN10 AFMAX20/W73|W72 Dark_violet L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W71 Red 60 AW100 AH100 ADD AS300/W81|W82|W83|W84|W85 Red M50 MAX50 AH100 ADU AS300/W57|W58|W38 Yellow 40 AT40 AL0 AH10 AW100 AS400 ADU L25/W57|W58|W38 Yellow 40 AT50 AL0 AH10 AW100 AS400 ADD L25/W47 Blue 100 W300 AH80 ADD AS300 L25/ Yellow AL0 AT10 AW100 AH8 L3/W38 Yellow AL0 AT40 AW100 AH8 L3/ Yellow AL0 AT80 AW100 AH8 L3,W41 Aqua 50 AH100 ADU AS300/W15 Red 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/W16 Blue 100 AT80 AH20 ADD AS300/S19|S20 White L13 AT0 AFDEN15 AFMIN10 AFMAX20/W73|W72 Dark_violet L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W71 Red 60 AW100 AH100 ADD AS300/W81|W82|W83|W84|W85 Red M50 MAX50 AH100 ADU AS300/W66 Dark_violet 80 AT40 AL0 AH10 AW100 AS400 ADU L25/W66 Dark_violet 80 AT50 AL0 AH10 AW100 AS400 ADD L25/W78 Yellow 40 AT40 AL0 AH10 AW100 AS400 ADU L25/W78 Yellow 40 AT50 AL0 AH10 AW100 AS400 ADD L25/W52|W62 Blue 100 W300 AH80 ADD AS300 L25/ Yellow AL0 AT10 AW100 AH8 L3/ Yellow AL0 AT40 AW100 AH8 L3/ Yellow AL0 AT80 AW100 AH8 L3 of the ledcontrol file
                      2020.02.14 21:09:28.631 Failed: PURPLE
                      2020.02.14 21:09:28.631 Warning: Cant parse the trigger part PURPLE of the ledcontrol table config setting Purple L11 AT0 AH20 F50 BLINK BPW10 ASDL.
                      2020.02.14 21:09:28.631 EXCEPTION: Could not parse setting Purple L11 AT0 AH20 F50 BLINK BPW10 ASDL in column data S9 Red 10 AT0 AL0 AH20 AW40 AS400 ADL L25/S9 Red 10 AT0 AL60 AH20 AW40 AS400 ADR L25/S9 Red 10 AT80 AL0 AH20 AW40 AS400 ADL L25/S9 Red 10 AT80 AL60 AH20 AW40 AS400 ADR L25/S10 Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25/S10 Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25/S10 Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25/S10 Yellow 10 AT80 AL60 AH20 AW40 AS400 ADR L25/S11 Blue 10 AT40 AL0 AH20 AW35 AS400 ADL L26/S11 Blue 10 AT40 AL65 AH20 AW35 AS400 ADR L26/S11 Blue 10 AT40 AL0 AH20 AW35 AS400 ADL L26/S11 Blue 10 AT40 AL65 AH20 AW35 AS400 ADR L26/S9|S10|S11 Gold AL42 AW16 AT0 AH100 SHPCircle3 L2/W38 White AH100 AL60 AT0 AW20 SHPCircle3/W39 White AH100 AL80 AT0 AW20 SHPCircle3/W3 Red AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L-19/W3 Red AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L-19/ Purple L11 AT0 AH20 F50 BLINK BPW10 ASDL/ Green L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/ Purple L11 AT80 AH20 F50 BLINK BPW10 ASDR/ Green L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/ White L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W33|W34|W35|W36|W40|W41|W42 Red 200 Blink BPW30 AL40 AW20 AS400 ADU/W37 Dark_golden_rod 100 AL30 AT80 AH20 AW70 AS400 ADR L25/W49 Dark_golden_rod 100 AL0 AT80 AH20 AW70 AS400 ADL L2/W7|W13|W14 Dark_golden_rod L11 AT0 AH20 F50 BLINK BPW10 ASDL/W7|W13|W14 Dark_red L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/W7|W13|W14 Dark_golden_rod L11 AT80 AH20 F50 BLINK BPW10 ASDR/W7|W13|W14 Dark_red L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/W7|W13|W14 White L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W47|W48 Silver L4 AT0 APCAqua/W47|W48 White L5 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W44|W45|W46|W50 Deep_sky_blue L4 AT0 APCGold/W44|W45|W46|W50 White L5 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W5 Light_steel_blue Blink 300 AL5 AT0 AH100 AW10 SHPLetterM L1/W5 Light_steel_blue Blink 300 AL20 AT0 AH100 AW10 SHPLetterO L1/W5 Light_steel_blue Blink 300 AL35 AT0 AH100 AW10 SHPLetterN L1/W5 Light_steel_blue Blink 300 AL50 AT0 AH100 AW10 SHPLetterG L1/W5 Light_steel_blue Blink 300 AL65 AT0 AH100 AW10 SHPLetterE L1/W5 Light_steel_blue Blink 300 AL80 AT0 AH100 AW10 SHPLetterR L1/W10 Red AL0 AW19 FU200 FD150 SHPLeftRight L3/W10 Orange_red AL20 AW19 FU200 FD150 SHPFillBottomTop L3/W10 Red AL40 AW19 FU200 FD150 SHPLeftRight L3/W10 Orange_red AL60 AW19 FU200 FD150 SHPFillBottomTop L3/W10 Red AL80 AW19 FU200 FD150 SHPLeftRight L3/S2|S24|W5|W37|W49 White AH30 AL0 AT0 AW9 SHPCircle3 500 L0/S2|S24|W5|W37|W49 White AH30 AL91 AT0 AW9 SHPCircle3 500 L0.
                      2020.02.14 21:09:28.631 EXCEPTION: Thread:
                      2020.02.14 21:09:28.631 EXCEPTION: Message: Exception –> Cant parse the part PURPLE of the ledcontrol table config setting Purple L11 AT0 AH20 F50 BLINK BPW10 ASDL.
                      2020.02.14 21:09:28.631 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
                      2020.02.14 21:09:28.631 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
                      2020.02.14 21:09:28.631 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
                      2020.02.14 21:09:28.631 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
                      2020.02.14 21:09:28.631 Failed: GREEN
                      2020.02.14 21:09:28.631 Warning: Cant parse the trigger part GREEN of the ledcontrol table config setting Green L12 AT0 AH20 F50 BLINK BPW10 ASDL W500.
                      2020.02.14 21:09:28.631 EXCEPTION: Could not parse setting Green L12 AT0 AH20 F50 BLINK BPW10 ASDL W500 in column data S9 Red 10 AT0 AL0 AH20 AW40 AS400 ADL L25/S9 Red 10 AT0 AL60 AH20 AW40 AS400 ADR L25/S9 Red 10 AT80 AL0 AH20 AW40 AS400 ADL L25/S9 Red 10 AT80 AL60 AH20 AW40 AS400 ADR L25/S10 Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25/S10 Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25/S10 Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25/S10 Yellow 10 AT80 AL60 AH20 AW40 AS400 ADR L25/S11 Blue 10 AT40 AL0 AH20 AW35 AS400 ADL L26/S11 Blue 10 AT40 AL65 AH20 AW35 AS400 ADR L26/S11 Blue 10 AT40 AL0 AH20 AW35 AS400 ADL L26/S11 Blue 10 AT40 AL65 AH20 AW35 AS400 ADR L26/S9|S10|S11 Gold AL42 AW16 AT0 AH100 SHPCircle3 L2/W38 White AH100 AL60 AT0 AW20 SHPCircle3/W39 White AH100 AL80 AT0 AW20 SHPCircle3/W3 Red AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L-19/W3 Red AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L-19/ Purple L11 AT0 AH20 F50 BLINK BPW10 ASDL/ Green L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/ Purple L11 AT80 AH20 F50 BLINK BPW10 ASDR/ Green L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/ White L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W33|W34|W35|W36|W40|W41|W42 Red 200 Blink BPW30 AL40 AW20 AS400 ADU/W37 Dark_golden_rod 100 AL30 AT80 AH20 AW70 AS400 ADR L25/W49 Dark_golden_rod 100 AL0 AT80 AH20 AW70 AS400 ADL L2/W7|W13|W14 Dark_golden_rod L11 AT0 AH20 F50 BLINK BPW10 ASDL/W7|W13|W14 Dark_red L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/W7|W13|W14 Dark_golden_rod L11 AT80 AH20 F50 BLINK BPW10 ASDR/W7|W13|W14 Dark_red L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/W7|W13|W14 White L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W47|W48 Silver L4 AT0 APCAqua/W47|W48 White L5 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W44|W45|W46|W50 Deep_sky_blue L4 AT0 APCGold/W44|W45|W46|W50 White L5 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W5 Light_steel_blue Blink 300 AL5 AT0 AH100 AW10 SHPLetterM L1/W5 Light_steel_blue Blink 300 AL20 AT0 AH100 AW10 SHPLetterO L1/W5 Light_steel_blue Blink 300 AL35 AT0 AH100 AW10 SHPLetterN L1/W5 Light_steel_blue Blink 300 AL50 AT0 AH100 AW10 SHPLetterG L1/W5 Light_steel_blue Blink 300 AL65 AT0 AH100 AW10 SHPLetterE L1/W5 Light_steel_blue Blink 300 AL80 AT0 AH100 AW10 SHPLetterR L1/W10 Red AL0 AW19 FU200 FD150 SHPLeftRight L3/W10 Orange_red AL20 AW19 FU200 FD150 SHPFillBottomTop L3/W10 Red AL40 AW19 FU200 FD150 SHPLeftRight L3/W10 Orange_red AL60 AW19 FU200 FD150 SHPFillBottomTop L3/W10 Red AL80 AW19 FU200 FD150 SHPLeftRight L3/S2|S24|W5|W37|W49 White AH30 AL0 AT0 AW9 SHPCircle3 500 L0/S2|S24|W5|W37|W49 White AH30 AL91 AT0 AW9 SHPCircle3 500 L0.
                      2020.02.14 21:09:28.631 EXCEPTION: Thread:
                      2020.02.14 21:09:28.631 EXCEPTION: Message: Exception –> Cant parse the part GREEN of the ledcontrol table config setting Green L12 AT0 AH20 F50 BLINK BPW10 ASDL W500.
                      2020.02.14 21:09:28.631 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
                      2020.02.14 21:09:28.631 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
                      2020.02.14 21:09:28.631 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
                      2020.02.14 21:09:28.631 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
                      2020.02.14 21:09:28.631 Failed: PURPLE
                      2020.02.14 21:09:28.631 Warning: Cant parse the trigger part PURPLE of the ledcontrol table config setting Purple L11 AT80 AH20 F50 BLINK BPW10 ASDR.
                      2020.02.14 21:09:28.631 EXCEPTION: Could not parse setting Purple L11 AT80 AH20 F50 BLINK BPW10 ASDR in column data S9 Red 10 AT0 AL0 AH20 AW40 AS400 ADL L25/S9 Red 10 AT0 AL60 AH20 AW40 AS400 ADR L25/S9 Red 10 AT80 AL0 AH20 AW40 AS400 ADL L25/S9 Red 10 AT80 AL60 AH20 AW40 AS400 ADR L25/S10 Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25/S10 Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25/S10 Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25/S10 Yellow 10 AT80 AL60 AH20 AW40 AS400 ADR L25/S11 Blue 10 AT40 AL0 AH20 AW35 AS400 ADL L26/S11 Blue 10 AT40 AL65 AH20 AW35 AS400 ADR L26/S11 Blue 10 AT40 AL0 AH20 AW35 AS400 ADL L26/S11 Blue 10 AT40 AL65 AH20 AW35 AS400 ADR L26/S9|S10|S11 Gold AL42 AW16 AT0 AH100 SHPCircle3 L2/W38 White AH100 AL60 AT0 AW20 SHPCircle3/W39 White AH100 AL80 AT0 AW20 SHPCircle3/W3 Red AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L-19/W3 Red AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L-19/ Purple L11 AT0 AH20 F50 BLINK BPW10 ASDL/ Green L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/ Purple L11 AT80 AH20 F50 BLINK BPW10 ASDR/ Green L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/ White L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W33|W34|W35|W36|W40|W41|W42 Red 200 Blink BPW30 AL40 AW20 AS400 ADU/W37 Dark_golden_rod 100 AL30 AT80 AH20 AW70 AS400 ADR L25/W49 Dark_golden_rod 100 AL0 AT80 AH20 AW70 AS400 ADL L2/W7|W13|W14 Dark_golden_rod L11 AT0 AH20 F50 BLINK BPW10 ASDL/W7|W13|W14 Dark_red L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/W7|W13|W14 Dark_golden_rod L11 AT80 AH20 F50 BLINK BPW10 ASDR/W7|W13|W14 Dark_red L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/W7|W13|W14 White L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W47|W48 Silver L4 AT0 APCAqua/W47|W48 White L5 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W44|W45|W46|W50 Deep_sky_blue L4 AT0 APCGold/W44|W45|W46|W50 White L5 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W5 Light_steel_blue Blink 300 AL5 AT0 AH100 AW10 SHPLetterM L1/W5 Light_steel_blue Blink 300 AL20 AT0 AH100 AW10 SHPLetterO L1/W5 Light_steel_blue Blink 300 AL35 AT0 AH100 AW10 SHPLetterN L1/W5 Light_steel_blue Blink 300 AL50 AT0 AH100 AW10 SHPLetterG L1/W5 Light_steel_blue Blink 300 AL65 AT0 AH100 AW10 SHPLetterE L1/W5 Light_steel_blue Blink 300 AL80 AT0 AH100 AW10 SHPLetterR L1/W10 Red AL0 AW19 FU200 FD150 SHPLeftRight L3/W10 Orange_red AL20 AW19 FU200 FD150 SHPFillBottomTop L3/W10 Red AL40 AW19 FU200 FD150 SHPLeftRight L3/W10 Orange_red AL60 AW19 FU200 FD150 SHPFillBottomTop L3/W10 Red AL80 AW19 FU200 FD150 SHPLeftRight L3/S2|S24|W5|W37|W49 White AH30 AL0 AT0 AW9 SHPCircle3 500 L0/S2|S24|W5|W37|W49 White AH30 AL91 AT0 AW9 SHPCircle3 500 L0.
                      2020.02.14 21:09:28.631 EXCEPTION: Thread:
                      2020.02.14 21:09:28.631 EXCEPTION: Message: Exception –> Cant parse the part PURPLE of the ledcontrol table config setting Purple L11 AT80 AH20 F50 BLINK BPW10 ASDR.
                      2020.02.14 21:09:28.631 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
                      2020.02.14 21:09:28.631 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
                      2020.02.14 21:09:28.631 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
                      2020.02.14 21:09:28.631 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
                      2020.02.14 21:09:28.631 Failed: GREEN
                      2020.02.14 21:09:28.631 Warning: Cant parse the trigger part GREEN of the ledcontrol table config setting Green L12 AT80 AH20 F50 BLINK BPW10 ASDR W500.
                      2020.02.14 21:09:28.631 EXCEPTION: Could not parse setting Green L12 AT80 AH20 F50 BLINK BPW10 ASDR W500 in column data S9 Red 10 AT0 AL0 AH20 AW40 AS400 ADL L25/S9 Red 10 AT0 AL60 AH20 AW40 AS400 ADR L25/S9 Red 10 AT80 AL0 AH20 AW40 AS400 ADL L25/S9 Red 10 AT80 AL60 AH20 AW40 AS400 ADR L25/S10 Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25/S10 Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25/S10 Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25/S10 Yellow 10 AT80 AL60 AH20 AW40 AS400 ADR L25/S11 Blue 10 AT40 AL0 AH20 AW35 AS400 ADL L26/S11 Blue 10 AT40 AL65 AH20 AW35 AS400 ADR L26/S11 Blue 10 AT40 AL0 AH20 AW35 AS400 ADL L26/S11 Blue 10 AT40 AL65 AH20 AW35 AS400 ADR L26/S9|S10|S11 Gold AL42 AW16 AT0 AH100 SHPCircle3 L2/W38 White AH100 AL60 AT0 AW20 SHPCircle3/W39 White AH100 AL80 AT0 AW20 SHPCircle3/W3 Red AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L-19/W3 Red AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L-19/ Purple L11 AT0 AH20 F50 BLINK BPW10 ASDL/ Green L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/ Purple L11 AT80 AH20 F50 BLINK BPW10 ASDR/ Green L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/ White L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W33|W34|W35|W36|W40|W41|W42 Red 200 Blink BPW30 AL40 AW20 AS400 ADU/W37 Dark_golden_rod 100 AL30 AT80 AH20 AW70 AS400 ADR L25/W49 Dark_golden_rod 100 AL0 AT80 AH20 AW70 AS400 ADL L2/W7|W13|W14 Dark_golden_rod L11 AT0 AH20 F50 BLINK BPW10 ASDL/W7|W13|W14 Dark_red L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/W7|W13|W14 Dark_golden_rod L11 AT80 AH20 F50 BLINK BPW10 ASDR/W7|W13|W14 Dark_red L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/W7|W13|W14 White L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W47|W48 Silver L4 AT0 APCAqua/W47|W48 White L5 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W44|W45|W46|W50 Deep_sky_blue L4 AT0 APCGold/W44|W45|W46|W50 White L5 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W5 Light_steel_blue Blink 300 AL5 AT0 AH100 AW10 SHPLetterM L1/W5 Light_steel_blue Blink 300 AL20 AT0 AH100 AW10 SHPLetterO L1/W5 Light_steel_blue Blink 300 AL35 AT0 AH100 AW10 SHPLetterN L1/W5 Light_steel_blue Blink 300 AL50 AT0 AH100 AW10 SHPLetterG L1/W5 Light_steel_blue Blink 300 AL65 AT0 AH100 AW10 SHPLetterE L1/W5 Light_steel_blue Blink 300 AL80 AT0 AH100 AW10 SHPLetterR L1/W10 Red AL0 AW19 FU200 FD150 SHPLeftRight L3/W10 Orange_red AL20 AW19 FU200 FD150 SHPFillBottomTop L3/W10 Red AL40 AW19 FU200 FD150 SHPLeftRight L3/W10 Orange_red AL60 AW19 FU200 FD150 SHPFillBottomTop L3/W10 Red AL80 AW19 FU200 FD150 SHPLeftRight L3/S2|S24|W5|W37|W49 White AH30 AL0 AT0 AW9 SHPCircle3 500 L0/S2|S24|W5|W37|W49 White AH30 AL91 AT0 AW9 SHPCircle3 500 L0.
                      2020.02.14 21:09:28.631 EXCEPTION: Thread:
                      2020.02.14 21:09:28.631 EXCEPTION: Message: Exception –> Cant parse the part GREEN of the ledcontrol table config setting Green L12 AT80 AH20 F50 BLINK BPW10 ASDR W500.
                      2020.02.14 21:09:28.631 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
                      2020.02.14 21:09:28.631 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
                      2020.02.14 21:09:28.631 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
                      2020.02.14 21:09:28.631 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
                      2020.02.14 21:09:28.631 Failed: WHITE
                      2020.02.14 21:09:28.631 Warning: Cant parse the trigger part WHITE of the ledcontrol table config setting White L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150.
                      2020.02.14 21:09:28.631 EXCEPTION: Could not parse setting White L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150 in column data S9 Red 10 AT0 AL0 AH20 AW40 AS400 ADL L25/S9 Red 10 AT0 AL60 AH20 AW40 AS400 ADR L25/S9 Red 10 AT80 AL0 AH20 AW40 AS400 ADL L25/S9 Red 10 AT80 AL60 AH20 AW40 AS400 ADR L25/S10 Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25/S10 Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25/S10 Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25/S10 Yellow 10 AT80 AL60 AH20 AW40 AS400 ADR L25/S11 Blue 10 AT40 AL0 AH20 AW35 AS400 ADL L26/S11 Blue 10 AT40 AL65 AH20 AW35 AS400 ADR L26/S11 Blue 10 AT40 AL0 AH20 AW35 AS400 ADL L26/S11 Blue 10 AT40 AL65 AH20 AW35 AS400 ADR L26/S9|S10|S11 Gold AL42 AW16 AT0 AH100 SHPCircle3 L2/W38 White AH100 AL60 AT0 AW20 SHPCircle3/W39 White AH100 AL80 AT0 AW20 SHPCircle3/W3 Red AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L-19/W3 Red AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L-19/ Purple L11 AT0 AH20 F50 BLINK BPW10 ASDL/ Green L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/ Purple L11 AT80 AH20 F50 BLINK BPW10 ASDR/ Green L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/ White L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W33|W34|W35|W36|W40|W41|W42 Red 200 Blink BPW30 AL40 AW20 AS400 ADU/W37 Dark_golden_rod 100 AL30 AT80 AH20 AW70 AS400 ADR L25/W49 Dark_golden_rod 100 AL0 AT80 AH20 AW70 AS400 ADL L2/W7|W13|W14 Dark_golden_rod L11 AT0 AH20 F50 BLINK BPW10 ASDL/W7|W13|W14 Dark_red L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/W7|W13|W14 Dark_golden_rod L11 AT80 AH20 F50 BLINK BPW10 ASDR/W7|W13|W14 Dark_red L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/W7|W13|W14 White L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W47|W48 Silver L4 AT0 APCAqua/W47|W48 White L5 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W44|W45|W46|W50 Deep_sky_blue L4 AT0 APCGold/W44|W45|W46|W50 White L5 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W5 Light_steel_blue Blink 300 AL5 AT0 AH100 AW10 SHPLetterM L1/W5 Light_steel_blue Blink 300 AL20 AT0 AH100 AW10 SHPLetterO L1/W5 Light_steel_blue Blink 300 AL35 AT0 AH100 AW10 SHPLetterN L1/W5 Light_steel_blue Blink 300 AL50 AT0 AH100 AW10 SHPLetterG L1/W5 Light_steel_blue Blink 300 AL65 AT0 AH100 AW10 SHPLetterE L1/W5 Light_steel_blue Blink 300 AL80 AT0 AH100 AW10 SHPLetterR L1/W10 Red AL0 AW19 FU200 FD150 SHPLeftRight L3/W10 Orange_red AL20 AW19 FU200 FD150 SHPFillBottomTop L3/W10 Red AL40 AW19 FU200 FD150 SHPLeftRight L3/W10 Orange_red AL60 AW19 FU200 FD150 SHPFillBottomTop L3/W10 Red AL80 AW19 FU200 FD150 SHPLeftRight L3/S2|S24|W5|W37|W49 White AH30 AL0 AT0 AW9 SHPCircle3 500 L0/S2|S24|W5|W37|W49 White AH30 AL91 AT0 AW9 SHPCircle3 500 L0.
                      2020.02.14 21:09:28.631 EXCEPTION: Thread:
                      2020.02.14 21:09:28.631 EXCEPTION: Message: Exception –> Cant parse the part WHITE of the ledcontrol table config setting White L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150.
                      2020.02.14 21:09:28.631 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
                      2020.02.14 21:09:28.631 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
                      2020.02.14 21:09:28.631 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
                      2020.02.14 21:09:28.631 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
                      2020.02.14 21:09:28.631 Warning: Previous exceptions occured in the line im,S9 Red 10 AT0 AL0 AH20 AW40 AS400 ADL L25/S9 Red 10 AT0 AL60 AH20 AW40 AS400 ADR L25/S9 Red 10 AT80 AL0 AH20 AW40 AS400 ADL L25/S9 Red 10 AT80 AL60 AH20 AW40 AS400 ADR L25/S10 Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25/S10 Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25/S10 Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25/S10 Yellow 10 AT80 AL60 AH20 AW40 AS400 ADR L25/S11 Blue 10 AT40 AL0 AH20 AW35 AS400 ADL L26/S11 Blue 10 AT40 AL65 AH20 AW35 AS400 ADR L26/S11 Blue 10 AT40 AL0 AH20 AW35 AS400 ADL L26/S11 Blue 10 AT40 AL65 AH20 AW35 AS400 ADR L26/S9|S10|S11 Gold AL42 AW16 AT0 AH100 SHPCircle3 L2/W38 White AH100 AL60 AT0 AW20 SHPCircle3/W39 White AH100 AL80 AT0 AW20 SHPCircle3/W3 Red AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L-19/W3 Red AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L-19/ Purple L11 AT0 AH20 F50 BLINK BPW10 ASDL/ Green L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/ Purple L11 AT80 AH20 F50 BLINK BPW10 ASDR/ Green L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/ White L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W33|W34|W35|W36|W40|W41|W42 Red 200 Blink BPW30 AL40 AW20 AS400 ADU/W37 Dark_golden_rod 100 AL30 AT80 AH20 AW70 AS400 ADR L25/W49 Dark_golden_rod 100 AL0 AT80 AH20 AW70 AS400 ADL L2/W7|W13|W14 Dark_golden_rod L11 AT0 AH20 F50 BLINK BPW10 ASDL/W7|W13|W14 Dark_red L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/W7|W13|W14 Dark_golden_rod L11 AT80 AH20 F50 BLINK BPW10 ASDR/W7|W13|W14 Dark_red L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/W7|W13|W14 White L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W47|W48 Silver L4 AT0 APCAqua/W47|W48 White L5 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W44|W45|W46|W50 Deep_sky_blue L4 AT0 APCGold/W44|W45|W46|W50 White L5 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W5 Light_steel_blue Blink 300 AL5 AT0 AH100 AW10 SHPLetterM L1/W5 Light_steel_blue Blink 300 AL20 AT0 AH100 AW10 SHPLetterO L1/W5 Light_steel_blue Blink 300 AL35 AT0 AH100 AW10 SHPLetterN L1/W5 Light_steel_blue Blink 300 AL50 AT0 AH100 AW10 SHPLetterG L1/W5 Light_steel_blue Blink 300 AL65 AT0 AH100 AW10 SHPLetterE L1/W5 Light_steel_blue Blink 300 AL80 AT0 AH100 AW10 SHPLetterR L1/W10 Red AL0 AW19 FU200 FD150 SHPLeftRight L3/W10 Orange_red AL20 AW19 FU200 FD150 SHPFillBottomTop L3/W10 Red AL40 AW19 FU200 FD150 SHPLeftRight L3/W10 Orange_red AL60 AW19 FU200 FD150 SHPFillBottomTop L3/W10 Red AL80 AW19 FU200 FD150 SHPLeftRight L3/S2|S24|W5|W37|W49 White AH30 AL0 AT0 AW9 SHPCircle3 500 L0/S2|S24|W5|W37|W49 White AH30 AL91 AT0 AW9 SHPCircle3 500 L0,S1|S2|S18 Red 50 AH100 ADU AS300/W29 Red 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/W28 Blue 100 AT80 AH20 ADD AS300/W23 Red AT72 AH15 F200 ADU AS200 BLINK 1000 BPW20/W23 Red AT72 AH15 F200 ADD AS200 BLINK 1000 BPW20 W500/W23 Dark_golden_rod L0 APCRed AL0 AW100 AT85 AH15/W9 Golden_rod 50 AH100 ADU AS300/W40|W41|W42 Gold 40 AT40 AL0 AH10 AW100 AS400 ADU L25/W40|W41|W42 Gold 40 AT50 AL0 AH10 AW100 AS400 ADD L25/W37 Dark_golden_rod 100 W300 AH80 ADD AS300 L25/W14|W13|W7 Dark_golden_rod L13 AT0 AFDEN15 AFMIN10 AFMAX20/W10 Red MAX200 AH100 ADD AS400 Blink 50,S17 Red 50 AH100 ADU AS300/W24 Red 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/W25 Blue 100 AT80 AH20 ADD AS300/W33|W34|W35|W36 Gold 40 AT40 AL0 AH10 AW100 AS400 ADU L25/W33|W34|W35|W36 Gold 40 AT50 AL0 AH10 AW100 AS400 ADD L25/W49 Dark_golden_rod 100 W300 AH80 ADD AS300 L25/W7|W13|W14 Dark_golden_rod L13 AT0 AFDEN15 AFMIN10 AFMAX20/W10 Red MAX200 AH100 ADD AS400 Blink 50 of the ledcontrol file
                      2020.02.14 21:09:28.944 2 directoutputconfig.ini or ledcontrol.ini files loaded.
                      2020.02.14 21:09:28.944 Config for RomName doflinx exists in LedControl data. Updating cabinet and config.
                      2020.02.14 21:09:28.959 EXCEPTION: DirectOutput framework has encountered a exception during setup.
                      2020.02.14 21:09:28.959 EXCEPTION: Thread:
                      2020.02.14 21:09:28.959 EXCEPTION: Message: NullReferenceException –> Object reference not set to an instance of an object.
                      2020.02.14 21:09:28.959 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Setup.Configurator.Setup(LedControlConfigList LedControlConfigList, Table Table, Cabinet Cabinet, String RomName)
                      2020.02.14 21:09:28.959 EXCEPTION: Stacktrace: at DirectOutput.Pinball.Setup(String GlobalConfigFilename, String TableFilename, String RomName)
                      2020.02.14 21:09:28.959 EXCEPTION: Targetsite: Void Setup(DirectOutput.LedControl.Loader.LedControlConfigList, DirectOutput.Table.Table, DirectOutput.Cab.Cabinet, System.String)
                      2020.02.14 21:09:28.959 Initializing cabinet
                      2020.02.14 21:09:28.959 Debug: Initializing output controllers
                      2020.02.14 21:09:28.959 Debug: Output controllers initialized
                      2020.02.14 21:09:28.959 Cabinet initialized
                      2020.02.14 21:09:28.959 PacDriveSingleton.PacUIOGetIdList: i=0, numdevices=1, DeviceType=IPACIO
                      2020.02.14 21:09:28.959 PacUIO Id:0 initialized and updater thread started.
                      2020.02.14 21:09:28.959 PacUIO.ResetFadeTime
                      2020.02.14 21:09:30.966 Finishing framework
                      2020.02.14 21:09:30.966 Finishing cabinet
                      2020.02.14 21:09:30.966 Debug: Finishing output controllers
                      2020.02.14 21:09:30.966 TeensyStripController LedStripController finished and updater thread stopped.
                      2020.02.14 21:09:31.982 PacUIO.ShutdownLighting
                      2020.02.14 21:09:31.982 PacUIO.ShutdownLighting
                      2020.02.14 21:09:31.982 PacUIO Id:0 finished and updater thread stopped.
                      2020.02.14 21:09:31.982 Debug: Output controllers finished
                      2020.02.14 21:09:31.982 Cabinet finished
                      2020.02.14 21:09:31.982 DirectOutput framework finished.
                      2020.02.14 21:09:31.982 Bye and thanks for using!
                      2020.02.14 21:09:31.982 Initializing cabinet
                      2020.02.14 21:09:31.982 Debug: Initializing output controllers
                      2020.02.14 21:09:31.982 Debug: Output controllers initialized
                      2020.02.14 21:09:31.982 Cabinet initialized
                      2020.02.14 21:09:31.982 PacDriveSingleton.PacUIOGetIdList: i=0, numdevices=1, DeviceType=IPACIO
                      2020.02.14 21:09:31.982 PacUIO Id:0 initialized and updater thread started.
                      2020.02.14 21:09:31.982 PacUIO.ResetFadeTime

                       

                       

                       

                      BSchaberg21

                      #163316
                      outhere
                      Moderator
                        @outhere
                        MemberContributorvipModerator

                        Pins 15 and 16 are jumped or not?

                        I come up with 599

                        This number is not right 544

                        <TeensyStripController>
                        <Name>LedStripController</Name>
                        <NumberOfLedsStrip1>544</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>

                        #163335
                        bschaberg21
                        Participant
                          @bschaberg21
                          Member

                          Thanks for the reply. 544 is correct.  I just realized and removed the last three sections.  I was using a script I found in another forum. Below is the updated and current cabinet.xml. e teensy pins are not jumped.  All LEDs stay on and white when the tables launched.  When I close the table the LED’s stay on.  I jumped 15+16 again. Nothing happens during table launch.  Clearly i’m doing something.

                           

                          <?xml version=”1.0″?>
                          <Cabinet xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221; xmlns:xsd=”http://www.w3.org/2001/XMLSchema”&gt;
                          <Name>MajorFrenchy</Name>
                          <OutputControllers>

                          <TeensyStripController>
                          <Name>LedStripController</Name>
                          <NumberOfLedsStrip1>544</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>BackBoard</Name>
                          <Width>32</Width>
                          <Height>8</Height>
                          <LedStripArrangement>TopDownAlternateLeftRight</LedStripArrangement>
                          <ColorOrder>GRB</ColorOrder>
                          <FirstLedNumber>145</FirstLedNumber>
                          <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
                          <OutputControllerName>LedStripController</OutputControllerName>
                          </LedStrip>

                          <LedStrip>
                          <Name>Sideboard Right</Name>
                          <Width>1</Width>
                          <Height>144</Height>
                          <LedStripArrangement>TopDownRightLeft</LedStripArrangement>
                          <ColorOrder>GRB</ColorOrder>
                          <FirstLedNumber>1</FirstLedNumber>
                          <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
                          <OutputControllerName>LedStripController</OutputControllerName>
                          </LedStrip>

                          <LedStrip>
                          <Name>Sideboard Left</Name>
                          <Width>1</Width>
                          <Height>144</Height>
                          <LedStripArrangement>BottomUpLeftRight</LedStripArrangement>
                          <ColorOrder>GRB</ColorOrder>
                          <FirstLedNumber>401</FirstLedNumber>
                          <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
                          <OutputControllerName>LedStripController</OutputControllerName>
                          </LedStrip>

                          <LedWizEquivalent>

                          <Name>LedWizEquivalent 30</Name>
                          <Outputs>

                          <LedWizEquivalentOutput>
                          <OutputName>BackBoard</OutputName>
                          <LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber>
                          </LedWizEquivalentOutput>

                          <LedWizEquivalentOutput>
                          <OutputName>Sideboard Right</OutputName>
                          <LedWizEquivalentOutputNumber>4</LedWizEquivalentOutputNumber>
                          </LedWizEquivalentOutput>

                          <LedWizEquivalentOutput>
                          <OutputName>Sideboard Left</OutputName>
                          <LedWizEquivalentOutputNumber>7</LedWizEquivalentOutputNumber>
                          </LedWizEquivalentOutput>

                          </Outputs>
                          <LedWizNumber>30</LedWizNumber>
                          </LedWizEquivalent>

                          </Toys>
                          <AutoConfigEnabled>true</AutoConfigEnabled>

                          </Cabinet>

                           

                          BSchaberg21

                          #163338
                          outhere
                          Moderator
                            @outhere
                            MemberContributorvipModerator

                            Re-Post your DirectOutput.log

                            #163340
                            bschaberg21
                            Participant
                              @bschaberg21
                              Member

                              Some more information…  When I run the directoutputconfigtester.exe  all LED’s turn on (White).  I can see the .exe “not responding” in task manager.  The DirectOutput log is below.

                               

                              ———————————————————————————
                              DirectOutput Version 3.1.7021.37104, built 2019.03.23 20:36
                              MJR Grander Unified DOF R3++ edition feat. Djrobx, Rambo3, and Freezy
                              DOF created by SwissLizard | https://github.com/mjrgh/DirectOutput
                              2020.02.15 08:49:55.502 DirectOutput Logger initialized
                              2020.02.15 08:49:55.489 Global config filename is “C:\DirectOutput\Config\GlobalConfig_B2SServer.xml”
                              2020.02.15 08:49:55.502 Global config loaded from: C:\DirectOutput\Config\GlobalConfig_B2SServer.xml
                              2020.02.15 08:49:55.502 Loading Pinball parts
                              2020.02.15 08:49:55.503 Loading cabinet
                              2020.02.15 08:49:55.504 Will load cabinet config file: C:\DirectOutput\Config\Cabinet.xml
                              2020.02.15 08:49:55.692 1 output controller defnitions and 4 toy definitions loaded from cabinet config.
                              2020.02.15 08:49:55.692 Cabinet config file has AutoConfig feature enabled. Calling AutoConfig.
                              2020.02.15 08:49:55.692 Cabinet auto configuration started
                              2020.02.15 08:49:55.715 PacDriveSingleton.PacUIOGetIdList: i=0, numdevices=1, DeviceType=IPACIO
                              2020.02.15 08:49:55.718 PacUIOAutoConfigurator.AutoConfig.. Detected I-PAC Ultimate[0], name=PacUIO 0
                              2020.02.15 08:49:55.718 Detected and added PacUIO Id 0 with name PacUIO 0
                              2020.02.15 08:49:55.718 Added LedwizEquivalent Nr. 27 with name PacUIO 0 Equivalent 1 for PacUIO with Id 0
                              2020.02.15 08:49:55.719 PhilipsHueAutoConfigurator.AutoConfig started…note, actual connection detection will happen asynchronously, and device disabled if not succesfull (check further down in the log)
                              2020.02.15 08:49:55.724 LedWiz-like device at VID=53769, PID=1040, product string=I-PAC Ultimate, manufacturer string=Ultimarc I-PAC
                              2020.02.15 08:49:55.726 LedWiz-like device at VID=53769, PID=1040, product string=I-PAC Ultimate, manufacturer string=Ultimarc I-PAC
                              2020.02.15 08:49:55.728 LedWiz-like device at VID=1118, PID=1861, product string=Microsoft® 2.4GHz Transceiver v7.0, manufacturer string=Microsoft
                              2020.02.15 08:49:55.729 LedWiz-like device at VID=53769, PID=1040, product string=I-PAC Ultimate, manufacturer string=Ultimarc I-PAC
                              2020.02.15 08:49:55.731 LedWiz-like device at VID=1118, PID=1861, product string=Microsoft® 2.4GHz Transceiver v7.0, manufacturer string=Microsoft
                              2020.02.15 08:49:55.732 LedWiz-like device at VID=53769, PID=1040, product string=I-PAC Ultimate, manufacturer string=Ultimarc I-PAC
                              2020.02.15 08:49:55.734 LedWiz-like device at VID=1118, PID=1861, product string=Microsoft® 2.4GHz Transceiver v7.0, manufacturer string=Microsoft
                              2020.02.15 08:49:55.736 LedWiz-like device at VID=1118, PID=1861, product string=Microsoft® 2.4GHz Transceiver v7.0, manufacturer string=Microsoft
                              2020.02.15 08:49:55.738 LedWiz-like device at VID=1118, PID=1861, product string=Microsoft® 2.4GHz Transceiver v7.0, manufacturer string=Microsoft
                              2020.02.15 08:49:55.742 Cabinet auto configuration finished
                              2020.02.15 08:49:55.742 Autoconfig complete.
                              2020.02.15 08:49:55.742 Cabinet config loaded successfully from C:\DirectOutput\Config\Cabinet.xml
                              2020.02.15 08:49:55.742 Cabinet loaded
                              2020.02.15 08:49:55.742 Loading table config
                              2020.02.15 08:49:55.742 Warning: No table config file found. Will try to load config from LedControl file(s).
                              2020.02.15 08:49:55.742 Will try to load configs from DirectOutput.ini or LedControl.ini file(s) for RomName afm
                              2020.02.15 08:49:55.745 Loading LedControl file C:\Visual Pinball\Tables\directoutputconfig.ini
                              2020.02.15 08:49:55.747 Min DOF Version is 0.8 for file directoutputconfig.ini
                              2020.02.15 08:49:55.910 1 directoutputconfig.ini or ledcontrol.ini files loaded.
                              2020.02.15 08:49:55.911 Config for RomName afm exists in LedControl data. Updating cabinet and config.
                              2020.02.15 08:49:55.918 Table config loading finished: romname=afm, tablename=Attack from Mars (Bally 1995) g5k 1.1
                              2020.02.15 08:49:55.919 Pinball parts loaded
                              2020.02.15 08:49:55.919 Starting processes
                              2020.02.15 08:49:55.920 Initializing cabinet
                              2020.02.15 08:49:55.920 Debug: Initializing output controllers
                              2020.02.15 08:49:55.936 TeensyStripController LedStripController intialized and updater thread started.
                              2020.02.15 08:49:55.937 TeensyStripController LedStripController updater thread started.
                              2020.02.15 08:49:55.938 PacUIO Id:0 initialized and updater thread started.
                              2020.02.15 08:49:55.938 Debug: Output controllers initialized
                              2020.02.15 08:49:55.938 PacUIO.ResetFadeTime
                              2020.02.15 08:49:55.941 Cabinet initialized
                              2020.02.15 08:49:55.943 Loading shape definition file: C:\DirectOutput\Config\DirectOutputShapes.xml
                              2020.02.15 08:49:55.990 Framework initialized.
                              2020.02.15 08:49:55.990 Have fun! :)
                              2020.02.15 08:49:56.047 TeensyStripController LedStripController updater thread has connected to TeensyStripController LedStripController.

                              BSchaberg21

                              #163341
                              outhere
                              Moderator
                                @outhere
                                MemberContributorvipModerator

                                To post a picture click on the icon top right

                                Post a picture of your Config folder

                                #163344
                                bschaberg21
                                Participant
                                  @bschaberg21
                                  Member

                                  Here you go.

                                  Cabinet Config

                                  BSchaberg21

                                  #163345
                                  outhere
                                  Moderator
                                    @outhere
                                    MemberContributorvipModerator

                                    In the last log that you posted it’s not showing that it’s finding this file  — directoutputconfig30.ini

                                    #163348
                                    bschaberg21
                                    Participant
                                      @bschaberg21
                                      Member

                                      Any suggestions on how to correct?

                                      BSchaberg21

                                      #163349
                                      outhere
                                      Moderator
                                        @outhere
                                        MemberContributorvipModerator

                                        What is this file – GlobalConfig_B2SServer.org   ?

                                        Post your GlobalConfig_B2SServer.xml file

                                        Tried downloading them from the website again and see if that helps

                                        #163352
                                        bschaberg21
                                        Participant
                                          @bschaberg21
                                          Member

                                          Thanks. I’ll try this afternoon and post back.

                                          BSchaberg21

                                          #163370
                                          bschaberg21
                                          Participant
                                            @bschaberg21
                                            Member

                                            the .org file was existing before I started with this LED project.  I renamed it to preserve it.  Below is the globalconfig_b2sserver.xml file.

                                             

                                            <?xml version=”1.0″ encoding=”utf-8″?>
                                            <!–Global configuration for the DirectOutput framework.–>
                                            <!–Saved by DirectOutput Version 3.1.7021.37104: 2020-02-13 22-55-34–>
                                            <GlobalConfig>
                                            <LedWizDefaultMinCommandIntervalMs>10</LedWizDefaultMinCommandIntervalMs>
                                            <LedControlMinimumEffectDurationMs>60</LedControlMinimumEffectDurationMs>
                                            <LedControlMinimumRGBEffectDurationMs>120</LedControlMinimumRGBEffectDurationMs>
                                            <PacLedDefaultMinCommandIntervalMs>10</PacLedDefaultMinCommandIntervalMs>
                                            <IniFilesPath />
                                            <CabinetConfigFilePattern>C:\DirectOutput\Config\Cabinet.xml</CabinetConfigFilePattern>
                                            <TableConfigFilePatterns />
                                            <EnableLogging>true</EnableLogging>
                                            <ClearLogOnSessionStart>true</ClearLogOnSessionStart>
                                            <LogFilePattern>.\DirectOutput.log</LogFilePattern>
                                            </GlobalConfig>

                                            BSchaberg21

                                          Viewing 20 posts - 1 through 20 (of 77 total)

                                          Forums are currently locked.

                                          ©2024 VPinBall.com

                                          Log in with your credentials

                                          Forgot your details?