Jump to content

Addressable Rgb's


randr

Recommended Posts

  • Content Provider
10 hours ago, arngrim said:

you can have custom letters that you can use for a specific table, i know it is possible but don't know how, maybe randr knows, swisslizard for sure

Sent from tapatalk
 

 

17 minutes ago, karlson18 said:

Thanks for the reply terryred, so ist have a look in the directoutputshapes.xml but i have no idea how to add any Letter. Would you post your directoutputshapes.xml maybe than i unterstand how to do this.

Greetings karlson 

I'm far far away from my cab, so I can't share my settings.

arngrim, you first have the define the letters and numbers yourself in the directoutputshapes.xml. There aren't any defined in there, It's easy to do. Just copy one of the other "shapes" and redefine it with you own letter "name" and use the x and y of the first top-left pixel of the letter from the directoutputshapes.png picture.

I could share what I did, but it would be better to have a "standard" so that "everyone" will use the same direcoutputshapes.xml with numbers and letters included.

Then, you would use whatever you called your letters in your tables MX config settings.

I called my letters something like "DDDDD", "EEEEE", "AAAAA", etc...

Let me know if you would like me to create some kind of standard for the letters, and when I get time I could do all of them and add them into the XML file to maybe be added into a newer DOF R3?

Link to comment
Share on other sites

Been laughing for two days now, DEAD is just splendid!

I looked at the XML, and it seems spot on. Very interesting this. It's a big PNG, it looks like more than 50% of its pixel estate is available for additional symbols. The XML looks really well thought out with amount of frames, frame direction, delay? I'm impressed.

Link to comment
Share on other sites

  • Content Provider

so the direcoutputshapes.xml is just not complete based on the png?

you can share yours, but dof r3 is beta for a long time now, there is no official version, mjr, djrobx have put changes to it, now rambo3 is adding support for ultimate I/O controller, i suggest you send the updated direcoutputshapes.xml to rambo3 so he can put it to his fork?

besides, one tip in the configtool the first textbox in the tableconfig page for all configs is the tablevariables, so you can have local variables per tableconfig

example

blackwater 100 table

tablevariables = playon=(W43=0)

flasher outside left  W24 Yellow f200/(L28=1 and @playon@) Brown/(L92=1 and @playon@) Forest_green

you could put a reference to a custom shape in your private config like, 

tablevariables : letterD = AH100 AL20 AT0 AW19 SHPtherightnamethatpointstotheshape

and S9 Red @letterD@ L0

problem to publicize this config change, every teensy user needs to be aware to update his direcoutputshapes.xml and i'm quite not everybody is following the discussion

or if you publish a public config with the tablevariable that points to a new direcoutputshapes.xml, you could send a link in the comment of the release of the config, when you submit for public consideration?

Link to comment
Share on other sites

Got the LED-matrix to blink and flash in Attack from Mars! WEeeeeeeeeee!

TerryRed? Thanks for all your info. Saved me days of trial&error. Now I can focus on the good stuff; move the pincab, clean it up, wire stuff securely, put things back, test again, put that playfield glass back on top, and get my damn couch back!

Link to comment
Share on other sites

  • 2 weeks later...

Hello there,

first I'd like to thank you for the great ideas and community here and at vpforums. This was the reason I am now building my own VPin.

I like to add addressable LEDs  to my cabinet project. However I have a problem with the above used Teensy/Optoboard solution. I cannot get any effects from the LEDs at all.

I am using Win 10 x64 pro with 16 GB Ram and using latest VP10.2

I have a working DOF config with the latest DOF r3 from http://www.mjrnet.org/pinscape/downloads/DirectOutput-mjr-20161019.zip. Several effects are working within VP (Solenoids, Shaker, RGB undercab, Gear motor, beacon, strobes)

I have flashed the latest beta firmware (dd. 2.1.2016 from https://github.com/DirectOutput/TeensyStripController/releases) on the Teensy using Teensy loader software. The teensy is on COM7.

I have connected 1 continuous LED strip with 388 LEDs (5 V) (2x 101 LEDs for left/right side, 62x3 LEDs for back)

When I check connections with my multimeter I get a connection on the strip both for ground and +5v all the way from beginning to end of LED strip. The only thing that has no connection from beginning to end is the data wire. Is this normal?

When I use the automatically generated directoutputconfig30.ini from DOF config, my DOF log shows an error: "failed: AH100" with several following errors "can't parse ..."

When I use Terry Reds directoutputconfig30.ini from last page I get an error "rom mtl already...". Once I delete the line "mtl,0,0,0,0,..." I get no more errors in the log. However still no effects.

Any tips?

 

Furthermore isn't it possible to use an "out-of-the-box"-solution like

https://www.amazon.de/gp/product/B00LN3X9BU/ref=oh_aui_detailpage_o06_s00?ie=UTF8&psc=1 or

https://www.amazon.de/LED-PLAYER-Multitalent-WS2812-LED-Stripes-Panels/dp/B011O9AQHC/ref=pd_sim_107_6?_encoding=UTF8&psc=1&refRID=MQTNVETS8JF1V1XESSAD

this is a LED player/controller configurable by USB connection ("S" for up to 256 LEDs, "M" for up to 2048 LEDs) using TPM2 protocol for LED control.

Is it possible to configure DOF for TPM2 protocol output?

GlobalConfig_b2SServer.xml

GlobalConfig_PinballX.xml

tablemappings.xml

cabinet.xml

directoutputconfig30.ini

Link to comment
Share on other sites

Morning,

had a look on your cabint.xml thing der is something wrong please try this one

<?xml version="1.0"?>
<Cabinet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Name>TimoPin</Name>
   <OutputControllers>
    
    <TeensyStripController>
     <Name>LEDStripController</Name>
      <NumberOfLedsStrip1>388</NumberOfLedsStrip1>
      <NumberOfLedsStrip2>0</NumberOfLedsStrip2>
      <NumberOfLedsStrip3>0</NumberOfLedsStrip3>
      <NumberOfLedsStrip4>0</NumberOfLedsStrip4>
      <NumberOfLedsStrip5>0</NumberOfLedsStrip5>
      <NumberOfLedsStrip6>0</NumberOfLedsStrip6>
      <NumberOfLedsStrip7>0</NumberOfLedsStrip7>
      <NumberOfLedsStrip8>0</NumberOfLedsStrip8>
      <ComPortName>COM7</ComPortName>
    </TeensyStripController>
    
   </OutputControllers>
   
   <Toys>
 
    <LedStrip>
      <Name>PF Right</Name>
      <Width>1</Width>
      <Height>101</Height>
      <LedStripArrangement>BottomUpLeftRight</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>1</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>LEDStripController</OutputControllerName>
    </LedStrip>
    
    <LedStrip>
      <Name>PF Back</Name>
      <Width>62</Width>
      <Height>3</Height>
      <LedStripArrangement>RightLeftAlternateBottomUp</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>102</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>LEDStripController</OutputControllerName>
    </LedStrip>
    
    <LedStrip>
      <Name>PF Left</Name>
      <Width>1</Width>
      <Height>101</Height>
      <LedStripArrangement>TopDownRightLeft</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>288</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>LEDStripController</OutputControllerName>
    </LedStrip>

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

 

greetings karlson

 

Link to comment
Share on other sites

I'm sorry no idear please post your log file. You connected your stripe with an ethernet cable right the data wire must  be connected to the first pin. This was my error when i installiert the RGB Feature.  Use an digital multimeter and check the connected to with pin the wire is connected. When i remember right it is the right one on the plug. 

error: "failed: AH100" with several following errors "can't parse ..." this error are in my log file too but the RGB Stripes works good. 

Greetings karlson

Link to comment
Share on other sites

Hello,

I have reset my cabinet.xml as below and have rewired the teensy/optoboard connections to the led strip to rule out a faulty connection

please find attached my directoutput.log

I have checked the connection from the optoboard to the led strip. it is ok.

when looking on the teensy/optoboard from above and the micro usb connector is facing toward you: the leftmost pin from the left ethernet port on the optoboard is a ground connection, the 2nd from the left is the orange data wire connected to the led strip data, the 3rd pin is connected to the blue/white ground the 4th pin from the left is blue data wire, 5th pin from left is green/white ground, 6th pin from left is green data wire...(only white and orange are connected to the ground and data ports of the LED strip)

cabinet.xml

DirectOutput.log

2.jpg

Link to comment
Share on other sites

 

24 minutes ago, karlson18 said:

hi,

your comport for teensy is right in the first cabinet file there is com7 and now com9.

Here

is the problem that i had the datawire was not the orange one it was the green one.

Greetings karlson

 

 

Hello karlson18

as I have written I have reconnected everything to rule out a faulty connection. That lead to Teensy being now on COM9.

My ethernet cable has the orange/white cable on the left side of the photo. Isn't this the correct default ground pin/2nd from left being data pin?

I will try a diffent color/data wire...

Link to comment
Share on other sites

Hello karlson18,

thanks for your help. I finally got it working. The problem wasn't the hardware, but the cabinet.xml

I hadn't separated the entry for the saintsmart ledwizequiv and the ledwizequiv for the led strip

so I inserted an additional line  <LedWizEquivalent>  and  </LedWizEquivalent>

and everything worked

Link to comment
Share on other sites

Any chance you can post your working  cabinet file -- Thanks

7 hours ago, Hellfire6666 said:

Hello karlson18,

thanks for your help. I finally got it working. The problem wasn't the hardware, but the cabinet.xml

I hadn't separated the entry for the saintsmart ledwizequiv and the ledwizequiv for the led strip

so I inserted an additional line  <LedWizEquivalent>  and  </LedWizEquivalent>

and everything worked

 

Link to comment
Share on other sites

  • 1 month later...

Hello everyone:

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

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

My Teensey is blinking.

First question:

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

I also can't seem to find any error log.  Where would I locate this?

I have attached my files.

Any help would be greatly appreciated.  Thanks,

Lance

 

GlobalConfig_b2SSever.xml

GlobalConfig_PinballX.xml

tablemappings.xml

cabinet.xml

directoutputconfig.ini

directoutputconfig.nofeedback.ini

directoutputconfig2.ini

directoutputconfig2.nofeedback.ini

directoutputconfig30.ini

directoutputconfig30.nofeedback.ini

DirectOutputTesterSettings.xml

Link to comment
Share on other sites

Just noticed that the file: GlobalConfig_b2SSever.xml was spelled wrong.  It should be GlobalConfig_bsSServer.xml.  I corrected this but still getting no results. 

Outhere:  Thanks for the reply.  I opened my device manager and clicked the tab View/Show Hidden Devices

Where it says Ports (Com and LPT)

I only have one result: USB Serial Device  (Com3)

Am I looking in the right spot?

I am not sure if this is it or not.  When I unplug the Teensy, this com port does not disappear.

Lance

 

Link to comment
Share on other sites

I think I found my log file.  For some reason it doesn't seem to be loading my cabinet config file.

The Forum would not let me just attach the log file so I have copied it in this post.

---------------------------------------------------------------------------------
2017.04.20 16:37:27.342 DirectOutput Logger initialized
2017.04.20 16:37:27.346 DirectOutput Version 0.9.5812.27024 as of 2015.11.30 15:00
2017.04.20 16:37:27.346 Global config loaded from: C:\VISUAL PINBALL\TABLES\PLUGINS\DIRECTOUTPUT\config\GlobalConfig_B2SServer.xml
2017.04.20 16:37:27.346 Loading Pinball parts
2017.04.20 16:37:27.346 Loading cabinet
2017.04.20 16:37:27.351 No cabinet config file loaded. Will use AutoConfig.
2017.04.20 16:37:27.351 Cabinet auto configuration started
2017.04.20 16:37:27.358 Debug: Ledwiz devicelist content. Handles: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, Num devices: 0
2017.04.20 16:37:27.358 Debug: Disposing LedWiz instance -01.
2017.04.20 16:37:27.358 Cabinet auto configuration finished
2017.04.20 16:37:27.358 Cabinet loaded
2017.04.20 16:37:27.358 Loading table config
2017.04.20 16:37:27.358 Warning: No table config file found. Will try to load config from LedControl file(s).
2017.04.20 16:37:27.358 Will try to load configs from DirectOutput.ini or LedControl.ini file(s) for RomName afm_113b
2017.04.20 16:37:27.359 Loading LedControl file C:\VISUAL PINBALL\TABLES\PLUGINS\DIRECTOUTPUT\config\directoutputconfig.ini
2017.04.20 16:37:27.466 Warning: Cant parse the part MAGENTA of the ledcontrol table config setting W35 C Magenta f200
2017.04.20 16:37:27.466 EXCEPTION: Could not parse setting W35 C Magenta f200 in column data W18 COrange f200/W35 C Magenta f200.
2017.04.20 16:37:27.466 EXCEPTION: Thread:
2017.04.20 16:37:27.466 EXCEPTION: Message: Exception --> Cant parse the part MAGENTA of the ledcontrol table config setting W35 C Magenta f200
2017.04.20 16:37:27.466 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 16:37:27.466 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 16:37:27.466 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 16:37:27.466 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 16:37:27.466 Warning: Previous exceptions occured in the line farfalla,W18 COrange f200/W35 C Magenta f200,W19 CBlue_violet f200/W20 CBlue/W40 CRed,W41 CRed/W47 CYellow f200,W21 CBlue/W22 CBlue_violet/W43 CRed/W46 CYellow f200,W24 COrange f200/W42 CRed/W45 CYellow f200,S22 300/S22 300 Invert,0,0,S4 300,0,0,S7/S18/W28 60 I24/W29 60 I24/W30 60 I24/W31 60 I24/W32 60 I48/W40/W41/W50 60 I24/W51 60 I24/W52 60 I24/W53 60 I24/W54 60 I24/W55 60 I24,S24/S46,S48,S6/W25 60 I24/W26 60 I24/W27 60 I24/W42/W43/S4,S9/W33 60 I48/W34 60 I48/W36 60 I24/W37 60 I24/W38 60 I24/W39 60 I24/W49 60 I48,S2/W21,S1/W20,0,ON,0,ON of the ledcontrol file
2017.04.20 16:37:27.507 Failed: E105SKY_BLUE
2017.04.20 16:37:27.507 Warning: Cant parse the trigger part E105SKY_BLUE of the ledcontrol table config setting E105Sky_blue.
2017.04.20 16:37:27.507 EXCEPTION: Could not parse setting E105Sky_blue in column data E105Sky_blue.
2017.04.20 16:37:27.507 EXCEPTION: Thread:
2017.04.20 16:37:27.507 EXCEPTION: Message: Exception --> Cant parse the part E105SKY_BLUE of the ledcontrol table config setting E105Sky_blue.
2017.04.20 16:37:27.507 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 16:37:27.507 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 16:37:27.507 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 16:37:27.507 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 16:37:27.507 Warning: Previous exceptions occured in the line hawkman,W34 CRed f200/W75 CCyan f200/E101 CWhite,W24 CRed f200/W25 CMedium_aqua_marine f200/W32 CWhite 60/W32 CRed w60 60/W55 CYellow f200/E104 CGold,W14 CRed f200/W35 CMedium_aqua_marine f200/E102 CWhite,W45 CMedium_aqua_marine f200/W65 CCyan f200/E105 CGold,W21 CCyan f200/E103 CWhite,0,0,0,S1 300/S3 300,0,0,S7/S8/W2|W12|W22 60 I24/W54|W64|W74 60 I24/E102,S2/S46,S48,S1/S3/S9/W42|W52|W62 60 I24/E103,S5/S6/W13|W23|W33|W43|W53|W63 60 I24/E101,E105Sky_blue,E104,0,ON,0,ON of the ledcontrol file
2017.04.20 16:37:27.531 Failed: CE108
2017.04.20 16:37:27.531 Warning: Cant parse the trigger part CE108 of the ledcontrol table config setting  CE108 Red f200.
2017.04.20 16:37:27.532 EXCEPTION: Could not parse setting  CE108 Red f200 in column data E103 CRed/ CE108 Red f200/E117 CTurquoise w200 f200.
2017.04.20 16:37:27.532 EXCEPTION: Thread:
2017.04.20 16:37:27.532 EXCEPTION: Message: Exception --> Cant parse the part CE108 of the ledcontrol table config setting  CE108 Red f200.
2017.04.20 16:37:27.532 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 16:37:27.532 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 16:37:27.532 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 16:37:27.532 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 16:37:27.532 Warning: Previous exceptions occured in the line Jumping_Jack,E111 CTurquoise f200/E113 CTurquoise f200/E117 CMagenta w400 f200,E103 CRed/ CE108 Red f200/E117 CTurquoise w200 f200,E109 CTurquoise f200/E116 CWhite fd800/E117 CYellow f200,E104 CRed/E110 CYellow f200/E117 CTurquoise w200 f200,E112 CTurquoise f200/E114 CTurquoise f200/E117 CMagenta w400 f200,0,0,0,E119 300/E120 300,0,0,E106 60 I24/E120,E102/E115,E101,E107 60 I24,E105 60 I24/E119,E104,E103,0,E118 Blink fu500 fd600,0,ON of the ledcontrol file
2017.04.20 16:37:27.549 Failed: CE102
2017.04.20 16:37:27.549 Warning: Cant parse the trigger part CE102 of the ledcontrol table config setting  CE102 Red fd800.
2017.04.20 16:37:27.549 EXCEPTION: Could not parse setting  CE102 Red fd800 in column data E101 CGreen/ CE102 Red fd800/E106 CGreen 1000 10.
2017.04.20 16:37:27.549 EXCEPTION: Thread:
2017.04.20 16:37:27.549 EXCEPTION: Message: Exception --> Cant parse the part CE102 of the ledcontrol table config setting  CE102 Red fd800.
2017.04.20 16:37:27.549 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 16:37:27.549 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 16:37:27.549 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 16:37:27.549 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 16:37:27.549 Warning: Previous exceptions occured in the line linedrive,E103 CGreen 100 2/E106 CGreen 1000 10,E104 CRed/E105 CGreen 400 4/E107 CGreen 400 4,E101 CGreen/ CE102 Red fd800/E106 CGreen 1000 10,E105 CGreen 400 4/E107 CGreen 400 4/E108 CRed,E106 CGreen 1000 10/E109 CGreen 100 2,E112 150,0,0,E110 500 10,0,0,E101/E105 60 I24/E106 60 I24/E107 60 I24,E102,E102,E108 60 I24/E109 60 I24,E103 60 I24/E104 60 I24,0,0,0,E111 Blink fu500 fd550,0,ON of the ledcontrol file
2017.04.20 16:37:27.693 Warning: Cant parse the part WHITE of the ledcontrol table config setting E115 C White
2017.04.20 16:37:27.693 EXCEPTION: Could not parse setting E115 C White in column data E104 CCyan/E106 CRed/E109 CRed Blink 400 f200/E115 C White/E119 CWhite/E125 CRed/E126 CRed/E130 CGreen.
2017.04.20 16:37:27.693 EXCEPTION: Thread:
2017.04.20 16:37:27.693 EXCEPTION: Message: Exception --> Cant parse the part WHITE of the ledcontrol table config setting E115 C White
2017.04.20 16:37:27.693 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 16:37:27.693 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 16:37:27.693 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 16:37:27.693 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 16:37:27.694 Warning: Previous exceptions occured in the line surfer,E103 CCyan/E111 CWhite/E121 CRed/E127 CRed/E128 CWhite/E129 CGreen,E103 CRed/E105 CRed/E112 CWhite/E116 CWhite/E120 CRed/E122 CRed,E105 CYellow/E113 CWhite/E117 CWhite/E120 CYellow/E123 CRed,E104 CRed/E105 CRed/E106 CYellow/E114 CWhite/E118 CWhite/E120 CRed/E124 CRed,E104 CCyan/E106 CRed/E109 CRed Blink 400 f200/E115 C White/E119 CWhite/E125 CRed/E126 CRed/E130 CGreen,0,0,0,E107 300/E108 300,0,0,E105,E102/E108,E101,E106/E107,E109/E111/E112/E113/E114/E115,E104,E103,0,ON,0,ON of the ledcontrol file
2017.04.20 16:37:27.924 Loading LedControl file C:\VISUAL PINBALL\TABLES\PLUGINS\DIRECTOUTPUT\config\directoutputconfig2.ini
2017.04.20 16:37:27.936 Warning: Cant parse the trigger part N of the ledcontrol table config setting N Aqua.
2017.04.20 16:37:27.936 EXCEPTION: Could not parse setting N Aqua in column data N Aqua.
2017.04.20 16:37:27.936 EXCEPTION: Thread:
2017.04.20 16:37:27.936 EXCEPTION: Message: Exception --> Cant parse the part N of the ledcontrol table config setting N Aqua.
2017.04.20 16:37:27.936 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 16:37:27.936 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 16:37:27.936 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 16:37:27.936 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 16:37:27.936 Warning: Previous exceptions occured in the line avs,ON Blue,0,0,0,0,0,0,0,0,0,0,ON White,ON,ON White/S18 Red/S19 Red/S20 Red/S21 Lawn_green/S25 Black/S26 Blue/S27 Blue/S28 Blue_violet/S29 Lawn_green/S30 Red/S31 Black/S32 Yellow/W44 Black/W26 Red/W27 Red,0,N Aqua,0,0,0,S2 300/S5 300/S17 500 10/S24 300/W43 500 10/W48 500 10,0,0,0,S17 m2000/S23 m2000 of the ledcontrol file
2017.04.20 16:37:27.939 Failed: ONSIENNA
2017.04.20 16:37:27.939 Warning: Cant parse the trigger part ONSIENNA of the ledcontrol table config setting ONSienna.
2017.04.20 16:37:27.939 EXCEPTION: Could not parse setting ONSienna in column data ONSienna.
2017.04.20 16:37:27.939 EXCEPTION: Thread:
2017.04.20 16:37:27.939 EXCEPTION: Message: Exception --> Cant parse the part ONSIENNA of the ledcontrol table config setting ONSienna.
2017.04.20 16:37:27.939 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 16:37:27.939 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 16:37:27.939 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 16:37:27.939 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 16:37:27.939 Warning: Previous exceptions occured in the line bighouse,ON Lime,0,0,0,0,0,0,0,0,0,0,ONSienna,ON,ON Sienna,0,ON Silver,0,0,0,0,0,0,0,0 of the ledcontrol file
2017.04.20 16:37:27.960 Failed: DARK_SEA_GREEN
2017.04.20 16:37:27.960 Warning: Cant parse the trigger part DARK_SEA_GREEN of the ledcontrol table config setting Dark_sea_green.
2017.04.20 16:37:27.960 EXCEPTION: Could not parse setting Dark_sea_green in column data Dark_sea_green.
2017.04.20 16:37:27.960 EXCEPTION: Thread:
2017.04.20 16:37:27.960 EXCEPTION: Message: Exception --> Cant parse the part DARK_SEA_GREEN of the ledcontrol table config setting Dark_sea_green.
2017.04.20 16:37:27.960 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 16:37:27.960 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 16:37:27.961 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 16:37:27.961 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 16:37:27.961 Warning: Previous exceptions occured in the line fathom,ON Blue,0,0,0,0,0,0,0,0,0,0,ON Cyan,ON,ON Cyan,0,Dark_sea_green,0,0,0,S6 300/S13 300/S14 300,0,0,0,0 of the ledcontrol file
2017.04.20 16:37:28.015 Failed: MEDIUM_VIOLET_RED
2017.04.20 16:37:28.015 Warning: Cant parse the trigger part MEDIUM_VIOLET_RED of the ledcontrol table config setting Medium_violet_red.
2017.04.20 16:37:28.015 EXCEPTION: Could not parse setting Medium_violet_red in column data Medium_violet_red.
2017.04.20 16:37:28.015 EXCEPTION: Thread:
2017.04.20 16:37:28.015 EXCEPTION: Message: Exception --> Cant parse the part MEDIUM_VIOLET_RED of the ledcontrol table config setting Medium_violet_red.
2017.04.20 16:37:28.015 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 16:37:28.015 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 16:37:28.015 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 16:37:28.015 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 16:37:28.015 Warning: Previous exceptions occured in the line princess,ON Blue,0,0,0,0,0,0,0,0,0,0,ON Blue,ON,ON Blue,0,Medium_violet_red,0,0,0,S6 300/S15 300,0,0,0,0 of the ledcontrol file
2017.04.20 16:37:28.122 Loading LedControl file C:\VISUAL PINBALL\TABLES\PLUGINS\DIRECTOUTPUT\config\directoutputconfig30.ini
2017.04.20 16:37:28.647 3 directoutputconfig.ini or ledcontrol.ini files loaded.
2017.04.20 16:37:28.648 Config for RomName afm_113b exists in LedControl data. Updating cabinet and config.
2017.04.20 16:37:28.649 Table config loading finished
2017.04.20 16:37:28.649 Pinball parts loaded
2017.04.20 16:37:28.649 Starting processes
2017.04.20 16:37:28.649 Initializing cabinet
2017.04.20 16:37:28.649 Debug: Initializing output controllers
2017.04.20 16:37:28.649 Debug: Output controllers initialized
2017.04.20 16:37:28.649 Cabinet initialized
2017.04.20 16:37:28.649 Loading shape definition file: C:\VISUAL PINBALL\TABLES\PLUGINS\DIRECTOUTPUT\DirectOutputShapes.xml
2017.04.20 16:37:28.656 Framework initialized.
2017.04.20 16:37:28.656 Have fun! :)
2017.04.20 16:37:36.244 Finishing framework
2017.04.20 16:37:36.244 Finishing cabinet
2017.04.20 16:37:36.244 Debug: Finishing output controllers
2017.04.20 16:37:36.244 Debug: Output controllers finished
2017.04.20 16:37:36.244 Cabinet finished
2017.04.20 16:37:36.244 DirectOutput framework finished.
2017.04.20 16:37:36.244 Bye and thanks for using!
2017.04.20 16:38:35.223 Global config loaded from: C:\VISUAL PINBALL\TABLES\PLUGINS\DIRECTOUTPUT\config\GlobalConfig_B2SServer.xml
2017.04.20 16:38:35.223 Loading Pinball parts
2017.04.20 16:38:35.223 Loading cabinet
2017.04.20 16:38:35.227 No cabinet config file loaded. Will use AutoConfig.
2017.04.20 16:38:35.227 Cabinet auto configuration started
2017.04.20 16:38:35.232 Debug: Ledwiz devicelist content. Handles: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, Num devices: 0
2017.04.20 16:38:35.232 Debug: Disposing LedWiz instance -01.
2017.04.20 16:38:35.232 Cabinet auto configuration finished
2017.04.20 16:38:35.232 Cabinet loaded
2017.04.20 16:38:35.232 Loading table config
2017.04.20 16:38:35.232 Warning: No table config file found. Will try to load config from LedControl file(s).
2017.04.20 16:38:35.232 Will try to load configs from DirectOutput.ini or LedControl.ini file(s) for RomName afm_113b
2017.04.20 16:38:35.233 Loading LedControl file C:\VISUAL PINBALL\TABLES\PLUGINS\DIRECTOUTPUT\config\directoutputconfig.ini
2017.04.20 16:38:35.338 Warning: Cant parse the part MAGENTA of the ledcontrol table config setting W35 C Magenta f200
2017.04.20 16:38:35.338 EXCEPTION: Could not parse setting W35 C Magenta f200 in column data W18 COrange f200/W35 C Magenta f200.
2017.04.20 16:38:35.338 EXCEPTION: Thread:
2017.04.20 16:38:35.338 EXCEPTION: Message: Exception --> Cant parse the part MAGENTA of the ledcontrol table config setting W35 C Magenta f200
2017.04.20 16:38:35.338 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 16:38:35.338 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 16:38:35.338 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 16:38:35.338 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 16:38:35.338 Warning: Previous exceptions occured in the line farfalla,W18 COrange f200/W35 C Magenta f200,W19 CBlue_violet f200/W20 CBlue/W40 CRed,W41 CRed/W47 CYellow f200,W21 CBlue/W22 CBlue_violet/W43 CRed/W46 CYellow f200,W24 COrange f200/W42 CRed/W45 CYellow f200,S22 300/S22 300 Invert,0,0,S4 300,0,0,S7/S18/W28 60 I24/W29 60 I24/W30 60 I24/W31 60 I24/W32 60 I48/W40/W41/W50 60 I24/W51 60 I24/W52 60 I24/W53 60 I24/W54 60 I24/W55 60 I24,S24/S46,S48,S6/W25 60 I24/W26 60 I24/W27 60 I24/W42/W43/S4,S9/W33 60 I48/W34 60 I48/W36 60 I24/W37 60 I24/W38 60 I24/W39 60 I24/W49 60 I48,S2/W21,S1/W20,0,ON,0,ON of the ledcontrol file
2017.04.20 16:38:35.385 Failed: E105SKY_BLUE
2017.04.20 16:38:35.385 Warning: Cant parse the trigger part E105SKY_BLUE of the ledcontrol table config setting E105Sky_blue.
2017.04.20 16:38:35.385 EXCEPTION: Could not parse setting E105Sky_blue in column data E105Sky_blue.
2017.04.20 16:38:35.385 EXCEPTION: Thread:
2017.04.20 16:38:35.385 EXCEPTION: Message: Exception --> Cant parse the part E105SKY_BLUE of the ledcontrol table config setting E105Sky_blue.
2017.04.20 16:38:35.385 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 16:38:35.385 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 16:38:35.385 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 16:38:35.386 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 16:38:35.386 Warning: Previous exceptions occured in the line hawkman,W34 CRed f200/W75 CCyan f200/E101 CWhite,W24 CRed f200/W25 CMedium_aqua_marine f200/W32 CWhite 60/W32 CRed w60 60/W55 CYellow f200/E104 CGold,W14 CRed f200/W35 CMedium_aqua_marine f200/E102 CWhite,W45 CMedium_aqua_marine f200/W65 CCyan f200/E105 CGold,W21 CCyan f200/E103 CWhite,0,0,0,S1 300/S3 300,0,0,S7/S8/W2|W12|W22 60 I24/W54|W64|W74 60 I24/E102,S2/S46,S48,S1/S3/S9/W42|W52|W62 60 I24/E103,S5/S6/W13|W23|W33|W43|W53|W63 60 I24/E101,E105Sky_blue,E104,0,ON,0,ON of the ledcontrol file
2017.04.20 16:38:35.410 Failed: CE108
2017.04.20 16:38:35.410 Warning: Cant parse the trigger part CE108 of the ledcontrol table config setting  CE108 Red f200.
2017.04.20 16:38:35.410 EXCEPTION: Could not parse setting  CE108 Red f200 in column data E103 CRed/ CE108 Red f200/E117 CTurquoise w200 f200.
2017.04.20 16:38:35.410 EXCEPTION: Thread:
2017.04.20 16:38:35.410 EXCEPTION: Message: Exception --> Cant parse the part CE108 of the ledcontrol table config setting  CE108 Red f200.
2017.04.20 16:38:35.410 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 16:38:35.410 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 16:38:35.410 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 16:38:35.410 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 16:38:35.410 Warning: Previous exceptions occured in the line Jumping_Jack,E111 CTurquoise f200/E113 CTurquoise f200/E117 CMagenta w400 f200,E103 CRed/ CE108 Red f200/E117 CTurquoise w200 f200,E109 CTurquoise f200/E116 CWhite fd800/E117 CYellow f200,E104 CRed/E110 CYellow f200/E117 CTurquoise w200 f200,E112 CTurquoise f200/E114 CTurquoise f200/E117 CMagenta w400 f200,0,0,0,E119 300/E120 300,0,0,E106 60 I24/E120,E102/E115,E101,E107 60 I24,E105 60 I24/E119,E104,E103,0,E118 Blink fu500 fd600,0,ON of the ledcontrol file
2017.04.20 16:38:35.446 Failed: CE102
2017.04.20 16:38:35.446 Warning: Cant parse the trigger part CE102 of the ledcontrol table config setting  CE102 Red fd800.
2017.04.20 16:38:35.446 EXCEPTION: Could not parse setting  CE102 Red fd800 in column data E101 CGreen/ CE102 Red fd800/E106 CGreen 1000 10.
2017.04.20 16:38:35.446 EXCEPTION: Thread:
2017.04.20 16:38:35.446 EXCEPTION: Message: Exception --> Cant parse the part CE102 of the ledcontrol table config setting  CE102 Red fd800.
2017.04.20 16:38:35.446 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 16:38:35.446 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 16:38:35.446 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 16:38:35.446 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 16:38:35.446 Warning: Previous exceptions occured in the line linedrive,E103 CGreen 100 2/E106 CGreen 1000 10,E104 CRed/E105 CGreen 400 4/E107 CGreen 400 4,E101 CGreen/ CE102 Red fd800/E106 CGreen 1000 10,E105 CGreen 400 4/E107 CGreen 400 4/E108 CRed,E106 CGreen 1000 10/E109 CGreen 100 2,E112 150,0,0,E110 500 10,0,0,E101/E105 60 I24/E106 60 I24/E107 60 I24,E102,E102,E108 60 I24/E109 60 I24,E103 60 I24/E104 60 I24,0,0,0,E111 Blink fu500 fd550,0,ON of the ledcontrol file
2017.04.20 16:38:35.593 Warning: Cant parse the part WHITE of the ledcontrol table config setting E115 C White
2017.04.20 16:38:35.593 EXCEPTION: Could not parse setting E115 C White in column data E104 CCyan/E106 CRed/E109 CRed Blink 400 f200/E115 C White/E119 CWhite/E125 CRed/E126 CRed/E130 CGreen.
2017.04.20 16:38:35.593 EXCEPTION: Thread:
2017.04.20 16:38:35.593 EXCEPTION: Message: Exception --> Cant parse the part WHITE of the ledcontrol table config setting E115 C White
2017.04.20 16:38:35.593 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 16:38:35.593 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 16:38:35.593 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 16:38:35.593 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 16:38:35.593 Warning: Previous exceptions occured in the line surfer,E103 CCyan/E111 CWhite/E121 CRed/E127 CRed/E128 CWhite/E129 CGreen,E103 CRed/E105 CRed/E112 CWhite/E116 CWhite/E120 CRed/E122 CRed,E105 CYellow/E113 CWhite/E117 CWhite/E120 CYellow/E123 CRed,E104 CRed/E105 CRed/E106 CYellow/E114 CWhite/E118 CWhite/E120 CRed/E124 CRed,E104 CCyan/E106 CRed/E109 CRed Blink 400 f200/E115 C White/E119 CWhite/E125 CRed/E126 CRed/E130 CGreen,0,0,0,E107 300/E108 300,0,0,E105,E102/E108,E101,E106/E107,E109/E111/E112/E113/E114/E115,E104,E103,0,ON,0,ON of the ledcontrol file
2017.04.20 16:38:35.823 Loading LedControl file C:\VISUAL PINBALL\TABLES\PLUGINS\DIRECTOUTPUT\config\directoutputconfig2.ini
2017.04.20 16:38:35.835 Warning: Cant parse the trigger part N of the ledcontrol table config setting N Aqua.
2017.04.20 16:38:35.836 EXCEPTION: Could not parse setting N Aqua in column data N Aqua.
2017.04.20 16:38:35.836 EXCEPTION: Thread:
2017.04.20 16:38:35.836 EXCEPTION: Message: Exception --> Cant parse the part N of the ledcontrol table config setting N Aqua.
2017.04.20 16:38:35.836 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 16:38:35.836 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 16:38:35.836 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 16:38:35.836 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 16:38:35.836 Warning: Previous exceptions occured in the line avs,ON Blue,0,0,0,0,0,0,0,0,0,0,ON White,ON,ON White/S18 Red/S19 Red/S20 Red/S21 Lawn_green/S25 Black/S26 Blue/S27 Blue/S28 Blue_violet/S29 Lawn_green/S30 Red/S31 Black/S32 Yellow/W44 Black/W26 Red/W27 Red,0,N Aqua,0,0,0,S2 300/S5 300/S17 500 10/S24 300/W43 500 10/W48 500 10,0,0,0,S17 m2000/S23 m2000 of the ledcontrol file
2017.04.20 16:38:35.839 Failed: ONSIENNA
2017.04.20 16:38:35.839 Warning: Cant parse the trigger part ONSIENNA of the ledcontrol table config setting ONSienna.
2017.04.20 16:38:35.839 EXCEPTION: Could not parse setting ONSienna in column data ONSienna.
2017.04.20 16:38:35.839 EXCEPTION: Thread:
2017.04.20 16:38:35.839 EXCEPTION: Message: Exception --> Cant parse the part ONSIENNA of the ledcontrol table config setting ONSienna.
2017.04.20 16:38:35.839 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 16:38:35.839 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 16:38:35.839 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 16:38:35.839 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 16:38:35.839 Warning: Previous exceptions occured in the line bighouse,ON Lime,0,0,0,0,0,0,0,0,0,0,ONSienna,ON,ON Sienna,0,ON Silver,0,0,0,0,0,0,0,0 of the ledcontrol file
2017.04.20 16:38:35.862 Failed: DARK_SEA_GREEN
2017.04.20 16:38:35.862 Warning: Cant parse the trigger part DARK_SEA_GREEN of the ledcontrol table config setting Dark_sea_green.
2017.04.20 16:38:35.862 EXCEPTION: Could not parse setting Dark_sea_green in column data Dark_sea_green.
2017.04.20 16:38:35.862 EXCEPTION: Thread:
2017.04.20 16:38:35.862 EXCEPTION: Message: Exception --> Cant parse the part DARK_SEA_GREEN of the ledcontrol table config setting Dark_sea_green.
2017.04.20 16:38:35.862 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 16:38:35.862 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 16:38:35.862 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 16:38:35.862 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 16:38:35.862 Warning: Previous exceptions occured in the line fathom,ON Blue,0,0,0,0,0,0,0,0,0,0,ON Cyan,ON,ON Cyan,0,Dark_sea_green,0,0,0,S6 300/S13 300/S14 300,0,0,0,0 of the ledcontrol file
2017.04.20 16:38:35.908 Failed: MEDIUM_VIOLET_RED
2017.04.20 16:38:35.908 Warning: Cant parse the trigger part MEDIUM_VIOLET_RED of the ledcontrol table config setting Medium_violet_red.
2017.04.20 16:38:35.908 EXCEPTION: Could not parse setting Medium_violet_red in column data Medium_violet_red.
2017.04.20 16:38:35.908 EXCEPTION: Thread:
2017.04.20 16:38:35.908 EXCEPTION: Message: Exception --> Cant parse the part MEDIUM_VIOLET_RED of the ledcontrol table config setting Medium_violet_red.
2017.04.20 16:38:35.908 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 16:38:35.908 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 16:38:35.908 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 16:38:35.908 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 16:38:35.909 Warning: Previous exceptions occured in the line princess,ON Blue,0,0,0,0,0,0,0,0,0,0,ON Blue,ON,ON Blue,0,Medium_violet_red,0,0,0,S6 300/S15 300,0,0,0,0 of the ledcontrol file
2017.04.20 16:38:36.031 Loading LedControl file C:\VISUAL PINBALL\TABLES\PLUGINS\DIRECTOUTPUT\config\directoutputconfig30.ini
2017.04.20 16:38:36.561 3 directoutputconfig.ini or ledcontrol.ini files loaded.
2017.04.20 16:38:36.562 Config for RomName afm_113b exists in LedControl data. Updating cabinet and config.
2017.04.20 16:38:36.563 Table config loading finished
2017.04.20 16:38:36.563 Pinball parts loaded
2017.04.20 16:38:36.563 Starting processes
2017.04.20 16:38:36.563 Initializing cabinet
2017.04.20 16:38:36.563 Debug: Initializing output controllers
2017.04.20 16:38:36.563 Debug: Output controllers initialized
2017.04.20 16:38:36.563 Cabinet initialized
2017.04.20 16:38:36.563 Loading shape definition file: C:\VISUAL PINBALL\TABLES\PLUGINS\DIRECTOUTPUT\DirectOutputShapes.xml
2017.04.20 16:38:36.569 Framework initialized.
2017.04.20 16:38:36.569 Have fun! :)
2017.04.20 16:39:18.768 Finishing framework
2017.04.20 16:39:18.768 Finishing cabinet
2017.04.20 16:39:18.768 Debug: Finishing output controllers
2017.04.20 16:39:18.768 Debug: Output controllers finished
2017.04.20 16:39:18.768 Cabinet finished
2017.04.20 16:39:18.768 DirectOutput framework finished.
2017.04.20 16:39:18.768 Bye and thanks for using!
2017.04.20 17:57:31.796 Global config loaded from: C:\VISUAL PINBALL\TABLES\PLUGINS\DIRECTOUTPUT\config\GlobalConfig_B2SServer.xml
2017.04.20 17:57:31.796 Loading Pinball parts
2017.04.20 17:57:31.796 Loading cabinet
2017.04.20 17:57:31.801 No cabinet config file loaded. Will use AutoConfig.
2017.04.20 17:57:31.801 Cabinet auto configuration started
2017.04.20 17:57:31.807 Debug: Ledwiz devicelist content. Handles: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, Num devices: 0
2017.04.20 17:57:31.807 Debug: Disposing LedWiz instance -01.
2017.04.20 17:57:31.807 Cabinet auto configuration finished
2017.04.20 17:57:31.807 Cabinet loaded
2017.04.20 17:57:31.807 Loading table config
2017.04.20 17:57:31.807 Warning: No table config file found. Will try to load config from LedControl file(s).
2017.04.20 17:57:31.807 Will try to load configs from DirectOutput.ini or LedControl.ini file(s) for RomName afm_113b
2017.04.20 17:57:31.808 Loading LedControl file C:\VISUAL PINBALL\TABLES\PLUGINS\DIRECTOUTPUT\config\directoutputconfig.ini
2017.04.20 17:57:31.932 Warning: Cant parse the part MAGENTA of the ledcontrol table config setting W35 C Magenta f200
2017.04.20 17:57:31.932 EXCEPTION: Could not parse setting W35 C Magenta f200 in column data W18 COrange f200/W35 C Magenta f200.
2017.04.20 17:57:31.932 EXCEPTION: Thread:
2017.04.20 17:57:31.932 EXCEPTION: Message: Exception --> Cant parse the part MAGENTA of the ledcontrol table config setting W35 C Magenta f200
2017.04.20 17:57:31.932 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 17:57:31.932 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 17:57:31.932 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 17:57:31.932 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 17:57:31.932 Warning: Previous exceptions occured in the line farfalla,W18 COrange f200/W35 C Magenta f200,W19 CBlue_violet f200/W20 CBlue/W40 CRed,W41 CRed/W47 CYellow f200,W21 CBlue/W22 CBlue_violet/W43 CRed/W46 CYellow f200,W24 COrange f200/W42 CRed/W45 CYellow f200,S22 300/S22 300 Invert,0,0,S4 300,0,0,S7/S18/W28 60 I24/W29 60 I24/W30 60 I24/W31 60 I24/W32 60 I48/W40/W41/W50 60 I24/W51 60 I24/W52 60 I24/W53 60 I24/W54 60 I24/W55 60 I24,S24/S46,S48,S6/W25 60 I24/W26 60 I24/W27 60 I24/W42/W43/S4,S9/W33 60 I48/W34 60 I48/W36 60 I24/W37 60 I24/W38 60 I24/W39 60 I24/W49 60 I48,S2/W21,S1/W20,0,ON,0,ON of the ledcontrol file
2017.04.20 17:57:31.970 Failed: E105SKY_BLUE
2017.04.20 17:57:31.970 Warning: Cant parse the trigger part E105SKY_BLUE of the ledcontrol table config setting E105Sky_blue.
2017.04.20 17:57:31.970 EXCEPTION: Could not parse setting E105Sky_blue in column data E105Sky_blue.
2017.04.20 17:57:31.970 EXCEPTION: Thread:
2017.04.20 17:57:31.970 EXCEPTION: Message: Exception --> Cant parse the part E105SKY_BLUE of the ledcontrol table config setting E105Sky_blue.
2017.04.20 17:57:31.970 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 17:57:31.970 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 17:57:31.970 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 17:57:31.970 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 17:57:31.970 Warning: Previous exceptions occured in the line hawkman,W34 CRed f200/W75 CCyan f200/E101 CWhite,W24 CRed f200/W25 CMedium_aqua_marine f200/W32 CWhite 60/W32 CRed w60 60/W55 CYellow f200/E104 CGold,W14 CRed f200/W35 CMedium_aqua_marine f200/E102 CWhite,W45 CMedium_aqua_marine f200/W65 CCyan f200/E105 CGold,W21 CCyan f200/E103 CWhite,0,0,0,S1 300/S3 300,0,0,S7/S8/W2|W12|W22 60 I24/W54|W64|W74 60 I24/E102,S2/S46,S48,S1/S3/S9/W42|W52|W62 60 I24/E103,S5/S6/W13|W23|W33|W43|W53|W63 60 I24/E101,E105Sky_blue,E104,0,ON,0,ON of the ledcontrol file
2017.04.20 17:57:31.998 Failed: CE108
2017.04.20 17:57:31.998 Warning: Cant parse the trigger part CE108 of the ledcontrol table config setting  CE108 Red f200.
2017.04.20 17:57:31.998 EXCEPTION: Could not parse setting  CE108 Red f200 in column data E103 CRed/ CE108 Red f200/E117 CTurquoise w200 f200.
2017.04.20 17:57:31.998 EXCEPTION: Thread:
2017.04.20 17:57:31.998 EXCEPTION: Message: Exception --> Cant parse the part CE108 of the ledcontrol table config setting  CE108 Red f200.
2017.04.20 17:57:31.999 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 17:57:31.999 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 17:57:31.999 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 17:57:31.999 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 17:57:31.999 Warning: Previous exceptions occured in the line Jumping_Jack,E111 CTurquoise f200/E113 CTurquoise f200/E117 CMagenta w400 f200,E103 CRed/ CE108 Red f200/E117 CTurquoise w200 f200,E109 CTurquoise f200/E116 CWhite fd800/E117 CYellow f200,E104 CRed/E110 CYellow f200/E117 CTurquoise w200 f200,E112 CTurquoise f200/E114 CTurquoise f200/E117 CMagenta w400 f200,0,0,0,E119 300/E120 300,0,0,E106 60 I24/E120,E102/E115,E101,E107 60 I24,E105 60 I24/E119,E104,E103,0,E118 Blink fu500 fd600,0,ON of the ledcontrol file
2017.04.20 17:57:32.011 Failed: CE102
2017.04.20 17:57:32.011 Warning: Cant parse the trigger part CE102 of the ledcontrol table config setting  CE102 Red fd800.
2017.04.20 17:57:32.012 EXCEPTION: Could not parse setting  CE102 Red fd800 in column data E101 CGreen/ CE102 Red fd800/E106 CGreen 1000 10.
2017.04.20 17:57:32.012 EXCEPTION: Thread:
2017.04.20 17:57:32.012 EXCEPTION: Message: Exception --> Cant parse the part CE102 of the ledcontrol table config setting  CE102 Red fd800.
2017.04.20 17:57:32.012 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 17:57:32.012 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 17:57:32.012 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 17:57:32.012 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 17:57:32.012 Warning: Previous exceptions occured in the line linedrive,E103 CGreen 100 2/E106 CGreen 1000 10,E104 CRed/E105 CGreen 400 4/E107 CGreen 400 4,E101 CGreen/ CE102 Red fd800/E106 CGreen 1000 10,E105 CGreen 400 4/E107 CGreen 400 4/E108 CRed,E106 CGreen 1000 10/E109 CGreen 100 2,E112 150,0,0,E110 500 10,0,0,E101/E105 60 I24/E106 60 I24/E107 60 I24,E102,E102,E108 60 I24/E109 60 I24,E103 60 I24/E104 60 I24,0,0,0,E111 Blink fu500 fd550,0,ON of the ledcontrol file
2017.04.20 17:57:32.151 Warning: Cant parse the part WHITE of the ledcontrol table config setting E115 C White
2017.04.20 17:57:32.152 EXCEPTION: Could not parse setting E115 C White in column data E104 CCyan/E106 CRed/E109 CRed Blink 400 f200/E115 C White/E119 CWhite/E125 CRed/E126 CRed/E130 CGreen.
2017.04.20 17:57:32.152 EXCEPTION: Thread:
2017.04.20 17:57:32.152 EXCEPTION: Message: Exception --> Cant parse the part WHITE of the ledcontrol table config setting E115 C White
2017.04.20 17:57:32.152 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 17:57:32.152 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 17:57:32.152 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 17:57:32.152 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 17:57:32.152 Warning: Previous exceptions occured in the line surfer,E103 CCyan/E111 CWhite/E121 CRed/E127 CRed/E128 CWhite/E129 CGreen,E103 CRed/E105 CRed/E112 CWhite/E116 CWhite/E120 CRed/E122 CRed,E105 CYellow/E113 CWhite/E117 CWhite/E120 CYellow/E123 CRed,E104 CRed/E105 CRed/E106 CYellow/E114 CWhite/E118 CWhite/E120 CRed/E124 CRed,E104 CCyan/E106 CRed/E109 CRed Blink 400 f200/E115 C White/E119 CWhite/E125 CRed/E126 CRed/E130 CGreen,0,0,0,E107 300/E108 300,0,0,E105,E102/E108,E101,E106/E107,E109/E111/E112/E113/E114/E115,E104,E103,0,ON,0,ON of the ledcontrol file
2017.04.20 17:57:32.376 Loading LedControl file C:\VISUAL PINBALL\TABLES\PLUGINS\DIRECTOUTPUT\config\directoutputconfig2.ini
2017.04.20 17:57:32.388 Warning: Cant parse the trigger part N of the ledcontrol table config setting N Aqua.
2017.04.20 17:57:32.388 EXCEPTION: Could not parse setting N Aqua in column data N Aqua.
2017.04.20 17:57:32.388 EXCEPTION: Thread:
2017.04.20 17:57:32.388 EXCEPTION: Message: Exception --> Cant parse the part N of the ledcontrol table config setting N Aqua.
2017.04.20 17:57:32.388 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 17:57:32.388 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 17:57:32.388 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 17:57:32.388 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 17:57:32.388 Warning: Previous exceptions occured in the line avs,ON Blue,0,0,0,0,0,0,0,0,0,0,ON White,ON,ON White/S18 Red/S19 Red/S20 Red/S21 Lawn_green/S25 Black/S26 Blue/S27 Blue/S28 Blue_violet/S29 Lawn_green/S30 Red/S31 Black/S32 Yellow/W44 Black/W26 Red/W27 Red,0,N Aqua,0,0,0,S2 300/S5 300/S17 500 10/S24 300/W43 500 10/W48 500 10,0,0,0,S17 m2000/S23 m2000 of the ledcontrol file
2017.04.20 17:57:32.392 Failed: ONSIENNA
2017.04.20 17:57:32.392 Warning: Cant parse the trigger part ONSIENNA of the ledcontrol table config setting ONSienna.
2017.04.20 17:57:32.392 EXCEPTION: Could not parse setting ONSienna in column data ONSienna.
2017.04.20 17:57:32.392 EXCEPTION: Thread:
2017.04.20 17:57:32.392 EXCEPTION: Message: Exception --> Cant parse the part ONSIENNA of the ledcontrol table config setting ONSienna.
2017.04.20 17:57:32.392 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 17:57:32.392 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 17:57:32.392 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 17:57:32.392 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 17:57:32.392 Warning: Previous exceptions occured in the line bighouse,ON Lime,0,0,0,0,0,0,0,0,0,0,ONSienna,ON,ON Sienna,0,ON Silver,0,0,0,0,0,0,0,0 of the ledcontrol file
2017.04.20 17:57:32.413 Failed: DARK_SEA_GREEN
2017.04.20 17:57:32.413 Warning: Cant parse the trigger part DARK_SEA_GREEN of the ledcontrol table config setting Dark_sea_green.
2017.04.20 17:57:32.413 EXCEPTION: Could not parse setting Dark_sea_green in column data Dark_sea_green.
2017.04.20 17:57:32.413 EXCEPTION: Thread:
2017.04.20 17:57:32.413 EXCEPTION: Message: Exception --> Cant parse the part DARK_SEA_GREEN of the ledcontrol table config setting Dark_sea_green.
2017.04.20 17:57:32.413 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 17:57:32.413 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 17:57:32.413 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 17:57:32.413 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 17:57:32.413 Warning: Previous exceptions occured in the line fathom,ON Blue,0,0,0,0,0,0,0,0,0,0,ON Cyan,ON,ON Cyan,0,Dark_sea_green,0,0,0,S6 300/S13 300/S14 300,0,0,0,0 of the ledcontrol file
2017.04.20 17:57:32.457 Failed: MEDIUM_VIOLET_RED
2017.04.20 17:57:32.457 Warning: Cant parse the trigger part MEDIUM_VIOLET_RED of the ledcontrol table config setting Medium_violet_red.
2017.04.20 17:57:32.457 EXCEPTION: Could not parse setting Medium_violet_red in column data Medium_violet_red.
2017.04.20 17:57:32.457 EXCEPTION: Thread:
2017.04.20 17:57:32.457 EXCEPTION: Message: Exception --> Cant parse the part MEDIUM_VIOLET_RED of the ledcontrol table config setting Medium_violet_red.
2017.04.20 17:57:32.457 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.20 17:57:32.458 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.20 17:57:32.458 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.20 17:57:32.458 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.20 17:57:32.458 Warning: Previous exceptions occured in the line princess,ON Blue,0,0,0,0,0,0,0,0,0,0,ON Blue,ON,ON Blue,0,Medium_violet_red,0,0,0,S6 300/S15 300,0,0,0,0 of the ledcontrol file
2017.04.20 17:57:32.583 Loading LedControl file C:\VISUAL PINBALL\TABLES\PLUGINS\DIRECTOUTPUT\config\directoutputconfig30.ini
2017.04.20 17:57:33.124 3 directoutputconfig.ini or ledcontrol.ini files loaded.
2017.04.20 17:57:33.125 Config for RomName afm_113b exists in LedControl data. Updating cabinet and config.
2017.04.20 17:57:33.125 Table config loading finished
2017.04.20 17:57:33.125 Pinball parts loaded
2017.04.20 17:57:33.125 Starting processes
2017.04.20 17:57:33.126 Initializing cabinet
2017.04.20 17:57:33.126 Debug: Initializing output controllers
2017.04.20 17:57:33.126 Debug: Output controllers initialized
2017.04.20 17:57:33.126 Cabinet initialized
2017.04.20 17:57:33.126 Loading shape definition file: C:\VISUAL PINBALL\TABLES\PLUGINS\DIRECTOUTPUT\DirectOutputShapes.xml
2017.04.20 17:57:33.132 Framework initialized.
2017.04.20 17:57:33.133 Have fun! :)
2017.04.20 17:59:15.940 Finishing framework
2017.04.20 17:59:15.940 Finishing cabinet
2017.04.20 17:59:15.940 Debug: Finishing output controllers
2017.04.20 17:59:15.940 Debug: Output controllers finished
2017.04.20 17:59:15.940 Cabinet finished
2017.04.20 17:59:15.940 DirectOutput framework finished.
2017.04.20 17:59:15.940 Bye and thanks for using!

Lance

Link to comment
Share on other sites

Outhere:

 

I believe so.  I used the Teensy Loader to load the TeensyStripController 1.02 1601021351.hex file.  It started blinking with the slow blink program.  I can switch from the fast blink to the slow blink by using the Teensy Loader.

 

Lance

Link to comment
Share on other sites

Good catch outhere!  I corrected that but the problem was still persisting.  It seems like my cabinet.xml was screwed up. 

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

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

---------------------------------------

2017.04.22 13:19:59.872 Global config loaded from: C:\VISUAL PINBALL\TABLES\PLUGINS\DIRECTOUTPUT\config\GlobalConfig_B2SServer.xml
2017.04.22 13:19:59.872 Loading Pinball parts
2017.04.22 13:19:59.872 Loading cabinet
2017.04.22 13:19:59.872 Will load cabinet config file: C:\Visual Pinball\Tables\plugins\DirectOutput\config\cabinet.xml
2017.04.22 13:20:00.338 1 output controller defnitions and 4 toy definitions loaded from cabinet config.
2017.04.22 13:20:00.338 Cabinet config file has AutoConfig feature enabled. Calling AutoConfig.
2017.04.22 13:20:00.338 Cabinet auto configuration started
2017.04.22 13:20:00.342 Debug: Ledwiz devicelist content. Handles: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, Num devices: 0
2017.04.22 13:20:00.342 Debug: Disposing LedWiz instance -01.
2017.04.22 13:20:00.342 Cabinet auto configuration finished
2017.04.22 13:20:00.342 Autoconfig complete.
2017.04.22 13:20:00.342 Cabinet config loaded successfully from C:\Visual Pinball\Tables\plugins\DirectOutput\config\cabinet.xml
2017.04.22 13:20:00.342 Cabinet loaded
2017.04.22 13:20:00.342 Loading table config
2017.04.22 13:20:00.342 Warning: No table config file found. Will try to load config from LedControl file(s).
2017.04.22 13:20:00.342 Will try to load configs from DirectOutput.ini or LedControl.ini file(s) for RomName afm_113b
2017.04.22 13:20:00.342 Loading LedControl file C:\Visual Pinball\Tables\plugins\DirectOutput\config\directoutputconfig.ini
2017.04.22 13:20:00.447 Warning: Cant parse the part MAGENTA of the ledcontrol table config setting W35 C Magenta f200
2017.04.22 13:20:00.448 EXCEPTION: Could not parse setting W35 C Magenta f200 in column data W18 COrange f200/W35 C Magenta f200.
2017.04.22 13:20:00.448 EXCEPTION: Thread:
2017.04.22 13:20:00.448 EXCEPTION: Message: Exception --> Cant parse the part MAGENTA of the ledcontrol table config setting W35 C Magenta f200
2017.04.22 13:20:00.448 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.22 13:20:00.448 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.22 13:20:00.448 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.22 13:20:00.448 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.22 13:20:00.448 Warning: Previous exceptions occured in the line farfalla,W18 COrange f200/W35 C Magenta f200,W19 CBlue_violet f200/W20 CBlue/W40 CRed,W41 CRed/W47 CYellow f200,W21 CBlue/W22 CBlue_violet/W43 CRed/W46 CYellow f200,W24 COrange f200/W42 CRed/W45 CYellow f200,S22 300/S22 300 Invert,0,0,S4 300,0,0,S7/S18/W28 60 I24/W29 60 I24/W30 60 I24/W31 60 I24/W32 60 I48/W40/W41/W50 60 I24/W51 60 I24/W52 60 I24/W53 60 I24/W54 60 I24/W55 60 I24,S24/S46,S48,S6/W25 60 I24/W26 60 I24/W27 60 I24/W42/W43/S4,S9/W33 60 I48/W34 60 I48/W36 60 I24/W37 60 I24/W38 60 I24/W39 60 I24/W49 60 I48,S2/W21,S1/W20,0,ON,0,ON of the ledcontrol file
2017.04.22 13:20:00.484 Failed: E105SKY_BLUE
2017.04.22 13:20:00.484 Warning: Cant parse the trigger part E105SKY_BLUE of the ledcontrol table config setting E105Sky_blue.
2017.04.22 13:20:00.484 EXCEPTION: Could not parse setting E105Sky_blue in column data E105Sky_blue.
2017.04.22 13:20:00.484 EXCEPTION: Thread:
2017.04.22 13:20:00.484 EXCEPTION: Message: Exception --> Cant parse the part E105SKY_BLUE of the ledcontrol table config setting E105Sky_blue.
2017.04.22 13:20:00.484 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.22 13:20:00.484 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.22 13:20:00.484 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.22 13:20:00.484 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.22 13:20:00.484 Warning: Previous exceptions occured in the line hawkman,W34 CRed f200/W75 CCyan f200/E101 CWhite,W24 CRed f200/W25 CMedium_aqua_marine f200/W32 CWhite 60/W32 CRed w60 60/W55 CYellow f200/E104 CGold,W14 CRed f200/W35 CMedium_aqua_marine f200/E102 CWhite,W45 CMedium_aqua_marine f200/W65 CCyan f200/E105 CGold,W21 CCyan f200/E103 CWhite,0,0,0,S1 300/S3 300,0,0,S7/S8/W2|W12|W22 60 I24/W54|W64|W74 60 I24/E102,S2/S46,S48,S1/S3/S9/W42|W52|W62 60 I24/E103,S5/S6/W13|W23|W33|W43|W53|W63 60 I24/E101,E105Sky_blue,E104,0,ON,0,ON of the ledcontrol file
2017.04.22 13:20:00.510 Failed: CE108
2017.04.22 13:20:00.510 Warning: Cant parse the trigger part CE108 of the ledcontrol table config setting  CE108 Red f200.
2017.04.22 13:20:00.510 EXCEPTION: Could not parse setting  CE108 Red f200 in column data E103 CRed/ CE108 Red f200/E117 CTurquoise w200 f200.
2017.04.22 13:20:00.510 EXCEPTION: Thread:
2017.04.22 13:20:00.510 EXCEPTION: Message: Exception --> Cant parse the part CE108 of the ledcontrol table config setting  CE108 Red f200.
2017.04.22 13:20:00.510 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.22 13:20:00.510 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.22 13:20:00.510 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.22 13:20:00.510 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.22 13:20:00.510 Warning: Previous exceptions occured in the line Jumping_Jack,E111 CTurquoise f200/E113 CTurquoise f200/E117 CMagenta w400 f200,E103 CRed/ CE108 Red f200/E117 CTurquoise w200 f200,E109 CTurquoise f200/E116 CWhite fd800/E117 CYellow f200,E104 CRed/E110 CYellow f200/E117 CTurquoise w200 f200,E112 CTurquoise f200/E114 CTurquoise f200/E117 CMagenta w400 f200,0,0,0,E119 300/E120 300,0,0,E106 60 I24/E120,E102/E115,E101,E107 60 I24,E105 60 I24/E119,E104,E103,0,E118 Blink fu500 fd600,0,ON of the ledcontrol file
2017.04.22 13:20:00.522 Failed: CE102
2017.04.22 13:20:00.522 Warning: Cant parse the trigger part CE102 of the ledcontrol table config setting  CE102 Red fd800.
2017.04.22 13:20:00.522 EXCEPTION: Could not parse setting  CE102 Red fd800 in column data E101 CGreen/ CE102 Red fd800/E106 CGreen 1000 10.
2017.04.22 13:20:00.522 EXCEPTION: Thread:
2017.04.22 13:20:00.523 EXCEPTION: Message: Exception --> Cant parse the part CE102 of the ledcontrol table config setting  CE102 Red fd800.
2017.04.22 13:20:00.523 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.22 13:20:00.523 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.22 13:20:00.523 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.22 13:20:00.523 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.22 13:20:00.523 Warning: Previous exceptions occured in the line linedrive,E103 CGreen 100 2/E106 CGreen 1000 10,E104 CRed/E105 CGreen 400 4/E107 CGreen 400 4,E101 CGreen/ CE102 Red fd800/E106 CGreen 1000 10,E105 CGreen 400 4/E107 CGreen 400 4/E108 CRed,E106 CGreen 1000 10/E109 CGreen 100 2,E112 150,0,0,E110 500 10,0,0,E101/E105 60 I24/E106 60 I24/E107 60 I24,E102,E102,E108 60 I24/E109 60 I24,E103 60 I24/E104 60 I24,0,0,0,E111 Blink fu500 fd550,0,ON of the ledcontrol file
2017.04.22 13:20:00.667 Warning: Cant parse the part WHITE of the ledcontrol table config setting E115 C White
2017.04.22 13:20:00.667 EXCEPTION: Could not parse setting E115 C White in column data E104 CCyan/E106 CRed/E109 CRed Blink 400 f200/E115 C White/E119 CWhite/E125 CRed/E126 CRed/E130 CGreen.
2017.04.22 13:20:00.667 EXCEPTION: Thread:
2017.04.22 13:20:00.667 EXCEPTION: Message: Exception --> Cant parse the part WHITE of the ledcontrol table config setting E115 C White
2017.04.22 13:20:00.667 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.22 13:20:00.667 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.22 13:20:00.667 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.22 13:20:00.667 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.22 13:20:00.667 Warning: Previous exceptions occured in the line surfer,E103 CCyan/E111 CWhite/E121 CRed/E127 CRed/E128 CWhite/E129 CGreen,E103 CRed/E105 CRed/E112 CWhite/E116 CWhite/E120 CRed/E122 CRed,E105 CYellow/E113 CWhite/E117 CWhite/E120 CYellow/E123 CRed,E104 CRed/E105 CRed/E106 CYellow/E114 CWhite/E118 CWhite/E120 CRed/E124 CRed,E104 CCyan/E106 CRed/E109 CRed Blink 400 f200/E115 C White/E119 CWhite/E125 CRed/E126 CRed/E130 CGreen,0,0,0,E107 300/E108 300,0,0,E105,E102/E108,E101,E106/E107,E109/E111/E112/E113/E114/E115,E104,E103,0,ON,0,ON of the ledcontrol file
2017.04.22 13:20:00.890 Loading LedControl file C:\Visual Pinball\Tables\plugins\DirectOutput\config\directoutputconfig2.ini
2017.04.22 13:20:00.903 Warning: Cant parse the trigger part N of the ledcontrol table config setting N Aqua.
2017.04.22 13:20:00.903 EXCEPTION: Could not parse setting N Aqua in column data N Aqua.
2017.04.22 13:20:00.903 EXCEPTION: Thread:
2017.04.22 13:20:00.903 EXCEPTION: Message: Exception --> Cant parse the part N of the ledcontrol table config setting N Aqua.
2017.04.22 13:20:00.903 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.22 13:20:00.903 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.22 13:20:00.903 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.22 13:20:00.903 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.22 13:20:00.903 Warning: Previous exceptions occured in the line avs,ON Blue,0,0,0,0,0,0,0,0,0,0,ON White,ON,ON White/S18 Red/S19 Red/S20 Red/S21 Lawn_green/S25 Black/S26 Blue/S27 Blue/S28 Blue_violet/S29 Lawn_green/S30 Red/S31 Black/S32 Yellow/W44 Black/W26 Red/W27 Red,0,N Aqua,0,0,0,S2 300/S5 300/S17 500 10/S24 300/W43 500 10/W48 500 10,0,0,0,S17 m2000/S23 m2000 of the ledcontrol file
2017.04.22 13:20:00.906 Failed: ONSIENNA
2017.04.22 13:20:00.906 Warning: Cant parse the trigger part ONSIENNA of the ledcontrol table config setting ONSienna.
2017.04.22 13:20:00.906 EXCEPTION: Could not parse setting ONSienna in column data ONSienna.
2017.04.22 13:20:00.906 EXCEPTION: Thread:
2017.04.22 13:20:00.906 EXCEPTION: Message: Exception --> Cant parse the part ONSIENNA of the ledcontrol table config setting ONSienna.
2017.04.22 13:20:00.907 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.22 13:20:00.907 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.22 13:20:00.907 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.22 13:20:00.907 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.22 13:20:00.907 Warning: Previous exceptions occured in the line bighouse,ON Lime,0,0,0,0,0,0,0,0,0,0,ONSienna,ON,ON Sienna,0,ON Silver,0,0,0,0,0,0,0,0 of the ledcontrol file
2017.04.22 13:20:00.923 Failed: DARK_SEA_GREEN
2017.04.22 13:20:00.923 Warning: Cant parse the trigger part DARK_SEA_GREEN of the ledcontrol table config setting Dark_sea_green.
2017.04.22 13:20:00.923 EXCEPTION: Could not parse setting Dark_sea_green in column data Dark_sea_green.
2017.04.22 13:20:00.923 EXCEPTION: Thread:
2017.04.22 13:20:00.923 EXCEPTION: Message: Exception --> Cant parse the part DARK_SEA_GREEN of the ledcontrol table config setting Dark_sea_green.
2017.04.22 13:20:00.924 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.22 13:20:00.924 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.22 13:20:00.924 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.22 13:20:00.924 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.22 13:20:00.924 Warning: Previous exceptions occured in the line fathom,ON Blue,0,0,0,0,0,0,0,0,0,0,ON Cyan,ON,ON Cyan,0,Dark_sea_green,0,0,0,S6 300/S13 300/S14 300,0,0,0,0 of the ledcontrol file
2017.04.22 13:20:00.971 Failed: MEDIUM_VIOLET_RED
2017.04.22 13:20:00.971 Warning: Cant parse the trigger part MEDIUM_VIOLET_RED of the ledcontrol table config setting Medium_violet_red.
2017.04.22 13:20:00.971 EXCEPTION: Could not parse setting Medium_violet_red in column data Medium_violet_red.
2017.04.22 13:20:00.971 EXCEPTION: Thread:
2017.04.22 13:20:00.971 EXCEPTION: Message: Exception --> Cant parse the part MEDIUM_VIOLET_RED of the ledcontrol table config setting Medium_violet_red.
2017.04.22 13:20:00.971 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2017.04.22 13:20:00.971 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2017.04.22 13:20:00.971 EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2017.04.22 13:20:00.971 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2017.04.22 13:20:00.971 Warning: Previous exceptions occured in the line princess,ON Blue,0,0,0,0,0,0,0,0,0,0,ON Blue,ON,ON Blue,0,Medium_violet_red,0,0,0,S6 300/S15 300,0,0,0,0 of the ledcontrol file
2017.04.22 13:20:01.071 Loading LedControl file C:\Visual Pinball\Tables\plugins\DirectOutput\config\directoutputconfig30.ini
2017.04.22 13:20:01.560 3 directoutputconfig.ini or ledcontrol.ini files loaded.
2017.04.22 13:20:01.561 Config for RomName afm_113b exists in LedControl data. Updating cabinet and config.
2017.04.22 13:20:01.562 Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30
2017.04.22 13:20:01.562 Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30
2017.04.22 13:20:01.562 Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30
2017.04.22 13:20:01.562 Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30
2017.04.22 13:20:01.562 Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30
2017.04.22 13:20:01.562 Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30
2017.04.22 13:20:01.562 Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30
2017.04.22 13:20:01.562 Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30
2017.04.22 13:20:01.562 Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30
2017.04.22 13:20:01.562 Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30
2017.04.22 13:20:01.562 Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30
2017.04.22 13:20:01.562 Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30
2017.04.22 13:20:01.562 Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30
2017.04.22 13:20:01.562 Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30
2017.04.22 13:20:01.562 Table config loading finished
2017.04.22 13:20:01.562 Pinball parts loaded
2017.04.22 13:20:01.562 Starting processes
2017.04.22 13:20:01.562 Initializing cabinet
2017.04.22 13:20:01.562 Debug: Initializing output controllers
2017.04.22 13:20:01.617 TeensyStripController LEDStripController intialized and updater thread started.
2017.04.22 13:20:01.617 Debug: Output controllers initialized
2017.04.22 13:20:01.617 TeensyStripController LEDStripController updater thread  started.
2017.04.22 13:20:01.617 Cabinet initialized
2017.04.22 13:20:01.617 Loading shape definition file: C:\VISUAL PINBALL\TABLES\PLUGINS\DIRECTOUTPUT\DirectOutputShapes.xml
2017.04.22 13:20:01.623 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:0, T:15, W:100, H:8), Matrix(W:144, H:1), ResultArea(Left: 0, Top:21, Right:0, Bottom:33, Width:1, Height:13)
2017.04.22 13:20:01.623 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:6), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:8, Width:1, Height:9)
2017.04.22 13:20:01.623 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:80), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:115, Width:1, Height:116)
2017.04.22 13:20:01.623 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:80), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:115, Width:1, Height:116)
2017.04.22 13:20:01.623 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:80), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:115, Width:1, Height:116)
2017.04.22 13:20:01.623 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:60, T:66, W:5, H:33), Matrix(W:8, H:64), ResultArea(Left: 38, Top:5, Right:41, Bottom:7, Width:4, Height:3)
2017.04.22 13:20:01.623 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:73, T:66, W:5, H:33), Matrix(W:8, H:64), ResultArea(Left: 46, Top:5, Right:49, Bottom:7, Width:4, Height:3)
2017.04.22 13:20:01.623 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:60, T:0, W:15, H:66), Matrix(W:8, H:64), ResultArea(Left: 38, Top:0, Right:48, Bottom:5, Width:11, Height:6)
2017.04.22 13:20:01.623 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:75, T:0, W:15, H:66), Matrix(W:8, H:64), ResultArea(Left: 48, Top:0, Right:57, Bottom:5, Width:10, Height:6)
2017.04.22 13:20:01.624 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:68, T:0, W:15, H:66), Matrix(W:8, H:64), ResultArea(Left: 43, Top:0, Right:53, Bottom:5, Width:11, Height:6)
2017.04.22 13:20:01.624 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:50, H:100), Matrix(W:8, H:64), ResultArea(Left: 0, Top:0, Right:32, Bottom:7, Width:33, Height:8)
2017.04.22 13:20:01.624 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:0, W:50, H:100), Matrix(W:8, H:64), ResultArea(Left: 32, Top:0, Right:63, Bottom:7, Width:32, Height:8)
2017.04.22 13:20:01.624 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:0, T:66, W:9, H:33), Matrix(W:8, H:64), ResultArea(Left: 0, Top:5, Right:5, Bottom:7, Width:6, Height:3)
2017.04.22 13:20:01.624 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:25, T:66, W:10, H:33), Matrix(W:8, H:64), ResultArea(Left: 16, Top:5, Right:22, Bottom:7, Width:7, Height:3)
2017.04.22 13:20:01.624 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:30, H:100), Matrix(W:8, H:64), ResultArea(Left: 0, Top:0, Right:19, Bottom:7, Width:20, Height:8)
2017.04.22 13:20:01.624 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:70, T:0, W:30, H:100), Matrix(W:8, H:64), ResultArea(Left: 44, Top:0, Right:63, Bottom:7, Width:20, Height:8)
2017.04.22 13:20:01.624 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 0, Top:0, Right:5, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.624 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 0, Top:0, Right:5, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.649 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:3, BML: 239, BMT: 35, BMW: 16, BMH: 16
2017.04.22 13:20:01.649 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 58, Top:0, Right:63, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.649 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 58, Top:0, Right:63, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.649 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:3, BML: 239, BMT: 35, BMW: 16, BMH: 16
2017.04.22 13:20:01.649 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 0, Top:0, Right:5, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.649 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 0, Top:0, Right:5, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.649 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:3, BML: 239, BMT: 35, BMW: 16, BMH: 16
2017.04.22 13:20:01.649 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 58, Top:0, Right:63, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.649 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 58, Top:0, Right:63, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.650 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:3, BML: 239, BMT: 35, BMW: 16, BMH: 16
2017.04.22 13:20:01.650 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 0, Top:0, Right:5, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.650 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 0, Top:0, Right:5, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.650 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:3, BML: 239, BMT: 35, BMW: 16, BMH: 16
2017.04.22 13:20:01.650 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 58, Top:0, Right:63, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.650 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 58, Top:0, Right:63, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.650 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:3, BML: 239, BMT: 35, BMW: 16, BMH: 16
2017.04.22 13:20:01.650 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 0, Top:0, Right:5, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.650 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 0, Top:0, Right:5, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.650 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:3, BML: 239, BMT: 35, BMW: 16, BMH: 16
2017.04.22 13:20:01.650 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 58, Top:0, Right:63, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.650 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 58, Top:0, Right:63, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.651 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:3, BML: 239, BMT: 35, BMW: 16, BMH: 16
2017.04.22 13:20:01.651 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 0, Top:0, Right:5, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.651 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 0, Top:0, Right:5, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.651 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:3, BML: 239, BMT: 35, BMW: 16, BMH: 16
2017.04.22 13:20:01.651 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 58, Top:0, Right:63, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.651 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 58, Top:0, Right:63, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.651 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:3, BML: 239, BMT: 35, BMW: 16, BMH: 16
2017.04.22 13:20:01.651 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 0, Top:0, Right:5, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.651 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 0, Top:0, Right:5, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.651 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:3, BML: 239, BMT: 35, BMW: 16, BMH: 16
2017.04.22 13:20:01.651 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 58, Top:0, Right:63, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.651 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 58, Top:0, Right:63, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.652 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:3, BML: 239, BMT: 35, BMW: 16, BMH: 16
2017.04.22 13:20:01.652 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 0, Top:0, Right:5, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.652 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 0, Top:0, Right:5, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.652 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:3, BML: 239, BMT: 35, BMW: 16, BMH: 16
2017.04.22 13:20:01.652 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 58, Top:0, Right:63, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.652 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:64), ResultArea(Left: 58, Top:0, Right:63, Bottom:2, Width:6, Height:3)
2017.04.22 13:20:01.652 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:3, BML: 239, BMT: 35, BMW: 16, BMH: 16
2017.04.22 13:20:01.652 Framework initialized.
2017.04.22 13:20:01.652 Have fun! :)
2017.04.22 13:20:01.777 TeensyStripController LEDStripController updater thread  has connected to TeensyStripController LEDStripController.
2017.04.22 13:20:49.161 Finishing framework
2017.04.22 13:20:49.161 Finishing cabinet
2017.04.22 13:20:49.161 Debug: Finishing output controllers
2017.04.22 13:20:49.190 TeensyStripController LEDStripController updater thread  has disconnected from TeensyStripController LEDStripController and will terminate.
2017.04.22 13:20:49.190 TeensyStripController LEDStripController finished and updater thread stopped.
2017.04.22 13:20:49.190 Debug: Output controllers finished
2017.04.22 13:20:49.190 Cabinet finished
2017.04.22 13:20:49.190 DirectOutput framework finished.
2017.04.22 13:20:49.190 Bye and thanks for using!

cabinet.xml

GlobalConfig_B2SServer.xml

GlobalConfig_PinballX.xml

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...