Jump to content



Photo
- - - - -

no leds from doflinx when launching from popper - but works when launched from fx3.exe


  • Please log in to reply
38 replies to this topic

#1 pitty

pitty

    Hobbyist

  • Members
  • PipPip
  • 38 posts

  • Flag: Australia

  • Favorite Pinball: star wars

Posted 07 November 2020 - 09:55 AM

Howdy poinheads, having a strange problem with doflinx.

 

my 55 VPX tables are all working nicely with ledstrips and ssf.

 

So i thought i would experiment and see how i went with FX3. cough nonsteamversion.

  

 

If i launch the Alien Isolation table though pinball fx3.exe all my ssf and Leds work nicely. Teensy lights blink fast

 

 

If i launch Alien Isolation though pinup popper only the ssf works. - and the Teensy lights blink fast a few times as table loads then goes back to heartbeat blinking.

 

 

So i managed to log both non-working and working attempts.

 

Here is my doflinx.ini

DEBUG=1

SHOW_IN_TASKBAR=1

DIRECTOUTPUTCONFIG=c:\DirectOutput\config\directoutputconfig30.ini

PATH_B2S_SERVER=c:\Visual Pinball\Tables\

DIRECTOUTPUTGLOBAL=C:\DirectOutput\config\GlobalConfig_b2SServer.xml

PATH_FX3=C:\DirectOutput\FX3_PUPlayer\

PATH_FX3_B2S=C:\DirectOutput\FX3_B2S\

FP_ATTEMPT_LINK=1

FP_LINK_WAIT_TIME=95000

PROCESSES=Pinball FX3,Pinball FX2,Future Pinball,mamelayplus

 
And my Cabinet.xml
<?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>144</NumberOfLedsStrip1>
      <NumberOfLedsStrip2>144</NumberOfLedsStrip2>
      <NumberOfLedsStrip3>256</NumberOfLedsStrip3>
      <NumberOfLedsStrip4>0</NumberOfLedsStrip4>
      <NumberOfLedsStrip5>0</NumberOfLedsStrip5>
      <NumberOfLedsStrip6>0</NumberOfLedsStrip6>
      <NumberOfLedsStrip7>0</NumberOfLedsStrip7>
      <NumberOfLedsStrip8>0</NumberOfLedsStrip8>
      <ComPortName>COM60</ComPortName>
    </TeensyStripController>
	
   </OutputControllers>
   
   <Toys>
 

    <LedStrip>
      <Name>Combo1</Name>
      <Width>1</Width>
      <Height>144</Height>
      <LedStripArrangement>BottomUpLeftRight</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>1</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>LEDStripController</OutputControllerName>
    </LedStrip>
   

	
    <LedStrip>
      <Name>Combo2</Name>
      <Width>1</Width>
      <Height>144</Height>
      <LedStripArrangement>BottomUpLeftRight</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>145</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>LEDStripController</OutputControllerName>
    </LedStrip>

   <LedStrip>
      <Name>Combo3</Name>
      <Width>32</Width>
      <Height>8</Height>
      <LedStripArrangement>BottomUpAlternateRightLeft</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>289</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>LEDStripController</OutputControllerName>
    </LedStrip>
   


   <LedWizEquivalent>
   <Name>LedWizEquivalent 30</Name>
    <Outputs>
    <LedWizEquivalentOutput>
     <OutputName>Combo1</OutputName>
     <LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber>
    </LedWizEquivalentOutput>    
    <LedWizEquivalentOutput>
     <OutputName>Combo2</OutputName>
     <LedWizEquivalentOutputNumber>4</LedWizEquivalentOutputNumber>
    </LedWizEquivalentOutput>
     <LedWizEquivalentOutput>
     <OutputName>Combo3</OutputName>
     <LedWizEquivalentOutputNumber>7</LedWizEquivalentOutputNumber>
    </LedWizEquivalentOutput>
   </Outputs>
   <LedWizNumber>30</LedWizNumber>
   </LedWizEquivalent>
   </Toys>
 <AutoConfigEnabled>true</AutoConfigEnabled>
</Cabinet>
 
 
Here is the log of my 1st run - non working leds, ssf works. running alien isolation through popper.
07-Nov-20 19:17:07.971 - Shutting down
07-Nov-20 19:17:08.000 - Program close
07-Nov-20 19:18:59.612 - DOF Linx for Pinball Emulators - DOFLinx by DDH69
07-Nov-20 19:18:59.631 - Starting up - version 7.22
07-Nov-20 19:18:59.633 - For support come and visit the community here http://www.vpforums.org/index.php?showforum=104
07-Nov-20 19:18:59.636 - Pre-Reading DOFLinx.INI startup config file details
07-Nov-20 19:18:59.753 - DEBUG enabled with showing of window True
07-Nov-20 19:19:03.051 - Found Teensy controller named 'LEDStripController'
07-Nov-20 19:19:03.104 - Joystick # 1 detected : 32 buttons   Z-Axis
07-Nov-20 19:19:03.109 - DOFLinx device: 1 Initializing as Pinscape #1 with name=Pinscape Controller
07-Nov-20 19:19:03.111 - DOFLinx device:1 Pinscape setup with 17 outputs
07-Nov-20 19:19:03.114 - DOFLinx device: 2 Initializing as LEDWiz #8 with ID=0
07-Nov-20 19:19:03.116 - DOFLinx device:2 LEDWiz setup with 32 outputs
07-Nov-20 19:19:03.118 - This device is probably a PinScape emulating a LEDWiz, if it is, then it is better to assign toys to the Pinscape device not this one
07-Nov-20 19:19:03.123 - Reading DOFLinx.INI startup config file details
07-Nov-20 19:19:03.126 - Turning DEBUG off
07-Nov-20 19:19:03.140 - DEBUG enabled with showing of window True
07-Nov-20 19:19:03.146 - Reading DirectOutputConfig file named c:\DirectOutput\config\directoutputconfig30.ini
07-Nov-20 19:19:03.180 - Set Debug Privilege = Set OK
07-Nov-20 19:19:05.110 - DOFLinx device: 1 Initializing as Pinscape #1 with name=Pinscape Controller
07-Nov-20 19:19:05.113 - DOFLinx device:1 Pinscape setup with 17 outputs
07-Nov-20 19:19:05.116 - DOFLinx device: 2 Initializing as LEDWiz #8 with ID=0
07-Nov-20 19:19:05.120 - DOFLinx device:2 LEDWiz setup with 32 outputs
07-Nov-20 19:19:05.123 - This device is probably a PinScape emulating a LEDWiz, if it is, then it is better to assign toys to the Pinscape device not this one
07-Nov-20 19:19:30.377 - Found valid process name of 'Pinball FX3'
07-Nov-20 19:19:30.383 - Setting FX3 process ID to :2668
07-Nov-20 19:19:32.406 - Activated by process name : 'Pinball FX3'
07-Nov-20 19:19:32.417 - Named process detected and startup commenced
07-Nov-20 19:19:32.957 - FX3 EXE name=D:\Games\Pinball FX3 Williams Pinball Volume 5\Pinball FX3.exe Size=11022480 bytes, Dated 10/12/2019 9:42:43 PM
07-Nov-20 19:19:32.962 - Applying memory offsets for FX3 version circa 10/12/19
07-Nov-20 19:19:32.976 - FX3 full link active
07-Nov-20 19:19:32.983 - Using full colour palette
07-Nov-20 19:19:32.987 - 122 colours added to the palette
07-Nov-20 19:19:33.968 - B2S file not found : FX3Logo
07-Nov-20 19:19:34.966 - B2S file not found : FX3Logo
07-Nov-20 19:19:35.969 - B2S file not found : FX3Logo
07-Nov-20 19:19:36.964 - B2S file not found : FX3Logo
07-Nov-20 19:19:37.972 - Loading FX3 configuration file C:\DirectOutput\FX3_PUPlayer\ALL_PRE.FX3
07-Nov-20 19:19:37.979 - Processing parameter 'FF_PUP_INIT' with data 'FX3_PUP_SSF' in real-time
07-Nov-20 19:19:38.003 - Loading FX3 configuration file C:\DirectOutput\FX3_PUPlayer\AlienIsolationPinball.FX3
07-Nov-20 19:19:38.009 - Processing parameter 'FF_ROM' with data 'FX2_ALIENISOL' in real-time
07-Nov-20 19:19:38.015 - Loading DOF 'Pinball' with ROM='FX2_ALIENISOL'
07-Nov-20 19:19:40.664 - Processing parameter 'BACKGLASS_EXISTS' with data 'YES' in real-time
07-Nov-20 19:19:40.671 - Processing parameter 'FF_PUP_INIT' with data 'ALIEN_ISOLATION' in real-time
07-Nov-20 19:19:40.688 - Loading FX3 configuration file C:\DirectOutput\FX3_PUPlayer\ALL_POST.FX3
07-Nov-20 19:19:40.695 - B2S file not found : AlienIsolationPinball
07-Nov-20 19:19:40.715 - Using full colour palette
07-Nov-20 19:19:40.722 - 122 colours added to the palette
07-Nov-20 19:19:40.729 - Cabinet Mode = 0   Backglass Mode = 0
07-Nov-20 19:19:40.747 - There are no OFF actions for GAMEMODE
07-Nov-20 19:19:42.247 - GAMEMODE mode=1 action #0 of 'FF_COLOUR,BLACK,RGB_DF,0'
07-Nov-20 19:19:42.265 - GAMEMODE mode=1 action #1 of 'FF_FLASHER,DV_FLOL,FL_FL,6,750,100,ORANGE'
07-Nov-20 19:19:42.279 - GAMEMODE mode=1 action #2 of 'FF_FLASHER,DV_FLOR,FL_FL,6,750,100,ORANGE'
07-Nov-20 19:19:42.292 - GAMEMODE mode=1 action #3 of 'FF_FLASHER,DV_FLIL,FL_FL,6,750,100,YELLOW'
07-Nov-20 19:19:42.304 - GAMEMODE mode=1 action #4 of 'FF_FLASHER,DV_FLIR,FL_FL,6,750,100,YELLOW'
07-Nov-20 19:19:42.325 - GAMEMODE mode=1 action #5 of 'FF_FLASHER,DV_FLCN,FL_FL,6,750,100,ORANGE'
07-Nov-20 19:19:42.337 - GAMEMODE mode=1 action #6 of 'FF_DOF,E424,-1'
07-Nov-20 19:19:42.815 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:19:42.829 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:19:42.845 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:19:43.129 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:19:43.143 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:19:43.158 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:19:43.394 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:19:43.409 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:19:43.421 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:19:43.475 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:19:43.490 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:19:43.503 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:19:43.755 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:19:43.771 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:19:43.787 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:19:43.799 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:19:43.816 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:19:43.829 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:19:44.063 - BALLOUT mode=1 action #0 of 'FF_FLASHER,DV_FLOL,FL_OFF,1,1,100,RANDOM'
07-Nov-20 19:19:44.075 - BALLOUT mode=1 action #1 of 'FF_FLASHER,DV_FLIL,FL_OFF,1,1,100,RANDOM'
07-Nov-20 19:19:44.087 - BALLOUT mode=1 action #2 of 'FF_FLASHER,DV_FLCN,FL_OFF,1,1,100,RANDOM'
07-Nov-20 19:19:44.108 - BALLOUT mode=1 action #3 of 'FF_FLASHER,DV_FLIR,FL_OFF,1,1,100,RANDOM'
07-Nov-20 19:19:44.120 - BALLOUT mode=1 action #4 of 'FF_FLASHER,DV_FLOR,FL_OFF,1,1,100,RANDOM'
07-Nov-20 19:19:44.132 - BALLOUT mode=1 action #5 of 'FF_DEV,DV_SR,0'
07-Nov-20 19:19:44.146 - BALLOUT mode=1 action #6 of 'FF_DEV,DV_BK,0'
07-Nov-20 19:19:44.158 - BALLOUT mode=1 action #7 of 'FF_B2S,B2SSTOPALLANIMATIONS'
07-Nov-20 19:19:44.171 - BALLOUT mode=1 action #8 of 'FF_DOF,E130,-1'
07-Nov-20 19:19:44.192 - BALLOUT mode=1 action #9 of 'FF_PUP_EVENT,E130,1'
07-Nov-20 19:19:44.205 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:19:44.227 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:19:44.243 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:19:44.254 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:19:44.268 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:19:44.282 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:19:44.302 - There are no OFF actions for BALLOUT
07-Nov-20 19:19:44.441 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:19:44.454 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:19:44.474 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:19:44.494 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:19:44.508 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:19:44.523 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:19:44.770 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:19:44.784 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:19:44.797 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:19:44.810 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:19:44.823 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:19:44.844 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:19:45.018 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:19:45.030 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:19:45.045 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:19:45.096 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:19:45.109 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:19:45.121 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:19:45.315 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:19:45.328 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:19:45.340 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:19:45.473 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:19:45.485 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:19:45.500 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:19:45.958 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:19:45.972 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:19:45.985 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:19:46.035 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:19:46.048 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:19:46.060 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:19:46.163 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:19:46.177 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:19:46.189 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:19:46.254 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:19:46.266 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:19:46.279 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:19:46.769 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:19:46.782 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:19:46.796 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:19:46.808 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:19:46.824 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:19:46.836 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:19:46.989 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:19:47.003 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:19:47.015 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:19:47.028 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:19:47.044 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:19:47.060 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:19:47.596 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:19:47.610 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:19:47.621 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:19:47.639 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:19:47.652 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:19:47.664 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:19:47.816 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:19:47.830 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:19:47.848 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:19:47.860 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:19:47.874 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:19:47.892 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:19:48.284 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:19:48.297 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:19:48.309 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:19:48.331 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:19:48.345 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:19:48.357 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:19:48.517 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:19:48.531 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:19:48.543 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:19:48.558 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:19:48.570 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:19:48.591 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:19:49.003 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:19:49.016 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:19:49.029 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:19:49.048 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:19:49.060 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:19:49.075 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:19:49.254 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:19:49.267 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:19:49.280 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:19:49.293 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:19:49.308 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:19:49.320 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:19:50.065 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:19:50.078 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:19:50.091 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:19:50.109 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:19:50.128 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:19:50.139 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:19:50.283 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:19:50.296 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:19:50.308 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:19:50.319 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:19:50.338 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:19:50.352 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:19:51.145 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:19:51.159 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:19:51.170 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:19:51.284 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:19:51.298 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:19:51.317 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:19:57.252 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:19:57.267 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:19:57.279 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:19:57.532 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:19:57.546 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:19:57.558 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:19:59.661 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:19:59.674 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:19:59.686 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:19:59.878 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:19:59.892 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:19:59.903 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:20:02.777 - There are no OFF actions for GAMEMODE
07-Nov-20 19:20:06.027 - GAMEMODE mode=1 action #0 of 'FF_COLOUR,BLACK,RGB_DF,0'
07-Nov-20 19:20:06.042 - GAMEMODE mode=1 action #1 of 'FF_FLASHER,DV_FLOL,FL_FL,6,750,100,ORANGE'
07-Nov-20 19:20:06.054 - GAMEMODE mode=1 action #2 of 'FF_FLASHER,DV_FLOR,FL_FL,6,750,100,ORANGE'
07-Nov-20 19:20:06.067 - GAMEMODE mode=1 action #3 of 'FF_FLASHER,DV_FLIL,FL_FL,6,750,100,YELLOW'
07-Nov-20 19:20:06.083 - GAMEMODE mode=1 action #4 of 'FF_FLASHER,DV_FLIR,FL_FL,6,750,100,YELLOW'
07-Nov-20 19:20:06.096 - GAMEMODE mode=1 action #5 of 'FF_FLASHER,DV_FLCN,FL_FL,6,750,100,ORANGE'
07-Nov-20 19:20:06.107 - GAMEMODE mode=1 action #6 of 'FF_DOF,E424,-1'
07-Nov-20 19:20:07.175 - There are no ON actions for LAUNCHBALL
07-Nov-20 19:20:07.187 - LAUNCHMODE mode=1 action #0 of 'FF_BUTTON,BUT_LB,BA_FL,10000,500'
07-Nov-20 19:20:07.209 - LAUNCHMODE mode=1 action #1 of 'FF_DOF,E310,-1'
07-Nov-20 19:20:07.393 - LAUNCHBALL mode=2 action #0 of 'FF_PUP_EVENT,E132,1'
07-Nov-20 19:20:07.407 - LAUNCHBALL mode=2 action #1 of 'FF_DEV,DV_MR,-1'
07-Nov-20 19:20:07.420 - LAUNCHBALL mode=2 action #2 of 'FF_DOF,E132,-1'
07-Nov-20 19:20:07.432 - LAUNCHBALL mode=2 action #3 of 'FF_B2S,B2SSTARTANIMATION,SPARKLE'
07-Nov-20 19:20:09.459 - There are no ON actions for LAUNCHBALL
07-Nov-20 19:20:10.378 - LAUNCHBALL mode=2 action #0 of 'FF_PUP_EVENT,E132,1'
07-Nov-20 19:20:10.393 - LAUNCHBALL mode=2 action #1 of 'FF_DEV,DV_MR,-1'
07-Nov-20 19:20:10.405 - LAUNCHBALL mode=2 action #2 of 'FF_DOF,E132,-1'
07-Nov-20 19:20:10.418 - LAUNCHBALL mode=2 action #3 of 'FF_B2S,B2SSTARTANIMATION,SPARKLE'
07-Nov-20 19:20:10.785 - LAUNCHMODE mode=2 action #0 of 'FF_BUTTON,BUT_LB,BA_OFF,0,0'
07-Nov-20 19:20:10.797 - LAUNCHMODE mode=2 action #1 of 'FF_DOF,E310,0'
07-Nov-20 19:20:11.493 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:20:11.506 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:20:11.526 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:20:11.749 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:20:11.764 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:20:11.776 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:20:11.792 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:20:11.807 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:20:11.819 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:20:12.065 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:20:12.080 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:20:12.095 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:20:12.242 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:20:12.253 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:20:12.270 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:20:12.443 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:20:12.456 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:20:12.469 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:20:12.481 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:20:12.495 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:20:12.509 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:20:12.628 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:20:12.643 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:20:12.656 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:20:13.081 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:20:13.094 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:20:13.107 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:20:13.125 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:20:13.138 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:20:13.151 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:20:13.361 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:20:13.375 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:20:13.386 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:20:13.409 - SENSOR_ORBIT_RIGHT mode=1 action #0 of 'FF_DOF,E413,-1'
07-Nov-20 19:20:13.420 - SENSOR_ORBIT_RIGHT mode=1 action #1 of 'FF_PUP_EVENT,E413,1'
07-Nov-20 19:20:13.433 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:20:13.450 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:20:13.463 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:20:13.481 - There are no OFF actions for SENSOR_ORBIT_RIGHT
07-Nov-20 19:20:13.677 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:20:13.690 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:20:13.702 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:20:13.791 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:20:13.803 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:20:13.825 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:20:13.911 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:20:13.924 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:20:13.936 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:20:13.955 - SENSOR_ORBIT_CENTER mode=1 action #0 of 'FF_DOF,E418,-1'
07-Nov-20 19:20:13.968 - SENSOR_ORBIT_CENTER mode=1 action #1 of 'FF_PUP_EVENT,E418,1'
07-Nov-20 19:20:13.995 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:20:14.008 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:20:14.019 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:20:14.079 - There are no OFF actions for SENSOR_ORBIT_CENTER
07-Nov-20 19:20:14.690 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:20:14.703 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:20:14.715 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:20:14.735 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:20:14.748 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:20:14.760 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:20:14.829 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:20:14.842 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:20:14.857 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:20:14.910 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:20:14.923 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:20:14.935 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:20:15.019 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:20:15.033 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:20:15.046 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:20:15.145 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:20:15.158 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:20:15.175 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:20:15.193 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:20:15.208 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:20:15.221 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:20:15.378 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:20:15.390 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:20:15.402 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:20:15.415 - BUMPER_02 mode=1 action #0 of 'FF_PUP_EVENT,E121,1'
07-Nov-20 19:20:15.429 - BUMPER_02 mode=1 action #1 of 'FF_DEV,DV_BC,-1'
07-Nov-20 19:20:15.441 - BUMPER_02 mode=1 action #2 of 'FF_DOF,E121,-1'
07-Nov-20 19:20:15.460 - BUMPER_FLASH01 mode=1 action #0 of 'FF_FLASHER,DV_FLCN,FL_TT,1,150,100,ORANGE_RED'
07-Nov-20 19:20:15.471 - BUMPER_FLASH01 mode=1 action #1 of 'FF_B2S,B2SSTARTANIMATION,PLANET1'
07-Nov-20 19:20:15.491 - BUMPER_FLASH02 mode=1 action #0 of 'FF_FLASHER,DV_FLIL,FL_TT,1,150,100,DODGER_BLUE'
07-Nov-20 19:20:15.504 - BUMPER_FLASH02 mode=1 action #1 of 'FF_B2S,B2SSTARTANIMATION,PLANET2'
07-Nov-20 19:20:15.522 - BUMPER_01 mode=1 action #0 of 'FF_PUP_EVENT,E120,1'
07-Nov-20 19:20:15.534 - BUMPER_01 mode=1 action #1 of 'FF_DEV,DV_BL,-1'
07-Nov-20 19:20:15.547 - BUMPER_01 mode=1 action #2 of 'FF_DOF,E120,-1'
07-Nov-20 19:20:15.613 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:20:15.627 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:20:15.647 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:20:15.660 - There are no OFF actions for BUMPER_FLASH02
07-Nov-20 19:20:15.678 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:20:15.693 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:20:15.704 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:20:15.717 - BUMPER_03 mode=1 action #0 of 'FF_PUP_EVENT,E122,1'
07-Nov-20 19:20:15.731 - BUMPER_03 mode=1 action #1 of 'FF_DEV,DV_BR,-1'
07-Nov-20 19:20:15.746 - BUMPER_03 mode=1 action #2 of 'FF_DOF,E122,-1'
07-Nov-20 19:20:15.758 - There are no OFF actions for BUMPER_FLASH01
07-Nov-20 19:20:15.774 - BUMPER_FLASH03 mode=1 action #0 of 'FF_FLASHER,DV_FLIR,FL_TT,1,150,100,LIME'
07-Nov-20 19:20:15.787 - BUMPER_FLASH03 mode=1 action #1 of 'FF_B2S,B2SSTARTANIMATION,PLANET3'
07-Nov-20 19:20:15.805 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:20:15.819 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:20:15.833 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:20:15.852 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:20:15.865 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:20:15.878 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:20:15.941 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:20:15.954 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:20:15.976 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:20:15.988 - There are no OFF actions for BUMPER_FLASH03
07-Nov-20 19:20:16.014 - There are no OFF actions for BUMPER_02
07-Nov-20 19:20:16.059 - There are no OFF actions for BUMPER_01
07-Nov-20 19:20:16.098 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:20:16.113 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:20:16.125 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:20:16.136 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:20:16.149 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:20:16.168 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:20:16.300 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:20:16.313 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:20:16.325 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:20:16.337 - There are no OFF actions for BUMPER_03
07-Nov-20 19:20:16.385 - BUMPER_03 mode=1 action #0 of 'FF_PUP_EVENT,E122,1'
07-Nov-20 19:20:16.400 - BUMPER_03 mode=1 action #1 of 'FF_DEV,DV_BR,-1'
07-Nov-20 19:20:16.413 - BUMPER_03 mode=1 action #2 of 'FF_DOF,E122,-1'
07-Nov-20 19:20:16.427 - BUMPER_FLASH03 mode=1 action #0 of 'FF_FLASHER,DV_FLIR,FL_TT,1,150,100,LIME'
07-Nov-20 19:20:16.441 - BUMPER_FLASH03 mode=1 action #1 of 'FF_B2S,B2SSTARTANIMATION,PLANET3'
07-Nov-20 19:20:16.459 - BUMPER_02 mode=1 action #0 of 'FF_PUP_EVENT,E121,1'
07-Nov-20 19:20:16.473 - BUMPER_02 mode=1 action #1 of 'FF_DEV,DV_BC,-1'
07-Nov-20 19:20:16.487 - BUMPER_02 mode=1 action #2 of 'FF_DOF,E121,-1'
07-Nov-20 19:20:16.499 - BUMPER_FLASH02 mode=1 action #0 of 'FF_FLASHER,DV_FLIL,FL_TT,1,150,100,DODGER_BLUE'
07-Nov-20 19:20:16.512 - BUMPER_FLASH02 mode=1 action #1 of 'FF_B2S,B2SSTARTANIMATION,PLANET2'
07-Nov-20 19:20:16.530 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:20:16.543 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:20:16.555 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:20:16.670 - There are no OFF actions for BUMPER_FLASH03
07-Nov-20 19:20:16.690 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:20:16.708 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:20:16.721 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:20:16.734 - There are no OFF actions for BUMPER_FLASH02
07-Nov-20 19:20:16.752 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:20:16.765 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:20:16.778 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:20:16.790 - BUMPER_01 mode=1 action #0 of 'FF_PUP_EVENT,E120,1'
07-Nov-20 19:20:16.802 - BUMPER_01 mode=1 action #1 of 'FF_DEV,DV_BL,-1'
07-Nov-20 19:20:16.819 - BUMPER_01 mode=1 action #2 of 'FF_DOF,E120,-1'
07-Nov-20 19:20:16.832 - BUMPER_FLASH01 mode=1 action #0 of 'FF_FLASHER,DV_FLCN,FL_TT,1,150,100,ORANGE_RED'
07-Nov-20 19:20:16.845 - BUMPER_FLASH01 mode=1 action #1 of 'FF_B2S,B2SSTARTANIMATION,PLANET1'
07-Nov-20 19:20:16.927 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:20:16.940 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:20:16.953 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:20:16.998 - There are no OFF actions for BUMPER_03
07-Nov-20 19:20:17.044 - There are no OFF actions for BUMPER_02
07-Nov-20 19:20:17.057 - There are no OFF actions for BUMPER_FLASH01
07-Nov-20 19:20:17.404 - There are no OFF actions for BUMPER_01
07-Nov-20 19:20:18.395 - SENSOR_ORBIT_LEFT mode=1 action #0 of 'FF_DOF,E411,-1'
07-Nov-20 19:20:18.408 - SENSOR_ORBIT_LEFT mode=1 action #1 of 'FF_PUP_EVENT,E411,1'
07-Nov-20 19:20:18.549 - There are no OFF actions for SENSOR_ORBIT_LEFT
07-Nov-20 19:20:19.924 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:20:19.937 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:20:19.957 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:20:19.990 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:20:20.004 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:20:20.018 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:20:20.036 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:20:20.050 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:20:20.063 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:20:20.112 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:20:20.126 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:20:20.140 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:20:21.028 - There are no OFF actions for GAMEMODE
07-Nov-20 19:20:22.408 - Activating process disappeared so stopping things
07-Nov-20 19:20:22.427 - DOFLinx device: 1 Initializing as Pinscape #1 with name=Pinscape Controller
07-Nov-20 19:20:22.439 - DOFLinx device:1 Pinscape setup with 17 outputs
07-Nov-20 19:20:22.452 - DOFLinx device: 2 Initializing as LEDWiz #8 with ID=0
07-Nov-20 19:20:22.463 - DOFLinx device:2 LEDWiz setup with 32 outputs
07-Nov-20 19:20:22.475 - This device is probably a PinScape emulating a LEDWiz, if it is, then it is better to assign toys to the Pinscape device not this one

And here is the log with the leds and ssf working when i run alien isolation directly from the game.

07-Nov-20 19:22:37.741 - DOF Linx for Pinball Emulators - DOFLinx by DDH69
07-Nov-20 19:22:37.759 - Starting up - version 7.22
07-Nov-20 19:22:37.760 - For support come and visit the community here http://www.vpforums.org/index.php?showforum=104
07-Nov-20 19:22:37.764 - Pre-Reading DOFLinx.INI startup config file details
07-Nov-20 19:22:37.877 - DEBUG enabled with showing of window True
07-Nov-20 19:22:41.073 - Found Teensy controller named 'LEDStripController'
07-Nov-20 19:22:41.112 - Joystick # 1 detected : 32 buttons   Z-Axis
07-Nov-20 19:22:41.118 - DOFLinx device: 1 Initializing as Pinscape #1 with name=Pinscape Controller
07-Nov-20 19:22:41.120 - DOFLinx device:1 Pinscape setup with 17 outputs
07-Nov-20 19:22:41.123 - DOFLinx device: 2 Initializing as LEDWiz #8 with ID=0
07-Nov-20 19:22:41.125 - DOFLinx device:2 LEDWiz setup with 32 outputs
07-Nov-20 19:22:41.127 - This device is probably a PinScape emulating a LEDWiz, if it is, then it is better to assign toys to the Pinscape device not this one
07-Nov-20 19:22:41.131 - Reading DOFLinx.INI startup config file details
07-Nov-20 19:22:41.134 - Turning DEBUG off
07-Nov-20 19:22:41.149 - DEBUG enabled with showing of window True
07-Nov-20 19:22:41.155 - Reading DirectOutputConfig file named c:\DirectOutput\config\directoutputconfig30.ini
07-Nov-20 19:22:41.196 - Set Debug Privilege = Set OK
07-Nov-20 19:22:43.151 - DOFLinx device: 1 Initializing as Pinscape #1 with name=Pinscape Controller
07-Nov-20 19:22:43.155 - DOFLinx device:1 Pinscape setup with 17 outputs
07-Nov-20 19:22:43.158 - DOFLinx device: 2 Initializing as LEDWiz #8 with ID=0
07-Nov-20 19:22:43.162 - DOFLinx device:2 LEDWiz setup with 32 outputs
07-Nov-20 19:22:43.165 - This device is probably a PinScape emulating a LEDWiz, if it is, then it is better to assign toys to the Pinscape device not this one
07-Nov-20 19:22:55.215 - Found valid process name of 'Pinball FX3'
07-Nov-20 19:22:55.220 - Setting FX3 process ID to :5492
07-Nov-20 19:22:57.247 - Activated by process name : 'Pinball FX3'
07-Nov-20 19:22:57.253 - Named process detected and startup commenced
07-Nov-20 19:22:57.797 - FX3 EXE name=D:\Games\Pinball FX3 Williams Pinball Volume 5\Pinball FX3.exe Size=11022480 bytes, Dated 10/12/2019 9:42:43 PM
07-Nov-20 19:22:57.802 - Applying memory offsets for FX3 version circa 10/12/19
07-Nov-20 19:22:57.811 - FX3 full link active
07-Nov-20 19:22:57.816 - Using full colour palette
07-Nov-20 19:22:57.822 - 122 colours added to the palette
07-Nov-20 19:22:58.815 - B2S file not found : FX3Logo
07-Nov-20 19:22:59.810 - B2S file not found : FX3Logo
07-Nov-20 19:23:00.809 - B2S file not found : FX3Logo
07-Nov-20 19:23:01.812 - B2S file not found : FX3Logo
07-Nov-20 19:23:02.810 - B2S file not found : FX3Logo
07-Nov-20 19:23:03.809 - B2S file not found : FX3Logo
07-Nov-20 19:23:04.808 - B2S file not found : FX3Logo
07-Nov-20 19:23:05.814 - Loading FX3 configuration file C:\DirectOutput\FX3_PUPlayer\ALL_PRE.FX3
07-Nov-20 19:23:05.819 - Processing parameter 'FF_PUP_INIT' with data 'FX3_PUP_SSF' in real-time
07-Nov-20 19:23:06.002 - Loading FX3 configuration file C:\DirectOutput\FX3_PUPlayer\SonOfZeus.FX3
07-Nov-20 19:23:06.008 - Processing parameter 'FF_ROM' with data 'FX3_HERCULES' in real-time
07-Nov-20 19:23:06.013 - Loading DOF 'Pinball' with ROM='FX3_HERCULES'
07-Nov-20 19:23:08.489 - Processing parameter 'BACKGLASS_EXISTS' with data 'YES' in real-time
07-Nov-20 19:23:08.496 - Processing parameter 'FF_PUP_INIT' with data 'HERCULES' in real-time
07-Nov-20 19:23:08.511 - Loading FX3 configuration file C:\DirectOutput\FX3_PUPlayer\ALL_POST.FX3
07-Nov-20 19:23:08.517 - B2S file not found : SonOfZeus
07-Nov-20 19:23:08.534 - Using full colour palette
07-Nov-20 19:23:08.540 - 122 colours added to the palette
07-Nov-20 19:23:08.553 - Cabinet Mode = 0   Backglass Mode = 0
07-Nov-20 19:23:09.559 - Loading FX3 configuration file C:\DirectOutput\FX3_PUPlayer\ALL_PRE.FX3
07-Nov-20 19:23:09.570 - Processing parameter 'FF_PUP_INIT' with data 'FX3_PUP_SSF' in real-time
07-Nov-20 19:23:09.586 - Loading FX3 configuration file C:\DirectOutput\FX3_PUPlayer\AliensPinball.FX3
07-Nov-20 19:23:09.599 - Processing parameter 'FF_ROM' with data 'FX2_ALIENS' in real-time
07-Nov-20 19:23:09.610 - Loading DOF 'Pinball' with ROM='FX2_ALIENS'
07-Nov-20 19:23:12.007 - Processing parameter 'BACKGLASS_EXISTS' with data 'YES' in real-time
07-Nov-20 19:23:12.018 - Processing parameter 'FF_PUP_INIT' with data 'ALIENS' in real-time
07-Nov-20 19:23:12.041 - Loading FX3 configuration file C:\DirectOutput\FX3_PUPlayer\ALL_POST.FX3
07-Nov-20 19:23:12.055 - B2S file not found : AliensPinball
07-Nov-20 19:23:12.078 - Using full colour palette
07-Nov-20 19:23:12.089 - 122 colours added to the palette
07-Nov-20 19:23:12.101 - Cabinet Mode = 0   Backglass Mode = 0
07-Nov-20 19:23:13.107 - Loading FX3 configuration file C:\DirectOutput\FX3_PUPlayer\ALL_PRE.FX3
07-Nov-20 19:23:13.119 - Processing parameter 'FF_PUP_INIT' with data 'FX3_PUP_SSF' in real-time
07-Nov-20 19:23:13.135 - Loading FX3 configuration file C:\DirectOutput\FX3_PUPlayer\AlienIsolationPinball.FX3
07-Nov-20 19:23:13.148 - Processing parameter 'FF_ROM' with data 'FX2_ALIENISOL' in real-time
07-Nov-20 19:23:13.160 - Loading DOF 'Pinball' with ROM='FX2_ALIENISOL'
07-Nov-20 19:23:15.567 - Processing parameter 'BACKGLASS_EXISTS' with data 'YES' in real-time
07-Nov-20 19:23:15.579 - Processing parameter 'FF_PUP_INIT' with data 'ALIEN_ISOLATION' in real-time
07-Nov-20 19:23:15.601 - Loading FX3 configuration file C:\DirectOutput\FX3_PUPlayer\ALL_POST.FX3
07-Nov-20 19:23:15.614 - B2S file not found : AlienIsolationPinball
07-Nov-20 19:23:15.634 - Using full colour palette
07-Nov-20 19:23:15.646 - 122 colours added to the palette
07-Nov-20 19:23:15.657 - Cabinet Mode = 0   Backglass Mode = 0
07-Nov-20 19:23:20.107 - GAMEMODE mode=1 action #0 of 'FF_COLOUR,BLACK,RGB_DF,0'
07-Nov-20 19:23:20.123 - GAMEMODE mode=1 action #1 of 'FF_FLASHER,DV_FLOL,FL_FL,6,750,100,ORANGE'
07-Nov-20 19:23:20.136 - GAMEMODE mode=1 action #2 of 'FF_FLASHER,DV_FLOR,FL_FL,6,750,100,ORANGE'
07-Nov-20 19:23:20.148 - GAMEMODE mode=1 action #3 of 'FF_FLASHER,DV_FLIL,FL_FL,6,750,100,YELLOW'
07-Nov-20 19:23:20.161 - GAMEMODE mode=1 action #4 of 'FF_FLASHER,DV_FLIR,FL_FL,6,750,100,YELLOW'
07-Nov-20 19:23:20.174 - GAMEMODE mode=1 action #5 of 'FF_FLASHER,DV_FLCN,FL_FL,6,750,100,ORANGE'
07-Nov-20 19:23:20.186 - GAMEMODE mode=1 action #6 of 'FF_DOF,E424,-1'
07-Nov-20 19:23:20.460 - LAUNCHMODE mode=1 action #0 of 'FF_BUTTON,BUT_LB,BA_FL,10000,500'
07-Nov-20 19:23:20.473 - LAUNCHMODE mode=1 action #1 of 'FF_DOF,E310,-1'
07-Nov-20 19:23:21.096 - BALLIN_SENSOR mode=1 action #0 of 'FF_DEV,DV_MC,-1'
07-Nov-20 19:23:21.109 - BALLIN_SENSOR mode=1 action #1 of 'FF_DOF,E311,-1'
07-Nov-20 19:23:21.121 - BALLIN_SENSOR mode=1 action #2 of 'FF_PUP_EVENT,E311,1'
07-Nov-20 19:23:21.252 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:23:21.265 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:23:21.278 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:23:21.290 - LAUNCHMODE mode=2 action #0 of 'FF_BUTTON,BUT_LB,BA_OFF,0,0'
07-Nov-20 19:23:21.306 - LAUNCHMODE mode=2 action #1 of 'FF_DOF,E310,0'
07-Nov-20 19:23:21.325 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:23:21.341 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:23:21.352 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:23:21.370 - LAUNCHMODE mode=1 action #0 of 'FF_BUTTON,BUT_LB,BA_FL,10000,500'
07-Nov-20 19:23:21.383 - LAUNCHMODE mode=1 action #1 of 'FF_DOF,E310,-1'
07-Nov-20 19:23:21.551 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:23:21.564 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:23:21.577 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:23:21.588 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:23:21.609 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:23:21.620 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:23:21.755 - There are no OFF actions for BALLIN_SENSOR
07-Nov-20 19:23:22.053 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:23:22.067 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:23:22.080 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:23:22.091 - LAUNCHMODE mode=2 action #0 of 'FF_BUTTON,BUT_LB,BA_OFF,0,0'
07-Nov-20 19:23:22.103 - LAUNCHMODE mode=2 action #1 of 'FF_DOF,E310,0'
07-Nov-20 19:23:22.122 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:23:22.135 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:23:22.147 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:23:22.301 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:23:22.314 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:23:22.326 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:23:22.341 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:23:22.353 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:23:22.366 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:23:22.642 - SENSOR_ORBIT_LEFT mode=1 action #0 of 'FF_DOF,E411,-1'
07-Nov-20 19:23:22.653 - SENSOR_ORBIT_LEFT mode=1 action #1 of 'FF_PUP_EVENT,E411,1'
07-Nov-20 19:23:22.985 - There are no OFF actions for SENSOR_ORBIT_LEFT
07-Nov-20 19:23:23.536 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:23:23.550 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:23:23.563 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:23:23.582 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:23:23.596 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:23:23.607 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:23:23.690 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:23:23.703 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:23:23.715 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:23:23.767 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:23:23.780 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:23:23.793 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:23:24.316 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:23:24.330 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:23:24.342 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:23:24.359 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:23:24.370 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:23:24.382 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:23:24.552 - SENSOR_RAMP_LEFT_START mode=1 action #0 of 'FF_DOF,E410,-1'
07-Nov-20 19:23:24.564 - SENSOR_RAMP_LEFT_START mode=1 action #1 of 'FF_PUP_EVENT,E410,1'
07-Nov-20 19:23:24.584 - There are no OFF actions for SENSOR_RAMP_LEFT_START
07-Nov-20 19:23:24.745 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:23:24.758 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:23:24.770 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:23:24.782 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:23:24.795 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:23:24.808 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:23:26.493 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:23:26.505 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:23:26.518 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:23:26.529 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:23:26.542 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:23:26.559 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:23:26.745 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:23:26.757 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:23:26.769 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:23:26.782 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:23:26.794 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:23:26.808 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:23:27.424 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:23:27.437 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:23:27.449 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:23:27.468 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:23:27.481 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:23:27.493 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:23:27.660 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:23:27.673 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:23:27.684 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:23:27.711 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:23:27.724 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:23:27.741 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:23:28.221 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:23:28.234 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:23:28.247 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:23:28.376 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:23:28.390 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:23:28.402 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:23:28.540 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:23:28.553 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:23:28.565 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:23:28.690 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:23:28.702 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:23:28.715 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:23:29.128 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:23:29.141 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:23:29.153 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:23:29.291 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:23:29.303 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:23:29.315 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:23:29.346 - SENSOR_SAUCER mode=1 action #0 of 'FF_DOF,E419,-1'
07-Nov-20 19:23:29.358 - SENSOR_SAUCER mode=1 action #1 of 'FF_PUP_EVENT,E419,1'
07-Nov-20 19:23:30.409 - There are no OFF actions for SENSOR_SAUCER
07-Nov-20 19:23:33.049 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:23:33.063 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:23:33.074 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:23:33.086 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:23:33.099 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:23:33.111 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:23:33.330 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:23:33.344 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:23:33.357 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:23:33.375 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:23:33.393 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:23:33.404 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:23:34.612 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:23:34.625 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:23:34.637 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:23:34.648 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:23:34.661 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:23:34.676 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:23:34.909 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:23:34.921 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:23:34.933 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:23:34.945 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:23:34.958 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:23:34.976 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:23:35.659 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:23:35.671 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:23:35.684 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:23:35.830 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:23:35.843 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:23:35.858 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:23:35.911 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:23:35.924 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:23:35.935 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:23:36.003 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:23:36.015 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:23:36.027 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:23:37.129 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:23:37.141 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:23:37.157 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:23:37.379 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:23:37.392 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:23:37.403 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:23:38.411 - LEFTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E101,1'
07-Nov-20 19:23:38.424 - LEFTFLIPPER mode=1 action #1 of 'FF_DEV,DV_LF,10000'
07-Nov-20 19:23:38.436 - LEFTFLIPPER mode=1 action #2 of 'FF_DOF,E101,-1'
07-Nov-20 19:23:38.448 - RIGHTFLIPPER mode=1 action #0 of 'FF_PUP_EVENT,E102,1'
07-Nov-20 19:23:38.460 - RIGHTFLIPPER mode=1 action #1 of 'FF_DEV,DV_RF,10000'
07-Nov-20 19:23:38.474 - RIGHTFLIPPER mode=1 action #2 of 'FF_DOF,E102,-1'
07-Nov-20 19:23:38.643 - LEFTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E103,1'
07-Nov-20 19:23:38.657 - LEFTFLIPPER mode=2 action #1 of 'FF_DEV,DV_LF,0'
07-Nov-20 19:23:38.669 - LEFTFLIPPER mode=2 action #2 of 'FF_DOF,E101,0'
07-Nov-20 19:23:38.681 - RIGHTFLIPPER mode=2 action #0 of 'FF_PUP_EVENT,E104,1'
07-Nov-20 19:23:38.693 - RIGHTFLIPPER mode=2 action #1 of 'FF_DEV,DV_RF,0'
07-Nov-20 19:23:38.709 - RIGHTFLIPPER mode=2 action #2 of 'FF_DOF,E102,0'
07-Nov-20 19:23:38.741 - BALLOUT mode=1 action #0 of 'FF_FLASHER,DV_FLOL,FL_OFF,1,1,100,RANDOM'
07-Nov-20 19:23:38.752 - BALLOUT mode=1 action #1 of 'FF_FLASHER,DV_FLIL,FL_OFF,1,1,100,RANDOM'
07-Nov-20 19:23:38.764 - BALLOUT mode=1 action #2 of 'FF_FLASHER,DV_FLCN,FL_OFF,1,1,100,RANDOM'
07-Nov-20 19:23:38.776 - BALLOUT mode=1 action #3 of 'FF_FLASHER,DV_FLIR,FL_OFF,1,1,100,RANDOM'
07-Nov-20 19:23:38.787 - BALLOUT mode=1 action #4 of 'FF_FLASHER,DV_FLOR,FL_OFF,1,1,100,RANDOM'
07-Nov-20 19:23:38.800 - BALLOUT mode=1 action #5 of 'FF_DEV,DV_SR,0'
07-Nov-20 19:23:38.811 - BALLOUT mode=1 action #6 of 'FF_DEV,DV_BK,0'
07-Nov-20 19:23:38.825 - BALLOUT mode=1 action #7 of 'FF_B2S,B2SSTOPALLANIMATIONS'
07-Nov-20 19:23:38.838 - BALLOUT mode=1 action #8 of 'FF_DOF,E130,-1'
07-Nov-20 19:23:38.857 - BALLOUT mode=1 action #9 of 'FF_PUP_EVENT,E130,1'
07-Nov-20 19:23:38.875 - There are no OFF actions for BALLOUT
07-Nov-20 19:23:46.461 - LAUNCHMODE mode=1 action #0 of 'FF_BUTTON,BUT_LB,BA_FL,10000,500'
07-Nov-20 19:23:46.472 - LAUNCHMODE mode=1 action #1 of 'FF_DOF,E310,-1'
07-Nov-20 19:23:47.715 - There are no OFF actions for GAMEMODE
07-Nov-20 19:23:59.394 - Activating process disappeared so stopping things
07-Nov-20 19:23:59.465 - DOFLinx device: 1 Initializing as Pinscape #1 with name=Pinscape Controller
07-Nov-20 19:23:59.476 - DOFLinx device:1 Pinscape setup with 17 outputs
07-Nov-20 19:23:59.487 - DOFLinx device: 2 Initializing as LEDWiz #8 with ID=0
07-Nov-20 19:23:59.499 - DOFLinx device:2 LEDWiz setup with 32 outputs
07-Nov-20 19:23:59.510 - This device is probably a PinScape emulating a LEDWiz, if it is, then it is better to assign toys to the Pinscape device not this one

Any help would be appreciated, Cheers.

 

 


Edited by pitty, 07 November 2020 - 10:04 AM.


#2 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,603 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 07 November 2020 - 10:11 AM

I've heard of this once before, I believe its Popper not releasing the Pinball resource via DOF.  Unfortunately I don't recall where I saw this issue.  You may want to try turning off the the the link in Popper to run your LEDs and see if that resolves the issue.


DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here

#3 pitty

pitty

    Hobbyist

  • Members
  • PipPip
  • 38 posts

  • Flag: Australia

  • Favorite Pinball: star wars

Posted 07 November 2020 - 10:20 AM

Also my DMDdevice.log

 [1] 2020/11/07 19:19:36.193  INFO | Successfully loaded config from C:\Visual Pinball\VPinMAME\DmdDevice.ini. 
 [1] 2020/11/07 19:19:36.302  INFO | Determined color path from assembly path: C:\Visual Pinball\VPinMAME\altcolor 
 [1] 2020/11/07 19:19:36.309  INFO | Starting VPinMAME API 1.8.0-NOCOLOR () through PUPDMDControl.exe. 
 [1] 2020/11/07 19:19:36.309  INFO | Assembly located at C:\Visual Pinball\VPinMAME\dmddevice.dll 
 [1] 2020/11/07 19:19:36.309  INFO | [vpm] Open() 
 [1] 2020/11/07 19:19:36.309  INFO | [vpm] PM_GameSettings(0) 
 [1] 2020/11/07 19:19:36.309  INFO | Disabling game colorization 
 [1] 2020/11/07 19:19:36.309  INFO | Setting game name: PINUP\Alien_Isolation 
 [1] 2020/11/07 19:19:36.309  INFO | No palette file found at C:\Visual Pinball\VPinMAME\altcolor\PINUP\Alien_Isolation\pin2dmd.pal. 
 [1] 2020/11/07 19:19:36.309  INFO | Setting color: #FF000000 
 [1] 2020/11/07 19:19:36.326  INFO | No palette file found at C:\Visual Pinball\VPinMAME\altcolor\PINUP\Alien_Isolation\pin2dmd.pal. 
 [1] 2020/11/07 19:19:36.326  INFO | Opening virtual DMD... 
 [8] 2020/11/07 19:19:36.519  INFO | PinDMDv1 device not found. 
 [8] 2020/11/07 19:19:36.570  INFO | PinDMDv2 device not found. 
 [8] 2020/11/07 19:19:36.577  INFO | Checking port COM1 for PinDMDv3... 
 [8] 2020/11/07 19:19:36.661 ERROR | Error: The parameter is incorrect. 
 [8] 2020/11/07 19:19:36.661  INFO | Checking port COM60 for PinDMDv3... 
 [8] 2020/11/07 19:19:36.774  INFO | PinDMDv3 device not found. 
 [8] 2020/11/07 19:19:36.784  INFO | Added VirtualDMD renderer. 
 [8] 2020/11/07 19:19:36.792  INFO | PinUP DLL starting PINUP\Alien_Isolation... 
 [8] 2020/11/07 19:19:36.792  INFO | Added PinUP renderer. 
 [8] 2020/11/07 19:19:36.792  INFO | Transformation options: Resize=Fit, HFlip=False, VFlip=False 
 [8] 2020/11/07 19:19:36.792  INFO | Applying default color to render graphs (#FF000000). 
 [8] 2020/11/07 19:19:36.792  INFO | Resizing virtual DMD to 128x32 
 [8] 2020/11/07 19:19:36.812  INFO | Setting up 2-bit VPM Graph for 2 destination(s) 
 [8] 2020/11/07 19:19:36.812  INFO | Connecting VPM 2-bit Source to Dmd (Gray2 => Rgb24) 
 [8] 2020/11/07 19:19:36.830  INFO | Connecting VPM 2-bit Source to PinUP Writer (Gray2 => Gray2) 
 [8] 2020/11/07 19:19:36.830  INFO | Setting up 4-bit VPM Graph for 2 destination(s) 
 [8] 2020/11/07 19:19:36.830  INFO | Connecting VPM 4-bit Source to Dmd (Gray4 => Rgb24) 
 [8] 2020/11/07 19:19:36.830  INFO | Connecting VPM 4-bit Source to PinUP Writer (Gray4 => Gray4) 
 [8] 2020/11/07 19:19:36.830  INFO | Setting up RGB24-bit VPM Graph for 2 destination(s) 
 [8] 2020/11/07 19:19:36.830  INFO | Connecting VPM RGB24 Source to Dmd (Rgb24 => Rgb24) 
 [8] 2020/11/07 19:19:36.830  INFO | Connecting VPM RGB24 Source to PinUP Writer (Rgb24 => Bitmap) 
 [8] 2020/11/07 19:19:36.830  INFO | Setting up Alphanumeric VPM Graph for 2 destination(s) 
 [1] 2020/11/07 19:20:21.638  INFO | [vpm] Close() 
 [1] 2020/11/07 19:20:21.638  INFO | Closing up. 
 [1] 2020/11/07 19:20:21.638  INFO | Source for 2 renderer(s) stopped. 
 [1] 2020/11/07 19:20:21.651  INFO | Source for 2 renderer(s) stopped. 
 [1] 2020/11/07 19:20:21.651  INFO | Source for 2 renderer(s) stopped. 
 [1] 2020/11/07 19:20:21.651  INFO | Source for 0 renderer(s) stopped. 


I've heard of this once before, I believe its Popper not releasing the Pinball resource via DOF.  Unfortunately I don't recall where I saw this issue.  You may want to try turning off the the the link in Popper to run your LEDs and see if that resolves the issue.

 

 

Ok cheers i will try this, thank you ddh69


lol did someone change my flag under my avatar to a skull and crossbones..

 

It was for testing purposes, the same was happening with the steam version!!



#4 pitty

pitty

    Hobbyist

  • Members
  • PipPip
  • 38 posts

  • Flag: Australia

  • Favorite Pinball: star wars

Posted 07 November 2020 - 11:14 AM

Edit:  Ok i tried disabling DOF from the pinup popper setup global config script, and still no go - still no leds on fx3 tables, unless i exit to main menu of pinball fx3.exe, and that will kick in the leds to activate.

 

Going straight to a table won't activate the led strips. but the ssf has no probelms.

 

I will try reinstall steam version again, but it was doing the same thing.



#5 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,603 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 07 November 2020 - 11:32 AM

I strongly suspect the problem is that the 'pinball' object in DOF is not being released by the menu and therefore DOFLinx cannot attach to it when the FX3 game is being run from the menu.

 

I am assuming you have DOFLinx running at all times?  ie not trying to start and stop it with 'run before' / ' run after' commands?

 

Ultimately if you can have DOFlinx running then start up FX3 and all works then life is almost good.  If adding the menu system in stops some of that stuff then concentrate on the menu system and the resources it is holding.


DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here

#6 pitty

pitty

    Hobbyist

  • Members
  • PipPip
  • 38 posts

  • Flag: Australia

  • Favorite Pinball: star wars

Posted 07 November 2020 - 12:01 PM

yes doflinx is running all the time.

 

yes when i start fx3 lights come on. also when i create a bat file to load a table it works !! "Pinball FX3.exe" -offline -class -table_Alien_vs_Predator works with leds.

 

 

 

lights don't come on when launching from popper straight to a table.

 

 

OK some progress !!

 

I rem these 2 lines from pinup popper setup > emulator > launch setup

 

rem cd "C:\Visual Pinball\VPinMAME"
rem start /min "" "PUPDMDControl.exe" FX3 PINUP\[GAMENAME]
 
 
START "" "[STARTDIR]Launch\VPXSTARTER.exe" 5 5 60 "Pinball FX3"
cd /d "[DIREMU]"
START "" "Pinball FX3.exe" -table_[GAMENAME]
 
 
And now the tables load with LEDS working.
 
 
So these 2 lines are causing some kind of issue.
 
rem cd "C:\Visual Pinball\VPinMAME"
rem start /min "" "PUPDMDControl.exe" FX3 PINUP\[GAMENAME]
 
Pupdmdcontrol fixes the DMD though :( now my dmd is a small fx3 dmd, no more pupdmd.
 
hmmm

Edited by pitty, 07 November 2020 - 12:10 PM.


#7 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,603 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 08 November 2020 - 06:22 AM

Hmm, progress = yes.  So why is PUPDMDConctrol holding resources open exclusively?


DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here

#8 pitty

pitty

    Hobbyist

  • Members
  • PipPip
  • 38 posts

  • Flag: Australia

  • Favorite Pinball: star wars

Posted 08 November 2020 - 09:03 AM

I dunno man, what does pupdmdcontrol even have to do with the doflinx led strip commands?

 

not sure how it all works, and it's driving me nuts.

 

 

The doflinx.log are pretty much the same for both working and non working.

 

both detect and link with pinball fx3.exe just fine.

 

Applying memory offsets for FX3 version circa 10/12/19
08-Nov-20 19:26:57.233 - FX3 full link active
 
both are sending led commands?
 
GAMEMODE mode=1 action #1 of 'FF_FLASHER,DV_FLOL,FL_FD,6,750,100,PERU'
 
So i'm guessing doflinx is working ok.
 
I'm trying older versions of doflinx, but still same behaviour.
 
I've done a notepad ++ compare for both doflinx.log and directoutput.log, and they are pretty much exactly the same on the working and non-working run of the table. So i don't think it's that.   
 
The only strange thing i've noticed about my setup is, when i load pinupmenu, the leds won't fire up till i flick through the games, ACDC is my first default game, and it will just sit on that forever without the led strips/matrix coming on till i scroll to the next game.
Not sure if that is normal?
 
Is there a way to log pupdmdcontroller?
 
How can i  proceed to troubleshoot?

Edited by pitty, 08 November 2020 - 09:06 AM.


#9 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,864 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 08 November 2020 - 10:32 AM

May i ask a dumb question?

 

If you are running  pinballFX 3

 

Why the change of directory to the vpx\vpinmame folder?
does FX3 use pinmame for something?


If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow


#10 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,603 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 08 November 2020 - 11:17 AM

FYI - DOFLinx does not use pinMAME directly.  I dare say it loads as an incidental to DOF loading a 'table'.

 

To be clear when you are saying "LEDs" I have been assuming you mean addressable LEDs strips running from a Teensy or similar as opposed to LED RGB flashers of undercab standard RGB LED strips?  Can you please confirm which, they run very differently to each other.


Edited by DDH69, 08 November 2020 - 11:18 AM.

DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here

#11 pitty

pitty

    Hobbyist

  • Members
  • PipPip
  • 38 posts

  • Flag: Australia

  • Favorite Pinball: star wars

Posted 08 November 2020 - 11:50 AM

Yes addressable strips running from a teensy


May i ask a dumb question?

 

If you are running  pinballFX 3

 

Why the change of directory to the vpx\vpinmame folder?
does FX3 use pinmame for something?

 

Got it from this page https://www.nailbust...or_fx_non_steam

 

under Sample NON-STEAM Sample Launch Script:

@echo off
rem remove rem to setup your DMDEXT press "open examples for more info"
rem cd "C:\Visual Pinball\VPinMAME"

rem start /min "" "dmdext.exe" mirror --source=pinballfx3 -q -d auto --virtual-hide-grip --virtual-position=x y w -o PinUP\[GAMENAME]

START "" "[STARTDIR]Launch\VPXSTARTER.exe" 5 5 60 "Pinball FX3"
cd /d "[DIREMU]"
START "" "PinballFX3.exe" -table_[GAMENAME]

And this page https://www.nailbust...p?id=pupdmd_fx3

under FX3 With PUPDMDControl

REM The Top Two Lines are for PUPDMDControl ( For FX2 use the same 2 lines )
cd /d "C:\Visual Pinball\VPinMAME"
start /min "" "PUPDMDControl.exe" FX3 PINUP\[GAMENAME]

START "" "[STARTDIR]Launch\VPXSTARTER.exe" 5 5 20 "Pinball FX3"

START "" "[DIREMU]\steam.exe" -applaunch 442120 -table_[GAMENAME]

i guess because he is loading pupdmdcontrol.exe, you have to be in the mame folder


FYI - DOFLinx does not use pinMAME directly.  I dare say it loads as an incidental to DOF loading a 'table'.

 

To be clear when you are saying "LEDs" I have been assuming you mean addressable LEDs strips running from a Teensy or similar as opposed to LED RGB flashers of undercab standard RGB LED strips?  Can you please confirm which, they run very differently to each other.

 

 

Yes sorry DDH69, using addressable led strips with teensy.


Edited by pitty, 08 November 2020 - 11:48 AM.


#12 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,603 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 08 November 2020 - 11:53 AM

Yes addressable strips running from a teensy

 

Thanks.

 

OK, the line you mentioned earlier "GAMEMODE mode=1 action #1 of 'FF_FLASHER,DV_FLOL,FL_FD,6,750,100,PERU'" is for flashers, not addressable LEDs.  Its actually these lines that are running the addressable LEDs "07-Nov-20 19:23:20.186 - GAMEMODE mode=1 action #6 of 'FF_DOF,E424,-1'"

 

Now addressable LEDs (MX in this for short) are run from DOF with the commands pushed to DOF from DOFLinx.  Flashers and RGB devices are run directly from DOFLinx to the output device, ie Pinscape / LEDWiz / etc.  For MX DOFLinx sends a command to DOF and gets no feedback if it succeeded or not, whereas for RGB devices DOFLinx sets all three ports (red, green, blue) to values between 0 and 255.  So when MX isn't working you will not get error messages in DOFLinx provided DOFLinx can send the command.

 

To use MX DOFLinx opens a 'table' (ROM) within DOF, so any logging about the success or otherwise of that table will be in the DOF log, be sure to turn that on.  When it comes to opening tables DOF only allows one running program to have a table open at a time.  It was never built for multiple programs to have a table open and run it, so think of it as only being able to single task or stream, not multitask.  So when DOFLinx goes to open the table, if something else still has it open it will not work correctly.  I really can't tell you if you will get an error at the time of opening.  So if another program has a table open in DOF and DOFLinx is activated by an FX3 game, then DOFLinx's attempt to run a 'table' for MX effects will not produce output (as per your symptom), but you may not get errors.  This is why I say, ultimately if something is holding that DOF 'table' open and not playing nicely, then stop using the thing that isn't playing nicely.

 

I hope this helps.  I'm off to bed now, but will check back in tomorrow.


DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here

#13 pitty

pitty

    Hobbyist

  • Members
  • PipPip
  • 38 posts

  • Flag: Australia

  • Favorite Pinball: star wars

Posted 08 November 2020 - 01:02 PM

Here is a directoutput log file of a non working run

 

I've tried to cull out most of the useless information, as the log was too long

---------------------------------------------------------------------------------
DirectOutput Version 3.1.7527.20768, built 2020.08.10 11:32
MJR Grander Unified DOF R3++ edition feat. Djrobx, Rambo3, and Freezy
DOF created by SwissLizard | https://github.com/mjrgh/DirectOutput
2020.11.08 19:25:55.187	DirectOutput Logger initialized
2020.11.08 19:25:55.168	Finishing framework
2020.11.08 19:25:55.170	Finishing cabinet
2020.11.08 19:25:55.170	Debug: Finishing output controllers
2020.11.08 19:25:55.170	Debug: Output controllers finished
2020.11.08 19:25:55.170	Cabinet finished
2020.11.08 19:25:55.170	DirectOutput framework finished.
2020.11.08 19:25:55.170	Bye and thanks for using!
2020.11.08 19:25:55.172	Global config filename is "C:\DirectOutput\config\GlobalConfig_b2SServer.xml"
2020.11.08 19:25:55.187	Global config loaded from: C:\DirectOutput\config\GlobalConfig_b2SServer.xml
2020.11.08 19:25:55.187	Loading Pinball parts
2020.11.08 19:25:55.187	Loading cabinet
2020.11.08 19:25:55.188	Will load cabinet config file: C:\DirectOutput\Config\Cabinet.xml
2020.11.08 19:25:55.543	1 output controller defnitions and 4 toy definitions loaded from cabinet config.
2020.11.08 19:25:55.543	Cabinet config file has AutoConfig feature enabled. Calling AutoConfig.
2020.11.08 19:25:55.543	Cabinet auto configuration started
2020.11.08 19:25:55.567	Detected and added Pinscape Controller Nr. 1 with name Pinscape Controller 01
2020.11.08 19:25:55.568	Added LedwizEquivalent Nr. 51 with name Pinscape Controller 01 Equivalent for Pinscape Controller Nr. 1, 17
2020.11.08 19:25:55.573	PhilipsHueAutoConfigurator.AutoConfig started...note, actual connection detection will happen asynchronously, and device disabled if not succesfull (check further down in the log)
2020.11.08 19:25:55.579	LedWiz-like device at VID=64250, PID=247, product string=Pinscape Controller, manufacturer string=mjrnet
2020.11.08 19:25:55.579	HID caps: usage page=12, usage=1, number of link collection nodes=1, output report byte length=0
2020.11.08 19:25:55.580	LedWiz-like device at VID=7805, PID=11711, product string=ROCCAT Kone Pure Military, manufacturer string=ROCCAT
2020.11.08 19:25:55.580	LedWiz-like device at VID=7805, PID=11711, product string=ROCCAT Kone Pure Military, manufacturer string=ROCCAT
2020.11.08 19:25:55.581	LedWiz-like device at VID=7805, PID=11711, product string=ROCCAT Kone Pure Military, manufacturer string=ROCCAT
2020.11.08 19:25:55.581	LedWiz-like device at VID=64250, PID=247, product string=Pinscape Controller, manufacturer string=mjrnet
2020.11.08 19:25:55.581	HID caps: usage page=1, usage=4, number of link collection nodes=1, output report byte length=9
2020.11.08 19:25:55.584	Opening 32-bit LedWiz driver...
2020.11.08 19:25:55.584	Detected and added LedWiz Nr. 8 with name LedWiz 08
2020.11.08 19:25:55.584	Added LedwizEquivalent Nr. 8 with name LedWiz 08 Equivalent for Ledwiz Nr. 8
2020.11.08 19:25:55.587	Cabinet auto configuration finished
2020.11.08 19:25:55.587	Autoconfig complete.
2020.11.08 19:25:55.587	Cabinet config loaded successfully from C:\DirectOutput\Config\Cabinet.xml
2020.11.08 19:25:55.587	Cabinet loaded
2020.11.08 19:25:55.587	Loading table config
2020.11.08 19:25:55.587	No TableFilename specified, will use empty tableconfig
2020.11.08 19:25:55.587	Will try to load configs from DirectOutput.ini or LedControl.ini file(s) for RomName doflinx
2020.11.08 19:25:55.589	Loading LedControl file C:\DirectOutput\config\directoutputconfig.ini
2020.11.08 19:25:55.612	Min DOF Version is 0.8 for file directoutputconfig.ini
2020.11.08 19:25:55.612	Resolving Tables Variables
2020.11.08 19:25:55.613	Resolving Global Variables
2020.11.08 19:25:56.531	Failed: LE668
2020.11.08 19:25:56.531	Warning: Cant parse the trigger part LE668 of the ledcontrol table config setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16.
2020.11.08 19:25:56.531	EXCEPTION: Could not parse setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16 in column data E111 LWhite 50 AH100 ADU AS300/E113 LWhite 500 AT70 AH15 AFDEN40 AFMIN100 AFMAX160/E304 LPurple 50 AH100 ADU AS300/E307 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E308 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E402 LRed 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E404 LRed 100 AT80 AH20 ADD AS300/E406 LWhite 100 AT80 AH20 ADD AS300/E501 LWhite L0 ADU AS250 BLINK 800 BPW9 AL0 AW100 AT85 AH15/E501 Lblue L1 ADD AS250 BLINK 800 BPW9 W400 AL0 AW100 AT85 AH15/E502 LWhite 50 AH100 ADU AS300/E802 LWhite 400 F200 AH20 AL0 AT10 AW100 L23/E804 LWhite 400 F200 AH20 AL0 AT40 AW100 L23/E806 LWhite 400 F200 AH20 AL0 AT70 AW100 L23/E900 LWhite 800 L13 AT0 AFDEN15 AFMIN10 AFMAX20/E902 LWhite  L11 AT0 AH100 F50 BLINK 500 BPW10 ASDD AS200/E902 Lwhite  L12 AT0 AH100 F50 BLINK 500 BPW10 ASDD AS200/E905 LAW100 ASDL ASS25 490 BPW15 F100 L-19/E904 Ldeep_pink AT85 AH15 AL0 AW100 ASDR ASS25 490 BPW15 F100 L-19/E904 Ldeep_pink AT0 AH15 AL0 AW100 ASDL ASS25 490 BPW15 F100 L-19/E904 Ldeep_pink AT85 AH15 AL0 AW100 ASDR ASS25 490 BPW15 F100 L-19/E906 LWhite L13 AT0 AFDEN15 AFMIN10 AFMAX20/E907 LBlue 100 W3500 AL0 AT80 AH20 AW50 AS250 ADR L25/E907 LBlue 100 W3500 AL50 AT80 AH20 AW50 AS250 ADL L25/E908 Ldark_magenta 3000 W300 AL0 AT80 AW50 AH20 ADR AS300 L3/E908 Ldark_magenta 3000 W300 AL50 AW50 AT80 AH20 ADL AS300 L3/E909 LRed L11 AT0 AH20 F50 BLINK BPW10 ASDL/E909 LBlue L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E909 LRed L11 AT80 AH20 F50 BLINK BPW10 ASDR/E909 LBlue L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E909 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E910 LPurple L11 AT0 AH20 F50 BLINK BPW10 ASDL/E910 LWhite L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E910 LPurple L11 AT80 AH20 F50 BLINK BPW10 ASDR/E910 LWhite L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E910 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E1001 LWhite 200 AL30 AT80 AH20 AW70 AS400 ADR L25/E1003 LWhite 200 AL0 AT80 AH20 AW70 AS400 ADL L2.
2020.11.08 19:25:56.531	EXCEPTION: Thread: 
2020.11.08 19:25:56.531	EXCEPTION: Message: Exception --> Cant parse the part LE668 of the ledcontrol table config setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16.
2020.11.08 19:25:56.533	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:25:56.533	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:25:56.533	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:25:56.533	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:25:56.537	Warning: Previous exceptions occured in the line fp_futurama,E111 LWhite 50 AH100 ADU AS300/E113 LWhite 500 AT70 AH15 AFDEN40 AFMIN100 AFMAX160/E304 LPurple 50 AH100 ADU AS300/E307 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E308 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E402 LRed 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E404 LRed 100 AT80 AH20 ADD AS300/E406 LWhite 100 ABLINK BPW10 ASDR W500/E909 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E910 LPurple L11 AT0 AH20 F50 BLINK BPW10 ASDL/E910 LWhite L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E910 LPurple L11 AT80 AH20 F50 BLINK BPW10 ASDR/E910 LWhite L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E910 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E1001 LWhite 200 AL30 AT80 AH20 AW70 AS400 ADR L25/E1003 LWhite 200 AL0 AT80 AH20 AW70 AS400 ADL L2 of the ledcontrol file
2020.11.08 19:25:56.544	Failed: LE668
2020.11.08 19:25:56.544	Warning: Cant parse the trigger part LE668 of the ledcontrol table config setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16.
2020.11.08 19:25:56.544	EXCEPTION: Could not parse setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16 in column data E110 LWhite 50 AH100 ADU AS300/E112 LWhite 500 AT70 AH15 AFDEN40 AFMIN100 AFMAX160/E306 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E308 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E401 LRed 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E403 LRed 100 AT80 AH20 ADD AS300/E405 LWhite 100 AT80 AH20 ADD AS300/E503 LWhite 50 AT50 AH50 ADU AS200 L50/E801 LWhite 400 F200 AH20 AL0 AT10 AW100 L23/E803 LWhite 400 F200 AH20 AL0 AT40 AW100 L23/E805 LWhite 400 F200 AH20 AL0 AT70 AW100 L23/E900 LWhite 800 L13 AT0 AFDEN15 AFMIN10 AFMAX20/E902 20 F50 BLINK BPW10 ASDL/E909 LBlue L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E909 LRed L11 AT80 AH20 F50 BLINK BPW10 ASDR/E909 LBlue L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E909 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E910 LPurple L11 AT0 AH20 F50 BLINK BPW10 ASDL/E910 LWhite L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E910 LPurple L11 AT80 AH20 F50 BLINK BPW10 ASDR/E910 LWhite L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E910 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E1001 LWhite 200 AL30 AT80 AH20 AW70 AS400 ADR L25/E1003 LWhite 200 AL0 AT80 AH20 AW70 AS400 ADL L2.
2020.11.08 19:25:56.544	EXCEPTION: Thread: 
2020.11.08 19:25:56.544	EXCEPTION: Message: Exception --> Cant parse the part LE668 of the ledcontrol table config setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16.
2020.11.08 19:25:56.544	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:25:56.544	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:25:56.544	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:25:56.544	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:25:56.549	Warning: Previous exceptions occured in the line fp_futurama,E111 LWhite 50 AH100 ADU AS300/E113 LWhite 500 AT70 AH15 AFDEN40 AFMIN100 AFMAX160/E304 LPurple 50 AH100 ADU AS300/E307 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E308 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E402 LRed 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E404 LRed 100 AT80 AH20 ADD AS300/E406 LWhite 100 A BPW10 ASDR/E909 LBlue L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E909 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E910 LPurple L11 AT0 AH20 F50 BLINK BPW10 ASDL/E910 LWhite L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E910 LPurple L11 AT80 AH20 F50 BLINK BPW10 ASDR/E910 LWhite L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E910 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E1001 LWhite 200 AL30 AT80 AH20 AW70 AS400 ADR L25/E1003 LWhite 200 AL0 AT80 AH20 AW70 AS400 ADL L2 of the ledcontrol file
2020.11.08 19:25:56.559	Failed: LE668
2020.11.08 19:25:56.559	Warning: Cant parse the trigger part LE668 of the ledcontrol table config setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16.
2020.11.08 19:25:56.559	EXCEPTION: Could not parse setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16 in column data E114 LWhite AH100 AL0 AT0 AW20 FD300 AFDEN30 AFMIN100 AFMAX140 500/E115 LWhite AH100 AL80 AT0 AW20 FD300 AFDEN30 AFMIN100 AFMAX140 500/E202 LWhite 10 AT0 AL0 AH10 AW40 AS400 ADL L25/E202 LWhite 10 AT0 AL60 AH10 AW40 AS400 ADR L25/E202 LWhite 10 AT90 AL0 AH10 AW40 AS400 A20 F50 BLINK BPW10 ASDR W500/E910 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E1001 LWhite 200 AL30 AT80 AH20 AW70 AS400 ADR L25/E1003 LWhite 200 AL0 AT80 AH20 AW70 AS400 ADL L2.
2020.11.08 19:25:56.559	EXCEPTION: Thread: 
2020.11.08 19:25:56.559	EXCEPTION: Message: Exception --> Cant parse the part LE668 of the ledcontrol table config setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16.
2020.11.08 19:25:56.559	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:25:56.559	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:25:56.559	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:25:56.559	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:25:56.564	Warning: Previous exceptions occured in the line fp_futurama,E111 LWhite 50 AH100 ADU AS300/E113 LWhite 500 AT70 AH15 AFDEN40 AFMIN100 AFMAX160/E304 LPurple 50 AH100 ADU AS300/E307 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E308 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E402 LRed 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E404 LRed 100 AT80 AH20 ADD AS300/E406 LWhite 100 A BPW10 ASDL/E909 LBlue L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E909 LRed L11 AT80 AH20 F50 BLINK BPW10 ASDR/E909 LBlue L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E909 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E910 LPurple L11 AT0 AH20 F50 BLINK BPW10 ASDL/E910 LWhite L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E910 LPurple L11 AT80 AH20 F50 BLINK BPW10 ASDR/E910 LWhite L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E910 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E1001 LWhite 200 AL30 AT80 AH20 AW70 AS400 ADR L25/E1003 LWhite 200 AL0 AT80 AH20 AW70 AS400 ADL L2 of the ledcontrol file
2020.11.08 19:25:57.174	EXCEPTION: Table with ShortRomName Big_Shot_1974 has already been loaded (Exists more than once in ledcontrol file).
2020.11.08 19:25:57.174	EXCEPTION: Thread: 
2020.11.08 19:25:57.254	Warning: Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25
2020.11.08 19:25:57.254	EXCEPTION: Could not parse setting E302 L Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25 in column data E331 LRed AL0 AT10 AW100 AH8 L3/E340 LYellow 500 AL0 AT10 AW100 AH8 L3/0/E301 LGreen 50 AH100 ADU AS300/E312 LGreen 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E314 LRed 100 AT80 AH20 ADD AS300/E316 LBlue 100 AT80 AH20 ADD AS300/E317 LGreen AT72 AH15 F200 ADU AS200 BLINK 1000 BPW20/E317 L300 AH100 AL60 AT0 AW14 SHPLetterL L95/E402 LYellow M2000 Blink 300 AH100 AL80 AT0 AW14 SHPLetterL L95/E413 LRed M5000 AH100 AL40 AT0 AW20 SHPSquarePlop/E403 LCyan M2000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E403 LCyan M2000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19/E413 LOrange M5000 AT20 AL0 AH20 AW38 AS400 ADL L25/E413 LBlue M5000 AT20 AL62 AH20 AW38 AS400 ADR L25/E413 LYellow M5000 AT60 AL0 AH20 AW38 AS400 ADL L25/E413 LGreen M5000 AT60 AL62 AH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19.
2020.11.08 19:25:57.254	EXCEPTION: Thread: 
2020.11.08 19:25:57.254	EXCEPTION: Message: Exception --> Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25
2020.11.08 19:25:57.254	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:25:57.254	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:25:57.254	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:25:57.254	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:25:57.254	Warning: Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25
2020.11.08 19:25:57.255	EXCEPTION: Could not parse setting E302 L Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25 in column data E331 LRed AL0 AT10 AW100 AH8 L3/E340 LYellow 500 AL0 AT10 AW100 AH8 L3/0/E301 LGreen 50 AH100 ADU AS300/E312 LGreen 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E314 LRed 100 AT80 AH20 ADD AS300/E316 LBlue 100 AT80 AH20 ADD AS300/E317 LGreen AT72 AH15 F200 ADU AS200 BLINK 1000 BPW20/E317 LGreen AT72 AH15 F200 ADD AS200 BLINK 1000 BPW20 W500/E317 LBlue L0 APCRed AL0 AW100 AT85 AH15/E318 LGreen_yellow 50 AH100 ADU AS300/E323 L ASS200 BLINK 490 BPW15 F50 L19/E413 LOrange M5000 AT20 AL0 AH20 AW38 AS400 ADL L25/E413 LBlue M5000 AT20 AL62 AH20 AW38 AS400 ADR L25/E413 LYellow M5000 AT60 AL0 AH20 AW38 AS400 ADL L25/E413 LGreen M5000 AT60 AL62 AH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19.
2020.11.08 19:25:57.255	EXCEPTION: Thread: 
2020.11.08 19:25:57.255	EXCEPTION: Message: Exception --> Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25
2020.11.08 19:25:57.255	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:25:57.255	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:25:57.255	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:25:57.255	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:25:57.255	Warning: Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25
2020.11.08 19:25:57.255	EXCEPTION: Could not parse setting E302 L Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25 in column data E331 LRed AL0 AT10 AW100 AH8 L3/E340 LYellow 500 AL0 AT10 AW100 AH8 L3/0/E301 LGreen 50 AH100 ADU AS300/E312 LGreen 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E314 LRed 100 AT80 AH20 ADD AS300/E316 LBlue 100 AT80 AH20 ADD AS300/E317 LGreen AT72 AH15 F200 ADU AS200 BLINK 1000 BPW20/E317 LGSHPSquarePlop/E403 LCyan M2000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E403 LCyan M2000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19/E413 LOrange M5000 AT20 AL0 AH20 AW38 AS400 ADL L25/E413 LBlue M5000 AT20 AL62 AH20 AW38 AS400 ADR L25/E413 LYellow M5000 AT60 AL0 AH20 AW38 AS400 ADL L25/E413 LGreen M5000 AT60 AL62 AH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19.
2020.11.08 19:25:57.255	EXCEPTION: Thread: 
2020.11.08 19:25:57.255	EXCEPTION: Message: Exception --> Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25
2020.11.08 19:25:57.255	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:25:57.255	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:25:57.255	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:25:57.255	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:25:57.255	Warning: Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT80 AL60 AH20 AW40 AS400 ADR L25
2020.11.08 19:25:57.255	EXCEPTION: Could not parse setting E302 L Yellow 10 AT80 AL60 AH20 AW40 AS400 ADR L25 in column data E331 LRed AL0 AT10 AW100 AH8 L3/E340 LYellow 500 AL0 AT10 AW100 AH8 L3/0/E301 LGreen 50 AH100 ADU AS300/E312 LGreen 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E314 LRed 100 AT80 AH20 ADD AS300/E316 LBlue 100 AT80 AH20 ADD AS300/E317 LGreen AT72 AH15 F200 ADU AS200 BLINK 1000 BPW20/E317 L ASS200 BLINK 490 BPW15 F50 L19/E413 LOrange M5000 AT20 AL0 AH20 AW38 AS400 ADL L25/E413 LBlue M5000 AT20 AL62 AH20 AW38 AS400 ADR L25/E413 LYellow M5000 AT60 AL0 AH20 AW38 AS400 ADL L25/E413 LGreen M5000 AT60 AL62 AH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19.
2020.11.08 19:25:57.255	EXCEPTION: Thread: 
2020.11.08 19:25:57.255	EXCEPTION: Message: Exception --> Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT80 AL60 AH20 AW40 AS400 ADR L25
2020.11.08 19:25:57.255	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:25:57.255	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:25:57.255	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:25:57.255	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:25:57.259	Warning: Previous exceptions occured in the line leprechaun,E331 LRed AL0 AT10 AW100 AH8 L3/E340 LYellow 500 AL0 AT10 AW100 AH8 L3/0/E301 LGreen 50 AH100 ADU AS300/E312 LGreen 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E314 LRed 100 AT80 AH20 ADD AS3062 AH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19 of the ledcontrol file
2020.11.08 19:25:57.260	Warning: Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25
2020.11.08 19:25:57.260	EXCEPTION: Could not parse setting E302 L Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25 in column data E332 LYellow AL25/E413 LBlue M5000 AT20 AL62 AH20 AW38 AS400 ADR L25/E413 LYellow M5000 AT60 AL0 AH20 AW38 AS400 ADL L25/E413 LGreen M5000 AT60 AL62 AH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19.
2020.11.08 19:25:57.260	EXCEPTION: Thread: 
2020.11.08 19:25:57.260	EXCEPTION: Message: Exception --> Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25
2020.11.08 19:25:57.260	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:25:57.260	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:25:57.260	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:25:57.260	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:25:57.260	Warning: Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25
2020.11.08 19:25:57.260	EXCEPTION: Could not parse setting E302 L Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25 in column data E332 LYellow AL0 AT40 AW100 AH8 L3/E341 LYellow 500 AL0 AT10 AW100 AH8 L3/E300 LGreen 50 AH100 ADU AS300/E312 LGreen 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E313 LRed 100 AT80 AH20 ADD AS300/E315 LBlue 100 AT80 AH20 ADD AS300/E309 LGolden_rod 50 AT60 AH40 ADU AS300/E323 LGreen L13 AT0 AAH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19.
2020.11.08 19:25:57.260	EXCEPTION: Thread: 
2020.11.08 19:25:57.260	EXCEPTION: Message: Exception --> Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25
2020.11.08 19:25:57.260	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:25:57.260	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:25:57.260	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:25:57.260	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:25:57.260	Warning: Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25
2020.11.08 19:25:57.260	EXCEPTION: Could not parse setting E302 L Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25 in column data E332 LYellow AL0 AT40 AW100 AH8 L3/E341 LYellow 500 AL0 AT10 AW100 AH8 L3/E300 LGreen 50 AH100 ADU AS300/E312 LGreen 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E313 LRed 100 AT80 AH20 ADD AS300/E315 LBlue 100 AT80 AH20 ADD AS300/E309 LGolden_rod 50 AT60 AH40 ADU AS300/E323 LGreen L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E323 LBlue W500 L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E351|E352|E353|E354|E355 LGolden_rod L13 AT0 AFDEN15 AFMIN10 AFMAX20/E415 LRed 400 AH100 ADU AS400/E415 LOrange 400 W500 AH100 ADU AS400/E415 LYellow 400 W1000 AH100 ADU ADL L25/E413 LBlue M5000 AT20 AL62 AH20 AW38 AS400 ADR L25/E413 LYellow M5000 AT60 AL0 AH20 AW38 AS400 ADL L25/E413 LGreen M5000 AT60 AL62 AH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19.
2020.11.08 19:25:57.260	EXCEPTION: Thread: 
2020.11.08 19:25:57.260	EXCEPTION: Message: Exception --> Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25
2020.11.08 19:25:57.260	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:25:57.261	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:25:57.261	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:25:57.261	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:25:57.261	Warning: Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT80 AL60 AH20 AW40 AS400 ADR L25
2020.11.08 19:25:57.261	EXCEPTION: Could not parse setting E302 L Yellow 10 AT80 AL60 AH20 AW40 AS400 ADR L25 in column data E332 LYellow AL0 AT40 AW100 AH8 L3/E341 LYellow 500 AL0 AT10 AW100 AH8 L3/E300 LGreen 50 AH100 ADU AS300/E312 LGreen 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E313 LRed 100 AT80 AH20 ADD AS300/E315 LBlue 100 AT80 AH20 ADD AS300/E309 LGolden_rod 50 AT60 AH40 ADU AS300/E323 LGreen L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E323 LBlue W500 L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E351|E352|E353|E354|E355 LGolden_rod L13 AT00 AL80 AT0 AW14 SHPLetterL L95/E413 LRed M5000 AH100 AL40 AT0 AW20 SHPSquarePlop/E403 LCyan M2000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E403 LCyan M2000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19/E413 LOrange M5000 AT20 AL0 AH20 AW38 AS400 ADL L25/E413 LBlue M5000 AT20 AL62 AH20 AW38 AS400 ADR L25/E413 LYellow M5000 AT60 AL0 AH20 AW38 AS400 ADL L25/E413 LGreen M5000 AT60 AL62 AH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19.
2020.11.08 19:25:57.261	EXCEPTION: Thread: 
2020.11.08 19:25:57.261	EXCEPTION: Message: Exception --> Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT80 AL60 AH20 AW40 AS400 ADR L25
2020.11.08 19:25:57.261	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:25:57.261	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:25:57.261	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:25:57.261	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:25:57.264	Warning: Previous exceptions occured in the line leprechaun,E331 LRed AL0 AT10 AW100 AH8 L3/E340 LYellow 500 AL0 AT10 AW100 AH8 L3/0/E301 LGreen 50 AH100 ADU AS300/E312 LGreen 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E314 LRed 100 AT80 AH20 ADD AS300/E316 LBlue 100 AT80 AH20 ADD AS300/E317 LGreen AT72 AH15 F200 ADU AS200 BLINK 1000 BPW20/E317 LGreen AT72 AH15 F200 ADD AS200 BLINK 1000 BPW20 W500/E317 LBlue L0 APCRed AL0 AW100 AT85 AH15/E318 LGreen_yellow 50 AH100 ADU AS300/E323 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E323 LYellow W500 L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E351|E352|E353|E354|E355 LGolden_rod L13 AT0 AFDEN15 AFMIN10 AF0 ADL L25/E413 LBlue M5000 AT20 AL62 AH20 AW38 AS400 ADR L25/E413 LYellow M5000 AT60 AL0 AH20 AW38 AS400 ADL L25/E413 LGreen M5000 AT60 AL62 AH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19 of the ledcontrol file
2020.11.08 19:25:57.264	Warning: Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25
2020.11.08 19:25:57.264	EXCEPTION: Could not parse setting E302 L Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25 in column data E302 L Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25/E302 L Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25/E302 L Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25/E302 L Yellow 10 AT80 AL60 AH20 AW40 AS400 ADR L25/E303 LRed 10 AT20 AL0 AH20 AW38 AS400 ADL L25/E303 LRed 10 AT20 AL62 AH20 AW38 AS400 ADR L25/E303 LRed 10 AT60 AL0 AH20 AW38 AS400 ADL L25/E303 LRed 10 AT60 AL62 AH20 AW38 AS400 ADR L25/E304 LBlue 10 AT40 AL0 AH20 AW00 ADL L25/E413 LBlue M5000 AT20 AL62 AH20 AW38 AS400 ADR L25/E413 LYellow M5000 AT60 AL0 AH20 AW38 AS400 ADL L25/E413 LGreen M5000 AT60 AL62 AH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19.
2020.11.08 19:25:57.264	EXCEPTION: Thread: 
2020.11.08 19:25:57.264	EXCEPTION: Message: Exception --> Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25
2020.11.08 19:25:57.264	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:25:57.264	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:25:57.264	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:25:57.264	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:25:57.264	Warning: Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25
2020.11.08 19:25:57.264	EXCEPTION: Could not parse setting E302 L Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25 in column data E302 L Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25/E302 L Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25/E302 L Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25/E3AT20 AL0 AH20 AW38 AS400 ADL L25/E413 LBlue M5000 AT20 AL62 AH20 AW38 AS400 ADR L25/E413 LYellow M5000 AT60 AL0 AH20 AW38 AS400 ADL L25/E413 LGreen M5000 AT60 AL62 AH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19.
2020.11.08 19:25:57.264	EXCEPTION: Thread: 
2020.11.08 19:25:57.264	EXCEPTION: Message: Exception --> Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25
2020.11.08 19:25:57.264	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:25:57.264	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:25:57.264	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:25:57.264	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:25:57.264	Warning: Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25
2020.11.08 19:25:57.265	EXCEPTION: Could not parse setting E302 L Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25 in column data E302 L Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25/E302 L Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25/E302 L Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25/E302 L Yellow 10 AT80 AL60 AH20 AW40 AS400 ADR L25/E303 LRed 10 AT20 AL0 AH20 AW38 AS400 ADL L25/E303 LRed 10 AT20 AL62 AH20 AW38 AS400 ADR L25/E303 LRed 10 AT60 AL0 AH20 AW38 AS400 ADL L25/E303 LRed 10 AT60 AL62 AH20 AW38 AS400 ADR L25/E304 LBlue 10 AT40 AL0 AH20 AW35 AS400 ADL L26/E304 LBlue 10 AT40 AL65 AH20 AW35 AS400 ADR L26/E304 LBlue 10 AT40 AL0 AH20 AW35 AS400 ADL L26/E304 LBlue 10 AT40 AL65 /E413 LGreen M5000 AT60 AL62 AH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19.
2020.11.08 19:25:59.796	EXCEPTION: Thread: 
2020.11.08 19:25:59.796	EXCEPTION: Message: Exception --> Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25
2020.11.08 19:25:59.796	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:25:59.796	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:25:59.796	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:25:59.796	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:25:59.797	Warning: Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25
2020.11.08 19:25:59.797	EXCEPTION: Could not parse setting E302 L Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25 in column data E332 LYellow AL0 AT40 AW100 AH8 L3/E341 LYellow 500 AL0 AT10 AW100 AH8 L3/E300 LGreen 50 AH100 ADU AS300/E312 LGreen 700 AT85 AH15 AFDEN40 AFMIN100 AF BPW15 F50 L19/E403 LCyan M2000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19/E413 LOrange M5000 AT20 AL0 AH20 AW38 AS400 ADL L25/E413 LBlue M5000 AT20 AL62 AH20 AW38 AS400 ADR L25/E413 LYellow M5000 AT60 AL0 AH20 AW38 AS400 ADL L25/E413 LGreen M5000 AT60 AL62 AH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19 of the ledcontrol file
2020.11.08 19:26:00.164	Warning: Cant parse the part YELLOW of the ledcontrol table config setting E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9
2020.11.08 19:26:00.164	EXCEPTION: Could not parse setting E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9 in column data E105 LRed AH100 AL0 AT0 AW19 SHPCircle3 L1/E138 LRed f200 AH100 AL0 AT0 AW19 SHPCircle3 L2/E109 LYellow AH100 AL20 AT0 AW19 SHPCircle3 L3/E114 LPowder_blue AH100 AL20 AT0 AW19 SHPCircle3 L4/E139 LRed f200 AH100 AL20 AT0 AW19 SHPCircle3 L5/E107 LWhite fd800 AH100 AL40 AT0 AW19 SHPCircle3 L6/E113 LWhite AH100 AL40 AT0 AW19 SHPCircle3 L7/E136 LGreen f200 AH100 AL40 AT0 AW19 SHPCircle3 L8/E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9/E115 LPowder_blue AH100 AL60 AT0 AW19 SHPCircle3 L10/E140 LRed f200 AH100 AL60 AT0 AW19 SHPCircle3 L11/E106 LRed AH100 AL80 AT0 AW19 SHPCircle3 L12/E137 LRed f200 AH100 AL80 AT0 AW19 SHPCircle3 L13/E121 White AH30 AL0 AT0 AW9 SHPCircle3 300 L0/E121 White AH30 AL91 AT0 AW9 SHPCircle3 300 L0.
2020.11.08 19:26:00.164	EXCEPTION: Thread: 
2020.11.08 19:26:00.164	EXCEPTION: Message: Exception --> Cant parse the part YELLOW of the ledcontrol table config setting E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9
2020.11.08 19:26:00.165	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:26:00.165	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:26:00.165	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:26:00.165	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:26:00.165	Warning: Previous exceptions occured in the line spotacard_1960,0,0,0,0,0,0,E105 LRed AH100 AL0 AT0 AW19 SHPCircle3 L1/E138 LRed f200 AH100 AL0 AT0 AW19 SHPCircle3 L2/E109 LYellow AH100 AL20 AT0 AW19 SHPCircle3 L3/E114 LPowder_blue AH100 AL20 AT0 AW19 SHPCircle3 L4/E139 LRed f200 AH100 AL20 AT0 AW19 SHPCircle3 L5/E107 LWhite fd800 AH100 AL40 AT0 AW19 SHPCircle3 L6/E113 LWhite AH100 AL40 AT0 AW19 SHPCircle3 L7/E136 LGreen f200 AH100 AL40 AT0 AW19 SHPCircle3 L8/E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9/E115 LPowder_blue AH100 AL60 AT0 AW19 SHPCircle3 L10/E140 LRed f200 AH100 AL60 AT0 AW19 SHPCircle3 L11/E106 LRed AH100 AL80 AT0 AW19 SHPCircle3 L12/E137 LRed f200 AH100 AL80 AT0 AW19 SHPCircle3 L13/E121 White AH30 AL0 AT0 AW9 SHPCircle3 300 L0/E121 White AH30 AL91 AT0 AW9 SHPCircle3 300 L0 of the ledcontrol file
2020.11.08 19:26:00.789	Loading LedControl file C:\DirectOutput\config\directoutputconfig51.ini
2020.11.08 19:26:00.790	Min DOF Version is 0.8 for file directoutputconfig51.ini
2020.11.08 19:26:00.790	Resolving Tables Variables
2020.11.08 19:26:00.790	Resolving Global Variables
2020.11.08 19:26:00.818	EXCEPTION: Table with ShortRomName Big_Shot_1974 has already been loaded (Exists more than once in ledcontrol file).
2020.11.08 19:26:00.818	EXCEPTION: Thread: 
2020.11.08 19:26:00.874	3 directoutputconfig.ini or ledcontrol.ini files loaded.
2020.11.08 19:26:00.875	Config for RomName doflinx exists in LedControl data. Updating cabinet and config.
2020.11.08 19:26:00.896	Debug: Setting up shape effect for area. L: 0, T: 0, W: 10, H: 100, Name: LETTERD
2020.11.08 19:26:00.896	Debug: Setting up shape effect for area. L: 15, T: 0, W: 10, H: 100, Name: LETTERO
2020.11.08 19:26:00.896	Debug: Setting up shape effect for area. L: 30, T: 0, W: 10, H: 100, Name: LETTERF
2020.11.08 19:26:00.896	Debug: Setting up shape effect for area. L: 45, T: 0, W: 10, H: 100, Name: LETTERL
2020.11.08 19:26:00.896	Debug: Setting up shape effect for area. L: 60, T: 0, W: 10, H: 100, Name: LETTERI
2020.11.08 19:26:00.896	Debug: Setting up shape effect for area. L: 72, T: 0, W: 10, H: 100, Name: LETTERN
2020.11.08 19:26:00.896	Debug: Setting up shape effect for area. L: 90, T: 0, W: 10, H: 100, Name: LETTERX
2020.11.08 19:26:00.896	Debug: Setting up shape effect for area. L: 7, T: 0, W: 15, H: 100, Name: LETTERA
2020.11.08 19:26:00.896	Debug: Setting up shape effect for area. L: 22, T: 0, W: 15, H: 100, Name: LETTERR
2020.11.08 19:26:00.896	Debug: Setting up shape effect for area. L: 37, T: 0, W: 15, H: 100, Name: LETTERC
2020.11.08 19:26:00.896	Debug: Setting up shape effect for area. L: 52, T: 0, W: 15, H: 100, Name: LETTERA
2020.11.08 19:26:00.896	Debug: Setting up shape effect for area. L: 67, T: 0, W: 15, H: 100, Name: LETTERD
2020.11.08 19:26:00.896	Debug: Setting up shape effect for area. L: 82, T: 0, W: 15, H: 100, Name: LETTERE
2020.11.08 19:26:00.896	Debug: Setting up shape effect for area. L: 0, T: 0, W: 15, H: 100, Name: LETTERU
2020.11.08 19:26:00.896	Debug: Setting up shape effect for area. L: 13, T: 0, W: 15, H: 100, Name: LETTERN
2020.11.08 19:26:00.896	Debug: Setting up shape effect for area. L: 28, T: 0, W: 15, H: 100, Name: LETTERI
2020.11.08 19:26:00.896	Debug: Setting up shape effect for area. L: 34, T: 0, W: 15, H: 100, Name: LETTERV
2020.11.08 19:26:00.896	Debug: Setting up shape effect for area. L: 50, T: 0, W: 15, H: 100, Name: LETTERE

2020.11.08 19:26:01.243	Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100, Name: BOX4
2020.11.08 19:26:01.243	Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100, Name: DIAMONDPULSE
2020.11.08 19:26:01.244	Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100, Name: DIAMONDPULSE
2020.11.08 19:26:01.244	Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100, Name: BOX4
2020.11.08 19:26:01.244	Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100, Name: DIAMONDPULSE
2020.11.08 19:26:01.244	Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100, Name: BOX4
2020.11.08 19:26:01.245	Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100, Name: DIAMONDPULSE
2020.11.08 19:26:01.245	Table config loading finished: romname=doflinx, tablename=doflinx
2020.11.08 19:26:01.247	Pinball parts loaded
2020.11.08 19:26:01.247	Starting processes
2020.11.08 19:26:01.247	Initializing cabinet
2020.11.08 19:26:01.247	Debug: Initializing output controllers
2020.11.08 19:26:01.267	TeensyStripController LEDStripController intialized and updater thread started.
2020.11.08 19:26:01.267	Pinscape Pinscape Controller 01 intialized and updater thread started.
2020.11.08 19:26:01.267	Debug: Initializing LedWiz Nr. 08
2020.11.08 19:26:01.268	TeensyStripController LEDStripController updater thread  started.
2020.11.08 19:26:01.268	Pinscape Pinscape Controller 01 updater thread  started.
2020.11.08 19:26:01.268	Pinscape Pinscape Controller 01 updater thread  has connected to Pinscape Pinscape Controller 01.
2020.11.08 19:26:01.269	LedWiz Nr. 08 initialized and updater thread initialized.
2020.11.08 19:26:01.269	Debug: Output controllers initialized
2020.11.08 19:26:01.269	Updater thread for LedWiz 08 started.
2020.11.08 19:26:01.270	Initializing ComPort COM60 with these settings :
2020.11.08 19:26:01.270		BaudRate 9600, Parity None, DataBits 8, StopBits One, R/W Timeouts 200ms
2020.11.08 19:26:01.270		Handshake Timings : Open 50ms, Loop Start/End 20/50ms
2020.11.08 19:26:01.273	Cabinet initialized
2020.11.08 19:26:01.276	Loading shape definition file: C:\DirectOutput\config\DirectOutputShapes.xml
2020.11.08 19:26:01.332	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.333	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.334	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:70, W:100, H:15), Matrix(W:144, H:1), ResultArea(Left: 0, Top:100, Right:0, Bottom:122, Width:1, Height:23)
2020.11.08 19:26:01.334	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.334	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:25, W:100, H:25), Matrix(W:144, H:1), ResultArea(Left: 0, Top:36, Right:0, Bottom:72, Width:1, Height:37)
2020.11.08 19:26:01.334	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:50, W:100, H:25), Matrix(W:144, H:1), ResultArea(Left: 0, Top:72, Right:0, Bottom:108, Width:1, Height:37)
2020.11.08 19:26:01.334	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:70, W:100, H:15), Matrix(W:144, H:1), ResultArea(Left: 0, Top:100, Right:0, Bottom:122, Width:1, Height:23)
2020.11.08 19:26:01.334	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:85, W:100, H:15), Matrix(W:144, H:1), ResultArea(Left: 0, Top:122, Right:0, Bottom:143, Width:1, Height:22)
2020.11.08 19:26:01.334	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.334	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:50), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:72, Width:1, Height:73)
2020.11.08 19:26:01.334	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:20), Matrix(W:144, H:1), ResultArea(Left: 0, Top:115, Right:0, Bottom:143, Width:1, Height:29)
2020.11.08 19:26:01.334	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:20), Matrix(W:144, H:1), ResultArea(Left: 0, Top:115, Right:0, Bottom:143, Width:1, Height:29)
2020.11.08 19:26:01.334	Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:115, Right:0, Bottom:129, Width:1, Height:15)
2020.11.08 19:26:01.334	Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:115, Right:0, Bottom:129, Width:1, Height:15)
2020.11.08 19:26:01.334	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:72, W:100, H:15), Matrix(W:144, H:1), ResultArea(Left: 0, Top:103, Right:0, Bottom:125, Width:1, Height:23)
2020.11.08 19:26:01.334	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:72, W:100, H:15), Matrix(W:144, H:1), ResultArea(Left: 0, Top:103, Right:0, Bottom:125, Width:1, Height:23)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixPlasmaEffect. Calculated area size: AreaDef(L:0, T:85, W:100, H:15), Matrix(W:144, H:1), ResultArea(Left: 0, Top:122, Right:0, Bottom:143, Width:1, Height:22)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.335	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.336	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.336	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.336	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.336	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.336	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.336	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.336	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.336	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:10, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.339	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:10, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.372	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 281, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.374	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:15, T:0, W:10, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.374	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:15, T:0, W:10, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.375	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 369, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.375	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:30, T:0, W:10, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.375	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:30, T:0, W:10, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.375	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 297, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.375	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:45, T:0, W:10, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.375	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:45, T:0, W:10, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.375	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 345, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.375	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:10, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.375	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:60, T:0, W:10, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.376	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 321, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.376	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:72, T:0, W:10, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.376	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:72, T:0, W:10, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.376	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 361, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.376	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:90, T:0, W:10, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.376	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:90, T:0, W:10, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.376	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 441, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.376	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:7, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.376	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:7, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.377	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 257, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.377	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:22, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.377	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:22, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.377	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 393, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.377	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:37, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.377	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:37, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.377	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 273, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.377	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:52, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.377	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:52, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.378	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 257, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.378	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:67, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.378	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:67, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.378	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 281, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.378	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:82, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.378	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:82, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.378	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 289, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.378	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.378	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.379	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 417, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.379	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:13, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.379	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:13, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.379	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 361, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.379	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:28, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.379	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:28, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.379	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 321, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.379	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:34, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.379	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:34, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.379	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 425, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.380	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:50, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.380	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:50, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.380	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 289, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.380	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:62, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.380	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:62, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.380	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 393, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.380	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:77, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.380	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:77, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.380	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 401, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:90, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:90, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.381	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 289, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:50, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:14, Width:1, Height:15)
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:50, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:129, Right:0, Bottom:143, Width:1, Height:15)
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:0, W:50, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:14, Width:1, Height:15)
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:90, W:50, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:129, Right:0, Bottom:143, Width:1, Height:15)
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:18, W:50, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:25, Right:0, Bottom:40, Width:1, Height:16)
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:72, W:50, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:103, Right:0, Bottom:118, Width:1, Height:16)
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:18, W:50, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:25, Right:0, Bottom:40, Width:1, Height:16)
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:72, W:50, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:103, Right:0, Bottom:118, Width:1, Height:16)
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:36, W:50, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:51, Right:0, Bottom:66, Width:1, Height:16)
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:44, W:50, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:63, Right:0, Bottom:77, Width:1, Height:15)
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:36, W:50, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:51, Right:0, Bottom:66, Width:1, Height:16)
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:44, W:50, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:63, Right:0, Bottom:77, Width:1, Height:15)
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:15), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:21, Width:1, Height:22)
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:85, W:100, H:15), Matrix(W:144, H:1), ResultArea(Left: 0, Top:122, Right:0, Bottom:143, Width:1, Height:22)
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:43, Width:1, Height:44)
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:43, Width:1, Height:44)
2020.11.08 19:26:01.381	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:44, BML: 35, BMT: 18, BMW: 16, BMH: 16
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:43, Width:1, Height:44)
2020.11.08 19:26:01.381	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:43, Width:1, Height:44)
2020.11.08 19:26:01.382	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:44, BML: 35, BMT: 18, BMW: 16, BMH: 16
2020.11.08 19:26:01.382	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.384	Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.387	Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 1, H:144, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
2020.11.08 19:26:01.387	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.387	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.387	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:30, T:0, W:40, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.387	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:28, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.387	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:28, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.388	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 409, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.388	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:43, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.388	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:43, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.388	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 321, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.388	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:48, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.388	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:48, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.388	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 345, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.389	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:63, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.389	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:63, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.389	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 409, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.390	Debug: MatrixBase for RGBAMatrixShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.390	Debug: MatrixBase for RGBAMatrixBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.392	Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 1, H:144, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
2020.11.08 19:26:01.392	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:15, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.392	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:15, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.392	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 265, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.392	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:30, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.392	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:30, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.393	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 289, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.393	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:45, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.393	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:45, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.393	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 305, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.393	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:65, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.393	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:65, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.393	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 321, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.393	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:75, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.393	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:75, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.393	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 361, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.394	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:15, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.394	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:15, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.394	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 401, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.394	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:30, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.394	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:30, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.394	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 409, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.394	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:45, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.394	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:45, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.394	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 257, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.395	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.395	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:60, T:0, W:15, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:26:01.395	Debug: BitmapEffectBase. Grabbing image clip: W: 1, H:144, BML: 393, BMT: 254, BMW: 7, BMH: 7
2020.11.08 19:26:01.395	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:75, T:0, W:15, H:100), MaT0 AFDEN15 AFMIN10 AFMAX20/E907 LBlue 100 W3500 AL0 AT80 AH20 AW50 AS250 ADR L25/E907 LBlue 100 W3500 AL50 AT80 AH20 AW50 AS250 ADL L25/E908 Ldark_magenta 3000 W300 AL0 AT80 AW50 AH20 ADR AS300 L3/E908 Ldark_magenta 3000 W300 AL50 AW50 AT80 AH20 ADL AS300 L3/E909 LRed L11 AT0 AH20 F50 BLINK BPW10 ASDL/E909 LBlue L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E909 LRed L11 AT80 AH20 F50 BLINK BPW10 ASDR/E909 LBlue L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E909 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E910 LPurple L11 AT0 AH20 F50 BLINK BPW10 ASDL/E910 LWhite L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E910 LPurple L11 AT80 AH20 F50 BLINK BPW10 ASDR/E910 LWhite L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E910 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E1001 LWhite 200 AL30 AT80 AH20 AW70 AS400 ADR L25/E1003 LWhite 200 AL0 AT80 AH20 AW70 AS400 ADL L2.
2020.11.08 19:27:02.628	EXCEPTION: Thread: 
2020.11.08 19:27:02.628	EXCEPTION: Message: Exception --> Cant parse the part LE668 of the ledcontrol table config setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16.
2020.11.08 19:27:02.628	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:27:02.628	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:27:02.628	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:27:02.628	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:27:02.632	Warning: Previous exceptions occured in the line fp_futurama,E111 LWhite 50 AH100 ADU AS300/E113 LWhite 500 AT70 AH15 AFDEN40 AFMIN100 AFMAX160/E304 LPurple 50 AH100 ADU AS300/E307 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E308 LRed L13 AT0  L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E910 LPurple L11 AT80 AH20 F50 BLINK BPW10 ASDR/E910 LWhite L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E910 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E1001 LWhite 200 AL30 AT80 AH20 AW70 AS400 ADR L25/E1003 LWhite 200 AL0 AT80 AH20 AW70 AS400 ADL L2.
2020.11.08 19:27:02.652	EXCEPTION: Thread: 
2020.11.08 19:27:02.652	EXCEPTION: Message: Exception --> Cant parse the part LE668 of the ledcontrol table config setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16.
2020.11.08 19:27:02.652	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:27:02.652	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:27:02.652	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:27:02.652	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:27:02.658	Warning: Previous exceptions occured in the line fp_futurama,E111 LWhite 50 AH100 ADU AS300/E113 LWhite 500 AT70 AH15 AFDEN40 AFMIN100 AFMAX160/E304 LPurple 50 AH100 ADU AS300/E307 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E308 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E402 LRed 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E404 LRed 100 AT80 AH20 ADD AS300/E406 LWhite 100 AT80 AH20 ADD AS300/E501 LWhite L0 ADU AS250 BLINK 800 BPW9 AL0 AW100 AT85 AH15/E501 Lblue L1 ADD AS250 BLINK 800 BPW9 W400 AL0 AW100 AT85 AH15/E502 LWhite 50 AH100 ADU AS300/E802 LWhite 400 F200 AH20 AL0 AT10 AW100 L23/E804 LWhite 400 F200 AH20 AL0 AT40 AW100 L23/E806 LWhite BLINK BPW10 ASDR W500/E909 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E910 LPurple L11 AT0 AH20 F50 BLINK BPW10 ASDL/E910 LWhite L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E910 LPurple L11 AT80 AH20 F50 BLINK BPW10 ASDR/E910 LWhite L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E910 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E1001 LWhite 200 AL30 AT80 AH20 AW70 AS400 ADR L25/E1003 LWhite 200 AL0 AT80 AH20 AW70 AS400 ADL L2 of the ledcontrol file
2020.11.08 19:27:03.362	EXCEPTION: Table with ShortRomName Big_Shot_1974 has already been loaded (Exists more than once in ledcontrol file).
2020.11.08 19:27:03.362	EXCEPTION: Thread: 
2020.11.08 19:27:03.449	Warning: Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25
2020.11.08 19:27:03.449	EXCEPTION: Could not parse setting E302 L Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25 in column data E331 LRed AL0 AT10 AW100 AH8 L3/E340 LYellow 500 AL0 AT10 AW100 AH8 L3/0/E301 LGreen 50 AH100 ADU AS300/E312 LGreen 700 AT85 AH15 AFDEN40 AFMIN100 A0 BLINK 490 BPW15 F50 L19/E413 LOrange M5000 AT20 AL0 AH20 AW38 AS400 ADL L25/E413 LBlue M5000 AT20 AL62 AH20 AW38 AS400 ADR L25/E413 LYellow M5000 AT60 AL0 AH20 AW38 AS400 ADL L25/E413 LGreen M5000 AT60 AL62 AH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19.
2020.11.08 19:27:03.450	EXCEPTION: Thread: 
2020.11.08 19:27:03.450	EXCEPTION: Message: Exception --> Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25
2020.11.08 19:27:03.450	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:27:03.450	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:27:03.450	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:27:03.450	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:27:03.450	Warning: Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25
2020.11.08 19:27:03.450	EXCEPTION: Could not parse setting E302 L Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25 in column data E331 LRed AL0 AT10 AW100 AH8 L3/E340 LYellow 500 AL0 AT10 AW100 AH8 L3/0/E301 LGreen 50 AH100 ADU AS300/E312 LGreen 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E314 LRed 100 AT80 AH20 ADD AS300/E316 LBlue 100 AT80 AH20 ADD AS300/E317 LGreen AT72 AH15 F200 ADU AS200 BLINK 1000 BPW20/E317  L12/E137 LRed f200 AH100 AL80 AT0 AW19 SHPCircle3 L13/E121 White AH30 AL0 AT0 AW9 SHPCircle3 300 L0/E121 White AH30 AL91 AT0 AW9 SHPCircle3 300 L0 of the ledcontrol file
2020.11.08 19:27:04.533	Loading LedControl file C:\DirectOutput\config\directoutputconfig30.ini
2020.11.08 19:27:04.555	Min DOF Version is 0.8 for file directoutputconfig30.ini
2020.11.08 19:27:04.555	Resolving Tables Variables
2020.11.08 19:27:04.556	Resolving Global Variables
2020.11.08 19:27:05.496	Failed: LE668
2020.11.08 19:27:05.496	Warning: Cant parse the trigger part LE668 of the ledcontrol table config setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16.
2020.11.08 19:27:05.496	EXCEPTION: Could not parse setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16 in column data E111 LWhite 50 AH100 ADU AS300/E113 LWhite 500 AT70 AH15 AFDEN40 AFMIN100 AFMAX160/E304 LPurple 50 AH100 ADU AS300/E307 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E308 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E402 LRed 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E404 LRed 100 AT80 AH20 ADD AS300/E406 LWhite 100 AT80 AH20 ADD AS300/E501 LWhite L0 ADU AS250 BLINK 800 BPW9 AL0 AW100 AT85 AH15/E501 Lblue L1 ADD AS250 BLINK 800 BPW9 W400 AL0 AW100 AT85 AH15/E502 LWhite 50 AH100 ADU AS300/E802 LWhite 400 F200 AH20 AL0 AT10 AW100 L23/E804 LWhite 400 F200 AH20 AL0 AT40 AW100 L23/E806 LWhite 400 F200 AH20 AL0 AT70 AW100 L23/E900 LWhite 800 L13 AT0 AFDEN15 AFMIN10 AFMAX20/E902 LWhite  L11 AT0 AH100 F50 BLINK 500 BPW10 ASDD AS200/E902 Lwhite  L12 AT0 AH100 F50 BLINK 500 BPW10 ASDD AS200/E905 Ldark_magenta L11 AT0 AH100 F25 BLINK BPW10 ASDD AS25/E905 Lpink L12 AT0 AH100 F25 BLINK BPW10 ASDD W500 AS25/E906 LWhite L13 AT0 AFDEN15 AFMIN10 AFMAX20/E907 LBlue 100 W2500 AH100 ADU AS120/E908 Ldark_magenta 3000 AH100 ADU AS300 L3/E1002 LWhite 200 W300 AH80 ADD AS300 L25/E1005 LWhite 50 AH100 ADU AS300/E1006 LWhite 50 AH100 ADU AS150/E1007 LWhite 50 AH100 ADU AS25/E1008 LWhite 50 AH100 ADD AS300/E1009 LWhite 50 AH100 ADD AS150/E1010 LWhite 50 AH100 ADD AS25/E114 LWhite AH100 AL0 AT0 AW20 FD300 AFDEN30 AFMIN100 AFMAX140 500/E115 LWhite AH100 AL80 AT0 AW20 FD300 AFDEN30 AFMIN100 AFMAX140 500/E202 LWhite 10 AT0 AL0 AH10 AW40 AS400 ADL L25/E202 LWhite 10 AT0 AL60 AH10 AW40 AS400 ADR L25/E202 LWhite 10 AT90 AL0 AH10 AW40 AS400 ADL L25/E202 LWhite 10 AT90 AL60 AH10 AW40 AS400 ADR L25/E301 LRed 500 F200 Blink AH100 AL15 AT0 AW20 SHPLetterX L1/E301 LRed 500 F200 Blink AH100 AL65 AT0 AW20 SHPLetterX L1/E301 LRed 500 F200 Blink AH100 AL40 AT0 AW20 SHPLetterX L1/E302 LRed L11 AT0 AH20 F50 BLINK BPW10 ASDL/E302 LYellow L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E302 LRed L11 AT80 AH20 F50 BLINK BPW10 ASDR/E302 LYellow L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E303 Ldeep_pink L11 AT0 AH20 F50 BLINK BPW10 ASDL/E303 LPurple L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E303 Ldeep_pink L11 AT80 AH20 F50 BLINK BPW10 ASDR/E303 LPurple L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E910 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E1001 LWhite 200 AL30 AT80 AH20 AW70 AS400 ADR L25/E1003 LWhite 200 AL0 AT80 AH20 AW70 AS400 ADL L2.
2020.11.08 19:27:05.507	EXCEPTION: Thread: 
2020.11.08 19:27:05.507	EXCEPTION: Message: Exception --> Cant parse the part LE668 of the ledcontrol table config setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16.
2020.11.08 19:27:05.507	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:27:05.507	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:27:05.507	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:27:05.507	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:27:05.517	Warning: Previous exceptions occured in the line fp_futurama,E111 LWhite 50 AH100 ADU AS300/E113 LWhite 500 AT70 W500/E910 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E1001 LWhite 200 AL30 AT80 AH20 AW70 AS400 ADR L25/E1003 LWhite 200 AL0 AT80 AH20 AW70 AS400 ADL L2.
2020.11.08 19:27:05.522	EXCEPTION: Thread: 
2020.11.08 19:27:05.522	EXCEPTION: Message: Exception --> Cant parse the part LE668 of the ledcontrol table config setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16.
2020.11.08 19:27:05.522	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:27:05.522	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:27:05.522	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:27:05.522	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:27:05.526	Warning: Previous exceptions occured in the line fp_futurama,E111 LWhite 50 AH100 ADU AS300/E113 LWhite 500 AT70 AH15 AFDEN40 AFMIN100 AFMAX160/E304 LPurple 50 AH100 ADU AS300/E307 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E308 LRed L13 AT0 AH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19 of the ledcontrol file
2020.11.08 19:27:06.670	Warning: Cant parse the part YELLOW of the ledcontrol table config setting E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9
2020.11.08 19:27:06.670	EXCEPTION: Could not parse setting E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9 in column data E105 LRed AH100 AL0 AT0 AW19 SHPCircle3 L1/E138 LRed f200 AH100 AL0 AT0 AW19 SHPCircle3 L2/E109 LYellow AH100 AL20 AT0 AW19 SHPCircle3 L3/E114 LPowder_blue AH100 AL20 AT0 AW19 SHPCircle3 L4/E139 LRed f200 AH100 AL20 AT0 AW19 SHPCircle3 L5/E107 LWhite fd800 AH100 AL40 AT0 AW19 SHPCircle3 L6/E113 LWhite AH100 AL40 AT0 AW19 SHPCircle3 L7/E136 LGreen f200 AH100 AL40 AT0 AW19 SHPCircle3 L8/E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9/E115 LPowder_blue AH100 AL60 AT0 AW19 SHPCircle3 L10/E140 LRed f200 AH100 AL60 AT0 AW19 SHPCircle3 L11/E106 LRed AH100 AL80 AT0 AW19 SHPCircle3 L12/E137 LRed f200 AH100 AL80 AT0 AW19 SHPCircle3 L13/E121 White AH30 AL0 AT0 AW9 SHPCircle3 300 L0/E121 White AH30 AL91 AT0 AW9 SHPCircle3 300 L0.
2020.11.08 19:27:06.670	EXCEPTION: Thread: 
2020.11.08 19:27:06.670	EXCEPTION: Message: Exception --> Cant parse the part YELLOW of the ledcontrol table config setting E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9
2020.11.08 19:27:06.670	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:27:06.670	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:27:06.670	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:27:06.670	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:27:06.670	Warning: Previous exceptions occured in the line spotacard_1960,0,0,0,0,0,0,E105 LRed AH100 AL0 AT0 AW19 SHPCircle3 L1/E138 LRed f200 AH100 AL0 AT0 AW19 SHPCircle3 L2/E109 LYellow AH100 AL20 AT0 AW19 SHPCircle3 L3/E114 LPowder_blue AH100 AL20 AT0 AW19 SHPCircle3 L4/E139 LRed f200 AH100 AL20 AT0 AW19 SHPCircle3 L5/E107 LWhite fd800 AH100 AL40 AT0 AW19 SHPCircle3 L6/E113 LWhite AH100 AL40 AT0 AW19 SHPCircle3 L7/E136 LGreen f200 AH100 AL40 AT0 AW19 SHPCircle3 L8/E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9/E115 LPowder_blue AH100 AL60 AT0 AW19 SHPCircle3 L10/E140 LRed f200 AH100 AL60 AT0 AW19 SHPCircle3 L11/E106 LRed AH100 AL80 AT0 AW19 SHPCircle3 L12/E137 LRed f200 AH100 AL80 AT0 AW19 SHPCircle3 L13/E121 White AH30 AL0 AT0 AW9 SHPCircle3 300 L0/E121 White AH30 AL91 AT0 AW9 SHPCircle3 300 L0 of the ledcontrol file
2020.11.08 19:27:07.338	Loading LedControl file C:\DirectOutput\config\directoutputconfig51.ini
2020.11.08 19:27:07.339	Min DOF Version is 0.8 for file directoutputconfig51.ini
2020.11.08 19:27:07.339	Resolving Tables Variables
2020.11.08 19:27:07.339	Resolving Global Variables
2020.11.08 19:27:07.365	EXCEPTION: Table with ShortRomName Big_Shot_1974 has already been loaded (Exists more than once in ledcontrol file).
2020.11.08 19:27:07.365	EXCEPTION: Thread: 
2020.11.08 19:27:07.422	3 directoutputconfig.ini or ledcontrol.ini files loaded.
2020.11.08 19:27:07.422	Config for RomName FX3_AMUSEMENT exists in LedControl data. Updating cabinet and config.
2020.11.08 19:27:07.423	Debug: Setting up shape effect for area. L: 28, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:27:07.423	Debug: Setting up shape effect for area. L: 43, T: 0, W: 15, H: 100, Name: LETTERI
2020.11.08 19:27:07.423	Debug: Setting up shape effect for area. L: 48, T: 0, W: 15, H: 100, Name: LETTERL
2020.11.08 19:27:07.423	Debug: Setting up shape effect for area. L: 63, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:27:07.423	Debug: Setting up shape effect for area. L: 0, T: 0, W: 100, H: 100, Name: ROUNDANDROUND
2020.11.08 19:27:07.424	Debug: Setting up shape effect for area. L: 0, T: 0, W: 100, H: 100, Name: ROUNDANDROUND
2020.11.08 19:27:07.424	Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:27:07.424	Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:27:07.424	Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:27:07.424	Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:27:07.424	Debug: Setting up shape effect for area. L: 0, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:27:07.424	Debug: Setting up shape effect for area. L: 77, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:27:07.424	Debug: Setting up shape effect for area. L: 0, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:27:07.424	Debug: Setting up shape effect for area. L: 77, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:27:07.424	Debug: Setting up shape effect for area. L: 28, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:27:07.424	Debug: Setting up shape effect for area. L: 43, T: 0, W: 15, H: 100, Name: LETTERI
2020.11.08 19:27:07.424	Debug: Setting up shape effect for area. L: 48, T: 0, W: 15, H: 100, Name: LETTERL
2020.11.08 19:27:07.424	Debug: Setting up shape effect for area. L: 63, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:27:07.424	Debug: Setting up shape effect for area. L: 0, T: 0, W: 100, H: 100, Name: ROUNDANDROUND
2020.11.08 19:27:07.424	Debug: Setting up shape effect for area. L: 0, T: 0, W: 100, H: 100, Name: ROUNDANDROUND
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 0, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 77, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 0, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 77, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 0, T: 0, W: 14, H: 100, Name: LETTERS
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 20, T: 0, W: 14, H: 100, Name: LETTERC
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 40, T: 0, W: 14, H: 100, Name: LETTERO
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 60, T: 0, W: 14, H: 100, Name: LETTERR
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 80, T: 0, W: 14, H: 100, Name: LETTERE
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100, Name: CIRCLE3
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100, Name: CIRCLE3
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100, Name: CIRCLE3
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100, Name: CIRCLE3
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100, Name: CIRCLE3
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 28, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 43, T: 0, W: 15, H: 100, Name: LETTERI
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 48, T: 0, W: 15, H: 100, Name: LETTERL
2020.11.08 19:27:07.425	Debug: Setting up shape effect for area. L: 63, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:27:07.426	Debug: Setting up shape effect for area. L: 0, T: 0, W: 100, H: 100, Name: ROUNDANDROUND
2020.11.08 19:27:07.426	Debug: Setting up shape effect for area. L: 0, T: 0, W: 100, H: 100, Name: ROUNDANDROUND
2020.11.08 19:27:07.426	Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:27:07.426	Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:27:07.426	Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:27:07.426	Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:27:07.426	Debug: Setting up shape effect for area. L: 0, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:27:07.426	Debug: Setting up shape effect for area. L: 77, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:27:07.426	Debug: Setting up shape effect for area. L: 0, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:27:07.426	Debug: Setting up shape effect for area. L: 77, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:27:07.426	Table config loading finished: romname=FX3_AMUSEMENT, tablename=FX3_AMUSEMENT
2020.11.08 19:27:07.426	Pinball parts loaded
2020.11.08 19:27:07.426	Starting processes
2020.11.08 19:27:07.426	Initializing cabinet
2020.11.08 19:27:07.426	Debug: Initializing output controllers
2020.11.08 19:27:07.444	TeensyStripController LEDStripController intialized and updater thread started.
2020.11.08 19:27:07.444	TeensyStripController LEDStripController updater thread  started.
2020.11.08 19:27:07.445	Initializing ComPort COM60 with these settings :
2020.11.08 19:27:07.445		BaudRate 9600, Parity None, DataBits 8, StopBits One, R/W Timeouts 200ms
2020.11.08 19:27:07.445		Handshake Timings : Open 50ms, Loop Start/End 20/50ms
2020.11.08 19:27:07.445	Pinscape Pinscape Controller 01 intialized and updater thread started.
2020.11.08 19:27:07.445	Pinscape Pinscape Controller 01 updater thread  started.
2020.11.08 19:27:07.445	Debug: Initializing LedWiz Nr. 08
2020.11.08 19:27:07.445	Pinscape Pinscape Controller 01 updater thread  has connected to Pinscape Pinscape Controller 01.
2020.11.08 19:27:07.445	LedWiz Nr. 08 initialized and updater thread initialized.
2020.11.08 19:27:07.445	Debug: Output controllers initialized
2020.11.08 19:27:07.445	Updater thread for LedWiz 08 started.
2020.11.08 19:27:07.445	Cabinet initialized
2020.11.08 19:27:07.445	Loading shape definition file: C:\DirectOutput\config\DirectOutputShapes.xml
2020.11.08 19:27:07.447	EXCEPTION: TeensyStripController LEDStripController updater thread  could not connect to the controller. Thread will quit.
2020.11.08 19:27:07.447	EXCEPTION: Thread: TeensyStripController LEDStripController updater thread 
2020.11.08 19:27:07.447	EXCEPTION: Message: Exception --> A exception occured while trying to open the Com-port 'COM60'. Found the following Com-Ports: COM1, COM60.  Will not send data to the controller.
2020.11.08 19:27:07.447	EXCEPTION: Stacktrace:    at DirectOutput.Cab.Out.AdressableLedStrip.TeensyStripController.ConnectToController()
2020.11.08 19:27:07.447	EXCEPTION: Stacktrace:    at DirectOutput.Cab.Out.OutputControllerCompleteBase.UpdaterThreadDoIt()
2020.11.08 19:27:07.447	EXCEPTION: Targetsite: Void ConnectToController()
2020.11.08 19:27:07.447	EXCEPTION: InnerException 1: UnauthorizedAccessException --> Access to the port 'COM60' is denied.
2020.11.08 19:27:07.452	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:70, W:100, H:15), Matrix(W:144, H:1), ResultArea(Left: 0, Top:100, Right:0, Bottom:122, Width:1, Height:23)
2020.11.08 19:27:07.452	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:27:07.452	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:85, W:100, H:15), Matrix(W:144, H:1), ResultArea(Left: 0, Top:122, Right:0, Bottom:143, Width:1, Height:22)
2020.11.08 19:27:07.452	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:27:07.452	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:50), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:72, Width:1, Height:73)
2020.11.08 19:27:07.452	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:20), Matrix(W:144, H:1), ResultArea(Left: 0, Top:115, Right:0, Bottom:143, Width:1, Height:29)
2020.11.08 19:27:07.452	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:20), Matrix(W:144, H:1), ResultArea(Left: 0, Top:115, Right:0, Bottom:143, Width:1, Height:29)
2020.11.08 19:27:07.452	Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:115, Right:0, Bottom:129, Width:1, Height:15)
2020.11.08 19:27:07.453	Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:115, Right:0, Bottom:129, Width:1, Height:15)
2020.11.08 19:27:07.453	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:72, W:100, H:15), Matrix(W:144, H:1), ResultArea(Left: 0, Top:103, Right:0, Bottom:125, Width:1, Height:23)
2020.11.08 19:27:07.453	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:72, W:100, H:15), Matrix(W:144, H:1), ResultArea(Left: 0, Top:103, Right:0, Bottom:125, Width:1, Height:23)
2020.11.08 19:27:07.453	Debug: MatrixBase for RGBAMatrixPlasmaEffect. Calculated area size: AreaDef(L:0, T:85, W:100, H:15), Matrix(W:144, H:1), ResultArea(Left: 0, Top:122, Right:0, Bottom:143, Width:1, Height:22)
2020.11.08 19:27:07.453	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:50, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:14, Width:1, Height:15)
2020.11.08 19:27:07.453	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:50, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:129, Right:0, Bottom:143, Width:1, Height:15)
2020.11.08 19:27:07.453	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:0, W:50, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:14, Width:1, Height:15)
2020.11.08 19:27:07.453	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:90, W:50, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:129, Right:0, Bottom:143, Width:1, Height:15)
ght:8)
2020.11.08 19:27:07.524	Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:77, T:0, W:23, H:100), Matrix(W:8, H:32), ResultArea(Left: 24, Top:0, Right:31, Bottom:7, Width:8, Height:8)
2020.11.08 19:27:07.524	Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
2020.11.08 19:27:07.525	Framework initialized.
2020.11.08 19:27:07.525	Have fun! :)
2020.11.08 19:31:38.198	Finishing framework
2020.11.08 19:31:38.199	Finishing cabinet
2020.11.08 19:31:38.199	Debug: Finishing output controllers
2020.11.08 19:31:38.199	TeensyStripController LEDStripController finished and updater thread stopped.
2020.11.08 19:31:38.200	Pinscape Pinscape Controller 01 updater thread  has disconnected from Pinscape Pinscape Controller 01 and will terminate.
2020.11.08 19:31:38.200	Pinscape Pinscape Controller 01 finished and updater thread stopped.
2020.11.08 19:31:38.200	Debug: Finishing LedWiz Nr. 08
2020.11.08 19:31:38.200	Updater thread for LedWiz 08 terminated.
2020.11.08 19:31:38.209	LedWiz Nr. 08 finished and updater thread stopped.
2020.11.08 19:31:38.209	Debug: Output controllers finished
2020.11.08 19:31:38.209	Cabinet finished
2020.11.08 19:31:38.209	DirectOutput framework finished.
2020.11.08 19:31:38.209	Bye and thanks for using!
2020.11.08 19:31:38.210	Initializing cabinet
2020.11.08 19:31:38.210	Debug: Initializing output controllers
2020.11.08 19:31:38.210	Debug: Output controllers initialized
2020.11.08 19:31:38.210	Cabinet initialized
2020.11.08 19:31:38.227	Pinscape Pinscape Controller 01 intialized and updater thread started.
2020.11.08 19:31:38.227	Pinscape Pinscape Controller 01 updater thread  started.
2020.11.08 19:31:38.227	Pinscape Pinscape Controller 01 updater thread  has connected to Pinscape Pinscape Controller 01.
2020.11.08 19:31:38.258	Opening 32-bit LedWiz driver...
2020.11.08 19:31:38.258	Debug: Initializing LedWiz Nr. 08
2020.11.08 19:31:38.259	LedWiz Nr. 08 initialized and updater thread initialized.
2020.11.08 19:31:38.259	Updater thread for LedWiz 08 started.
2020.11.08 19:31:38.259	Opening 32-bit LedWiz driver...
2020.11.08 19:31:40.284	Debug: Disposing LedWiz instance 08.
2020.11.08 19:32:10.284	Debug: Disposing LedWiz instance 08.

And here is a working led run

 

after turning off pupdmdcontroller - again i have culled most of the uselss information from the log - just rows and rows of commands

---------------------------------------------------------------------------------
DirectOutput Version 3.1.7527.20768, built 2020.08.10 11:32
MJR Grander Unified DOF R3++ edition feat. Djrobx, Rambo3, and Freezy
DOF created by SwissLizard | https://github.com/mjrgh/DirectOutput
2020.11.08 19:17:29.744	DirectOutput Logger initialized
2020.11.08 19:17:29.726	Finishing framework
2020.11.08 19:17:29.727	Finishing cabinet
2020.11.08 19:17:29.728	Debug: Finishing output controllers
2020.11.08 19:17:29.728	Debug: Output controllers finished
2020.11.08 19:17:29.728	Cabinet finished
2020.11.08 19:17:29.728	DirectOutput framework finished.
2020.11.08 19:17:29.728	Bye and thanks for using!
2020.11.08 19:17:29.730	Global config filename is "C:\DirectOutput\config\GlobalConfig_b2SServer.xml"
2020.11.08 19:17:29.744	Global config loaded from: C:\DirectOutput\config\GlobalConfig_b2SServer.xml
2020.11.08 19:17:29.744	Loading Pinball parts
2020.11.08 19:17:29.744	Loading cabinet
2020.11.08 19:17:29.745	Will load cabinet config file: C:\DirectOutput\Config\Cabinet.xml
2020.11.08 19:17:30.104	1 output controller defnitions and 4 toy definitions loaded from cabinet config.
2020.11.08 19:17:30.104	Cabinet config file has AutoConfig feature enabled. Calling AutoConfig.
2020.11.08 19:17:30.104	Cabinet auto configuration started
2020.11.08 19:17:30.129	Detected and added Pinscape Controller Nr. 1 with name Pinscape Controller 01
2020.11.08 19:17:30.129	Added LedwizEquivalent Nr. 51 with name Pinscape Controller 01 Equivalent for Pinscape Controller Nr. 1, 17
2020.11.08 19:17:30.135	PhilipsHueAutoConfigurator.AutoConfig started...note, actual connection detection will happen asynchronously, and device disabled if not succesfull (check further down in the log)
2020.11.08 19:17:30.141	LedWiz-like device at VID=64250, PID=247, product string=Pinscape Controller, manufacturer string=mjrnet
2020.11.08 19:17:30.141	HID caps: usage page=12, usage=1, number of link collection nodes=1, output report byte length=0
2020.11.08 19:17:30.141	LedWiz-like device at VID=7805, PID=11711, product string=ROCCAT Kone Pure Military, manufacturer string=ROCCAT
2020.11.08 19:17:30.142	LedWiz-like device at VID=7805, PID=11711, product string=ROCCAT Kone Pure Military, manufacturer string=ROCCAT
2020.11.08 19:17:30.142	LedWiz-like device at VID=7805, PID=11711, product string=ROCCAT Kone Pure Military, manufacturer string=ROCCAT
2020.11.08 19:17:30.143	LedWiz-like device at VID=64250, PID=247, product string=Pinscape Controller, manufacturer string=mjrnet
2020.11.08 19:17:30.143	HID caps: usage page=1, usage=4, number of link collection nodes=1, output report byte length=9
2020.11.08 19:17:30.145	Opening 32-bit LedWiz driver...
2020.11.08 19:17:30.146	Detected and added LedWiz Nr. 8 with name LedWiz 08
2020.11.08 19:17:30.146	Added LedwizEquivalent Nr. 8 with name LedWiz 08 Equivalent for Ledwiz Nr. 8
2020.11.08 19:17:30.149	Cabinet auto configuration finished
2020.11.08 19:17:30.149	Autoconfig complete.
2020.11.08 19:17:30.149	Cabinet config loaded successfully from C:\DirectOutput\Config\Cabinet.xml
2020.11.08 19:17:30.149	Cabinet loaded
2020.11.08 19:17:30.149	Loading table config
2020.11.08 19:17:30.149	No TableFilename specified, will use empty tableconfig
2020.11.08 19:17:30.149	Will try to load configs from DirectOutput.ini or LedControl.ini file(s) for RomName doflinx
2020.11.08 19:17:30.150	Loading LedControl file C:\DirectOutput\config\directoutputconfig.ini
2020.11.08 19:17:30.174	Min DOF Version is 0.8 for file directoutputconfig.ini
2020.11.08 19:17:30.174	Resolving Tables Variables
2020.11.08 19:17:30.176	Resolving Global Variables
2020.11.08 19:17:31.070	Failed: LE668
2020.11.08 19:17:31.071	Warning: Cant parse the trigger part LE668 of the ledcontrol table config setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16.
2020.11.08 19:17:31.071	EXCEPTION: Could not parse setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16 in column data E111 LWhite 50 AH100 ADU AS300/E113 LWhite 500 AT70 AH15 AFDEN40 AFMIN100 AFMAX160/E304 LPurple 50 AH100 ADU AS300/E307 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E308 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E402 LRed 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E404 LRed 100 AT80 AH20 ADD AS300/E406 LWhite 100 AT80 AH20 ADD AS300/E501 LWhite L0 ADU AS250 BLINK 800 BPW9 AL0 AW100 AT85 AH15/E501 Lblue L1 ADD AS250 BLINK 800 BPW9 W400 AL0 AW100 AT85 AH15/E502 LWhite 50 AH100 ADU AS300/E802 LWhite 400 F200 AH20 AL0 AT10 AW100 L23/E804 LWhite 400 F200 AH20 AL0 AT40 AW100 L23/E806 LWhite 400 F200 AH20 AL0 AT70 AW100 L23/E900 LWhite 800 L13 AT0 AFDEN15 AFMIN10 AFMAX20/E902 LWhite  L11 AT0 AH100 F50 BLINK 500 BPW10 ASDD AS200/E902 Lwhite  L12 AT0 AH100 F50 BLINK 500 BPW10 ASDD AS200/E905 Ldark_magenta L11 AT0 AH100 F25 BLINK BPW10 ASDD AS25/E905 Lpink L12 AT0 AH100 F25 BLINK BPW10 ASDD W500 AS25/E906 LWhite L13 AT0 AFDEN15 AFMIN10 AFMAX20/E907 LBlue 100 W2500 AH100 ADU AS120/E908 Ldark_magenta 3000 AH100 ADU AS300 L3/E1002 LWhite 200 W300 AH80 ADD AS300 L25/E1005 LWhite 50 AH100 ADU AS300/E1006 LWhite 50 AH100 ADU AS150/E1007 LWhite 50 AH100 ADU AS25/E1008 LWhite 50 AH100 ADD AS300/E1009 LWhite 50 AH100 ADD AS150/E1010 LWhite 50 AH100 ADD AS25/E114 LWhite AH100 AL0 AT0 AW20 FD300 AFDEN30 AFMIN100 AFMAX140 500/E115 LWhite AH100 AL80 AT0 AW20 FD300 AFDEN30 AFMIN100 AFMAX140 500/E202 LWhite 10 AT0 AL0 AH10 AW40 AS400 ADL L25/E202 LWhite 10 AT0 AL60 AH10 AW40 AS400 ADR L25/E202 LWhite 10 AT90 AL0 AH10 AW40 AS400 ADL L25/E202 LWhite 10 AT90 AL60 AH10 AW40 AS400 ADR L25/E301 LRed 500 F200 Blink AH100 AL15 AT0 AW20 SHPLetterX L1/E301 LRed 500 F200 Blink AH100 AL65 AT0 AW20 SHPLetterX L1/E301 LRed 500 F200 Blink AH100 AL40 AT0 AW20 SHPLetterX L1/E302 LRed L11 AT0 AH20 F50 BLINK BPW10 ASDL/E302 LYellow L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E302 LRed L11 AT80 AH20 F50 BLINK BPW10 ASDR/E302 LYellow L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E303 Ldeep_pink L11 AT0 AH20 F50 BLINK BPW10 ASDL/E303 LPurple L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E303 Ldeep_pink L11 AT80 AH20 F50 BLINK BPW10 ASDR/E303 LPurple L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E303 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E305 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E308 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E407 LRed 6000 Blink fu100 fd150 AH100 AL30 AT0 AW15 SHPLetterT L15/E407 LRed 6000 Blink fu100 fd150 AH100 AL45 AT0 AW15 SHPLetterI L16/E407 LRed 6000 Blink fu100 fd150 AH100 AL50 AT0 AW15 SHPLetterL L17/E407 LRed 6000 Blink fu100 fd150 AH100 AL60 AT0 AW15 SHPLetterT L18/E408 LRed 1500 AH100 AL0 AW23 AT0 SHPRoundAndRound L19/E408 LRed 1500 AH100 AL77 AW23 AT0 SHPRoundAndRound L19/E409 LRed 500 F200 Blink AH100 AL20 AT0 AW20 SHPLetterX L1/E409 LRed 500 F200 Blink AH100 AL70 AT0 AW20 SHPLetterX L1/E409 LRed 500 F200 Blink AH100 AL45 AT0 AW20 SHPLetterX L1/E601 LWhite Blink 200 AH100 AL5 AT0 AW15 SHPLessThan L1/E602 LWhite Blink 200 AH100 AL85 AT0 AW20 SHPGreaterThan L1/E603 LBlue L4 AT0 AH20 F50 BLINK BPW10 ASDR/E603 LCyan L5 AT0 AH20 F50 BLINK BPW10 ASDL/E603 LBlue L4 AT80 AH20 F50 BLINK BPW10 ASDL/E603 LCyan L5 AT80 AH20 F50 BLINK BPW10 ASDR/E604 LWhite 1500 AH100 AL0 AW23 AT0 SHPRoundAndRound L19/E604 LWhite 1500 AH100 AL77 AW23 AT0 SHPRoundAndRound L19/E605 LWhite M1000 L11 AT0 AH20 F50 BLINK BPW10 ASDL/E605 LPurple M1000 L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E605 LWhite M1000 L11 AT80 AH20 F50 BLINK BPW10 ASDR/E605 LPurple M1000 L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E606 LPurple AL0 AW19 FU200 FD150 SHPCirclePulse L2/E606 LBlue AL20 AW19 FU200 FD150 SHPPointPlop L2/E606 LPurple AL40 AW19 FU200 FD150 SHPCirclePulse L2/E606 LBlue AL60 AW19 FU200 FD150 SHPPointPlop L2/E606 LPurple AL80 AW19 FU200 FD150 SHPCirclePulse L2/E607 LWhite M1000 L11 AT0 AH20 F50 BLINK BPW10 ASDL/E607 LPurple M1000 L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E607 LWhite M1000 L11 AT80 AH20 F50 BLINK BPW10 ASDR/E607 LPurple M1000 L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E607 LWhite 2000 L5 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E608 LBlue 10 AT20 AL0 AH20 AW50 AS400 ADL L25/E608 LBlue 10 AT20 AL50 AH20 AW50 AS400 ADR L25/E608 LBlue 10 AT60 AL0 AH20 AW50 AS400 ADL L25/E608 LBlue 10 AT60 AL50 AH20 AW50 AS400 ADR L25/E609 LBlue 10 AT0 AL0 AH10 AW50 AS400 ADL L25/E610 LBlue 10 AT90 AL0 AH10 AW50 AS400 ADL L25/E611 LBlue 10 AT0 AL50 AH10 AW50 AS400 ADR L25/E612 LBlue 10 AT90 AL50 AH10 AW50 AS400 ADR L25/E613 LRed AL0 AW19 FU200 FD150 SHPLeftRight L3/E613 LOrange AL20 AW19 FU200 FD150 SHPFillBottomTop L3/E613 LRed AL40 AW19 FU200 FD150 SHPLeftRight L3/E613 LOrange AL60 AW19 FU200 FD150 SHPFillBottomTop L3/E613 LRed AL80 AW19 FU200 FD150 SHPLeftRight L3/E614 LWhite AL0 AW19 FU200 FD150 SHPFillTopBottom L1/E614 LPurple AL20 AW19 FU200 FD150 SHPArrowRight L1/E614 LWhite AL40 AW19 FU200 FD150 SHPFillTopBottom L1/E614 LPurple AL60 AW19 FU200 FD150 SHPArrowRight L1/E614 LWhite AL80 AW19 FU200 FD150 SHPFillTopBottom L1/E615 LGreen AL0 AW19 FU200 FD150 SHPFillRightLeft L0/E615 LBlue AL20 AW19 FU200 FD150 SHPDiamondBoxPulse L0/E615 LGreen AL40 AW19 FU200 FD150 SHPFillRightLeft L0/E615 LBlue AL60 AW19 FU200 FD150 SHPDiamondBoxPulse L0/E615 LGreen AL80 AW19 FU200 FD150 SHPFillRightLeft L0/E616 LRed L3 AT0/E616 LBlue L4 AT0 AL0 AW50 BLINK F500 ASDL/E616 LBlue L4 AT0 AL50 AW50 BLINK F500 ASDR/E617 LCyan AL0 AW19 FU200 FD150 SHPSquarePlop L5/E617 LGreen AL20 AW19 FU200 FD150 SHPUpDown L5/E617 LCyan AL40 AW19 FU200 FD150 SHPSquarePlop L5/E617 LGreen AL60 AW19 FU200 FD150 SHPUpDown L5/E617 LCyan AL80 AW19 FU200 FD150 SHPSquarePlop L5/E618 LGreen AL0 AW19 FU200 FD150 SHPCircle4 L4/E618 LCyan AL20 AW19 FU200 FD150 SHPRoundPulse L4/E618 LGreen AL40 AW19 FU200 FD150 SHPCircle4 L4/E618 LCyan AL60 AW19 FU200 FD150 SHPRoundPulse L4/E618 LGreen AL80 AW19 FU200 FD150 SHPCircle4 L4/E619 LYellow AL0 AW19 FU200 FD150 SHPCrossPulse L5/E619 LRed AL20 AW19 FU200 FD150 SHPSquarePulse L5/E619 LYellow AL40 AW19 FU200 FD150 SHPCrossPulse L5/E619 LRed AL60 AW19 FU200 FD150 SHPSquarePulse L5/E619 LYellow AL80 AW19 FU200 FD150 SHPCrossPulse L5/E620 LBlue AL0 AW19 FU200 FD150 SHPDiamondBoxPulse L3/E620 LWhite AL20 AW19 FU200 FD150 SHPCrossPulse L3/E620 LBlue AL40 AW19 FU200 FD150 SHPDiamondBoxPulse L3/E620 LWhite AL60 AW19 FU200 FD150 SHPCrossPulse L3/E620 LBlue AL80 AW19 FU200 FD150 SHPDiamondBoxPulse L3/E621 LOrange AL0 AW19 FU200 FD150 SHPCross2 L3/E621 LPurple AL20 AW19 FU200 FD150 SHPRoundAndRound L3/E621 LOrange AL40 AW19 FU200 FD150 SHPCross2 L3/E621 LPurple AL60 AW19 FU200 FD150 SHPRoundAndRound L3/E621 LOrange AL80 AW19 FU200 FD150 SHPCross2 L3/E622 LRed AL0 AW19 FU200 FD150 SHPDiamondBoxPulse L5/E622 LGreen AL20 AW19 FU200 FD150 SHPSquarePlop L5/E622 LRed AL40 AW19 FU200 FD150 SHPDiamondBoxPulse L5/E622 LGreen AL60 AW19 FU200 FD150 SHPSquarePlop L5/E622 LRed AL80 AW19 FU200 FD150 SHPDiamondBoxPulse L5/E623 LBlue AL0 AW19 FU200 FD150 SHPArrowRight L2/E623 LYellow AL20 AW19 FU200 FD150 SHPVLinePulse L2/E623 LBlue AL40 AW19 FU200 FD150 SHPArrowRight L2/E623 LYellow AL60 AW19 FU200 FD150 SHPVLinePulse L2/E623 LBlue AL80 AW19 FU200 FD150 SHPArrowRight L2/E624 LWhite L11 AT0 AH20 F50 BLINK BPW10 ASDL/E624 LOrange L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E624 LWhite L11 AT80 AH20 F50 BLINK BPW10 ASDR/E624 LOrange L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E624 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E625 LPurple L4 AT0 APCGreen/E625 LWhite L5 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E626 LBlue AL0 AW19 FU200 FD150 SHPDiamondPulse L9/E626 LWhite AL20 AW19 FU200 FD150 SHPBox4 L9/E626 LBlue AL40 AW19 FU200 FD150 SHPDiamondPulse L9/E626 LWhite AL60 AW19 FU200 FD150 SHPBox4 L9/E626 LBlue AL80 AW19 FU200 FD150 SHPDiamondPulse L9/E627 LPurple AL0 AW19 FU200 FD150 SHPDiamondPulse L9/E627 LCyan AL20 AW19 FU200 FD150 SHPBox4 L9/E627 LPurple AL40 AW19 FU200 FD150 SHPDiamondPulse L9/E627 LCyan AL60 AW19 FU200 FD150 SHPBox4 L9/E627 LPurple AL80 AW19 FU200 FD150 SHPDiamondPulse L9/E628 LBlue L4 AT0 AH20 F50 BLINK BPW10 ASDR/E628 LCyan L5 AT0 AH20 F50 BLINK BPW10 ASDL/E628 LBlue L4 AT80 AH20 F50 BLINK BPW10 ASDL/E628 LCyan L5 AT80 AH20 F50 BLINK BPW10 ASDR/E629 LYellow L11 AT0 AH20 F50 BLINK BPW10 ASDL/E629 LWhite L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E629 LYellow L11 AT80 AH20 F50 BLINK BPW10 ASDR/E629 LWhite L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E630 LBlue 10 AT200 Blink BPW30 AL40 AW20 AS400 ADU/E631 LBlue 10 AT0 AH100 AL0 AW100 AT0 SHPRoundAndRound L19/E632 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E633 LYellow AL0 AW19 FU200 FD150 SHPDiamondPulse L9/E633 LRed AL20 AW19 FU200 FD150 SHPBox4 L9/E633 LYellow AL40 AW19 FU200 FD150 SHPDiamondPulse L9/E633 LRed AL60 AW19 FU200 FD150 SHPBox4 L9/E633 LYellow AL80 AW19 FU200 FD150 SHPDiamondPulse L9/E634 LOrange_red FD400 AL0 AW50 AH100 ADL AS300/E634 LOrange_red FD400 AL50 AW50 AH100 ADR AS300/E634 LOrange_red W200 FD400 AL0 AW50 AH100 ADL AS300/E634 LOrange_red W200 FD400 AL50 AW50 AH100 ADR AS300/E634 LWhite W300 AH100 AL0 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/E634 LWhite W150 AH100 AL20 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/E634 LWhite AH100 AL40 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/E634 LWhite W150 AH100 AL60 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/E634 LWhite W300 AH100 AL80 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/E635 LWhite AH100 AL0 AT0 AW20 SHPCirclePulse/E636 LWhite AH100 AL20 AT0 AW20 SHPCirclePulse/E637 LWhite AH100 AL40 AT0 AW20 SHPCirclePulse/E638 LWhite AH100 AL60 AT0 AW20 SHPCirclePulse/E639 LWhite AH100 AL80 AT0 AW20 SHPCirclePulse/E640 LWhite AH100 AL0 AT0 AW20 SHPPointPlop/E641 LWhite AH100 AL20 AT0 AW20 SHPPointPlop/E642 LWhite AH100 AL40 AT0 AW20 SHPPointPlop/E643 LWhite AH100 AL60 AT0 AW20 SHPPointPlop/E644 LWhite AH100 AL80 AT0 AW20 SHPPointPlop/E645 LWhite AH100 AL0 AT0 AW20 SHPDiamondBoxPulse/E646 LWhite AH100 AL20 AT0 AW20 SHPDiamondBoxPulse/E647 LWhite AH100 AL40 AT0 AW20 SHPDiamondBoxPulse/E648 LWhite AH100 AL60 AT0 AW20 SHPDiamondBoxPulse/E649 LWhite AH100 AL80 AT0 AW20 SHPDiamondBoxPulse/E650 LWhite AH100 AL0 AT0 AW20 SHPRoundAndRound/E651 LWhite AH100 AL20 AT0 AW20 SHPRoundAndRound/E652 LWhite AH100 AL40 AT0 AW20 SHPRoundAndRound/E653 LWhite AH100 AL60 AT0 AW20 SHPRoundAndRound/E654 LWhite AH100 AL80 AT0 AW20 SHPRoundAndRound/E655 LWhite AH100 AL0 AT0 AW20 SHPCrossPulse/E656 LWhite AH100 AL20 AT0 AW20 SHPCrossPulse/E657 LWhite AH100 AL40 AT0 AW20 SHPCrossPulse/E658 LWhite AH100 AL60 AT0 AW20 SHPCrossPulse/E659 LWhite AH100 AL80 AT0 AW20 SHPCrossPulse/E660 LWhite AH100 AL0 AT0 AW20 SHPDiamondBoxPulse/E661 LWhite AH100 AL20 AT0 AW20 SHPDiamondBoxPulse/E662 LWhite AH100 AL40 AT0 AW20 SHPDiamondBoxPulse/E663 LWhite AH100 AL60 AT0 AW20 SHPDiamondBoxPulse/E664 LWhite AH100 AL80 AT0 AW20 SHPDiamondBoxPulse/E665 LWhite 6000 Blink fu100 fd150 AH100 AL45 AT0 AW15 SHPLetterI L16/E665 LWhite 6000 Blink fu100 fd150 AH100 AL50 AT0 AW15 SHPLetterL L17/E666 LWhite 6000 fu100 fd150 AH100 AL45 AT0 AW15 SHPLetterI L16/E666 LWhite 6000 fu100 fd150 AH100 AL50 AT0 AW15 SHPLetterL L17/E667 LWhite 6000 Blink fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16/E667 LWhite 6000 Blink fu100 fd150 AH100 AL45 AT0 AW15 SHPLetterI L17/E667 LWhite 6000 Blink fu100 fd150 AH100 AL55 AT0 AW15 SHPLetterN L18/ LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16/E668 LWhite 6000 fu100 fd150 AH100 AL45 AT0 AW15 SHPLetterI L17/E668 LWhite 6000 fu100 fd150 AH100 AL55 AT0 AW15 SHPLetterN L18/E669 LWhite 6000 Blink fu100 fd150 AH100 AL30 AT0 AW15 SHPLetterT L15/E669 LWhite 6000 Blink fu100 fd150 AH100 AL45 AT0 AW15 SHPLetterI L16/E669 LWhite 6000 Blink fu100 fd150 AH100 AL50 AT0 AW15 SHPLetterL L17/E669 LWhite 6000 Blink fu100 fd150 AH100 AL60 AT0 AW15 SHPLetterT L18/E670 LWhite 6000 fu100 fd150 AH100 AL30 AT0 AW15 SHPLetterT L15/E670 LWhite 6000 fu100 fd150 AH100 AL45 AT0 AW15 SHPLetterI L16/E670 LWhite 6000 fu100 fd150 AH100 AL50 AT0 AW15 SHPLetterL L17/E670 LWhite 6000 fu100 fd150 AH100 AL60 AT0 AW15 SHPLetterT L18/E671 LWhite Blink 300 AH100 AL0 AT0 AW14 SHPLetterH L1/E671 LWhite Blink 300 AH100 AL20 AT0 AW14 SHPLetterE L1/E671 LWhite Blink 300 AH100 AL40 AT0 AW14 SHPLetterM L1/E671 LWhite Blink 300 AH100 AL60 AT0 AW14 SHPLetterA L1/E671 LWhite Blink 300 AH100 AL80 AT0 AW14 SHPLetterN L1/E672 LWhite AL20 AT0 AH100 AW13 SHPLetterC L1/E672 LWhite AL37 AT0 AH200 AH100 AW13 SHPLetterO L1/E672 LWhite AL53 AT0 AH100 AW13 SHPLetterO L1/E672 LWhite AL67 AT0 AH100 AW13 SHPLetterL L1/E672 LWhite AL82 AT0 AH100 AW13 SHPLetterL L1/E673 LWhite Blink 300 AL5 AT0 AH100 AW10 SHPLetterC L1/E673 LWhite Blink 300 AL20 AT0 AH100 AW10 SHPLetterA L1/E673 LWhite Blink 300 AL35 AT0 AH100 AW10 SHPLetterS L1/E673 LWhite Blink 300 AL50 AT0 AH100 AW10 SHPLetterT L1/E673 LWhite Blink 300 AL65 AT0 AH100 AW10 SHPLetterL L1/E673 LWhite Blink 300 AL80 AT0 AH100 AW10 SHPLetterE L1/E674 LWhite 300 AL5 AT0 AH100 AW10 SHPLetterC L1/E674 LWhite 300 AL20 AT0 AH100 AW10 SHPLetterA L1/E674 LWhite 300 AL35 AT0 AH100 AW10 SHPLetterS L1/E674 LWhite 300 AL50 AT0 AH100 AW10 SHPLetterT L1/E674 LWhite 300 AL65 AT0 AH100 AW10 SHPLetterL L1/E674 LWhite 300 AL80 AT0 AH100 AW10 SHPLetterE L1/E675 LWhite 6000 Blink 300 AH100 AL0 AT0 AW10 SHPLetterM L95/E675 LWhite 6000 Blink 300 AH100 AL15 AT0 AW10 SHPLetterO L95/E675 LWhite 6000 Blink 300 AH100 AL30 AT0 AW10 SHPLetterN L95/E675 LWhite 6000 Blink 300 AH100 AL45 AT0 AW10 SHPLetterS L95/E675 LWhite 6000 Blink 300 AH100 AL60 AT0 AW10 SHPLetterT L95/E675 LWhite 6000 Blink 300 AH100 AL72 AT0 AW10 SHPLetterE L95/E675 LWhite 6000 Blink 300 AH100 AL87 AT0 AW10 SHPLetterR L95/E676 LDeep_Cyan 300 AH100 AL0 AT0 AW10 SHPLetterJ L15/E676 LRed 300 AH100 AL15 AT0 AW10 SHPLetterA L15/E676 LYellow 300 AH100 AL30 AT0 AW10 SHPLetterC L15/E676 LPurple 300 AH100 AL45 AT0 AW10 SHPLetterK L15/E676 LGreen 300 AH100 AL60 AT0 AW10 SHPLetterP L15/E676 LOrange 300 AH100 AL72 AT0 AW10 SHPLetterO L15/E676 LBlue 300 AH100 AL90 AT0 AW10 SHPLetterT L15/E677 LWhite 6000 F100 500 AH100 AL0 AT0 AW10 SHPLetterR L95/E677 LWhite 6000 F100 500 AH100 AL15 AT0 AW10 SHPLetterO L95/E677 LWhite 6000 F100 500 AH100 AL30 AT0 AW10 SHPLetterC L95/E677 LWhite 6000 F100 500 AH100 AL45 AT0 AW10 SHPLetterK L95/E677 LWhite 6000 F100 500 AH100 AL60 AT0 AW10 SHPLetter L95/E677 LWhite 6000 F100 500 AH100 AL75 AT0 AW10 SHPLetterO L95/E677 LWhite 6000 F100 500 AH100 AL90 AT0 AW10 SHPLetterN L95/E678 LWhite 2000 Blink 300 AH100 AL0 AT0 AW10 SHPLetters L15/E678 LWhite 2000 Blink 300 AH100 AL15 AT0 AW10 SHPLetterP L15/E678 LWhite 2000 Blink 300 AH100 AL30 AT0 AW10 SHPLetterE L15/E678 LWhite 2000 Blink 300 AH100 AL45 AT0 AW10 SHPLetterC L15/E678 LWhite 2000 Blink 300 AH100 AL60 AT0 AW10 SHPLetterI L15/E678 LWhite 2000 Blink 300 AH100 AL72 AT0 AW10 SHPLetterA L15/E678 LWhite 2000 Blink 300 AH100 AL87 AT0 AW10 SHPLetterL L15/E679 LWhite Blink 300 AH100 AL0 AT0 AW10 SHPLetterS L15/E679 LWhite Blink 300 AH100 AL15 AT0 AW10 SHPLetterP L15/E679 LWhite Blink 300 AH100 AL30 AT0 AW10 SHPLetterE L15/E679 LWhite Blink 300 AH100 AL45 AT0 AW10 SHPLetterC L15/E679 LWhite Blink 300 AH100 AL60 AT0 AW10 SHPLetterI L15/E679 LWhite Blink 300 AH100 AL72 AT0 AW10 SHPLetterA L15/E679 LWhite Blink 300 AH100 AL87 AT0 AW10 SHPLetterL L15/E680 LGreen 2000 AH100 AL0 AT0 AW14 SHPPointPlop L95/E680 LYellow 2000 Blink 300 AH100 AL20 AT0 AW14 SHPLetterB L95/E680 LYellow 2000 Blink 300 AH100 AL40 AT0 AW14 SHPLetterA L95/E680 LYellow 2000 Blink 300 AH100 AL60 AT0 AW14 SHPLetterL L95/E680 LYellow 2000 Blink 300 AH100 AL80 AT0 AW14 SHPLetterL L95/E681 LDeep_Cyan 2000 Blink 300 AH100 AL0 AT0 AW10 SHPLetterH L95/E681 LRed 2000 Blink 300 AH100 AL15 AT0 AW10 SHPLetterI L95/E681 LYellow 2000 Blink 300 AH100 AL30 AT0 AW10 SHPLetters L95/E681 LPurple 2000 Blink 300 AH100 AL45 AT0 AW10 SHPLetterC L95/E681 LGreen 2000 Blink 300 AH100 AL60 AT0 AW10 SHPLetterO L95/E681 LOrange 2000 Blink 300 AH100 AL75 AT0 AW10 SHPLetterR L95/E681 LBlue 2000 Blink 300 AH100 AL90 AT0 AW10 SHPLetterE L95/E682 LDeep_Cyan 2000 Blink 300 AH100 AL0 AT0 AW10 SHPLetterJ L95/E682 LRed 2000 Blink 300 AH100 AL15 AT0 AW10 SHPLetterA L95/E682 LYellow 2000 Blink 300 AH100 AL30 AT0 AW10 SHPLetterC L95/E682 LPurple 2000 Blink 300 AH100 AL45 AT0 AW10 SHPLetterK L95/E682 LGreen 2000 Blink 300 AH100 AL60 AT0 AW10 SHPLetterP L95/E682 LOrange 2000 Blink 300 AH100 AL72 AT0 AW10 SHPLetterO L95/E682 LBlue 2000 Blink 300 AH100 AL90 AT0 AW10 SHPLetterT L95/E683 LPurple 2000 AL5 AT0 AH100 AW15 SHPRoundPulse L95/E683 LPurple 2000 Blink 300 AL35 AT0 AH100 AW10 SHPLetterL L95/E683 LPurple 2000 300 AL50 AT0 AH100 AW10 SHPLetterO L95/E683 LPurple 2000 300 AL65 AT0 AH100 AW10 SHPLetterC L95/E683 LPurple 2000 300 AL80 AT0 AH100 AW10 SHPLetterK L95/E684 LRed M2000 Blink F200 AH100 AL15 AT0 AW15 SHPLetterB L15/E684 LCyan M2000 Blink F200 AH100 AL30 AT0 AW15 SHPLetterE L15/E684 LYellow M2000 Blink F200 AH100 AL45 AT0 AW15 SHPLetterG L15/E684 LGreen M2000 Blink F200 F100 AH100 AL65 AT0 AW15 SHPLetterI L15/E684 LPurple M2000 Blink F200 AH100 AL75 AT0 AW15 SHPLetterN L15/E685 LRed M2000 Blink F200 AH100 AL15 AT0 AW15 SHPLetterS L15/E685 LCyan M2000 Blink F200 AH100 AL30 AT0 AW15 SHPLetterT L15/E685 LYellow M2000 Blink F200 AH100 AL45 AT0 AW15 SHPLetterA L15/E685 LGreen M2000 Blink F200 F100 AH100 AL62 AT0 AW15 SHPLetterR L15/E685 LPurple M2000 Blink F200 AH100 AL77 AT0 AW15 SHPLetterT L15/E900 LOrange_Red FD400 AL0 AW50 AH100 ADL AS300/E900 LOrange_Red FD400 AL50 AW50 AH100 ADR AS300/E900 LYellow W200 FD400 AL0 AW50 AH100 ADL AS300/E900 LYellow W200 FD400 AL50 AW50 AH100 ADR AS300/E900 LWhite W300 AH100 AL0 AT0 AW20  FD600 AFDEN20 AFMIN100 AFMAX140 500/E900 LWhite W150 AH100 AL20 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/E900 LWhite AH100 AL40 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/E900 LWhite W150 AH100 AL60 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/E900 LWhite W300 AH100 AL80 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/E901 LDark_green 100 FD400 AL0 AW50 AH100 ADL AS300/E901 LDark_green 100 FD400 AL50 AW50 AH100 ADR AS300/E901 LGreen 100 W200 FD400 AL0 AW50 AH100 ADL AS300/E901 LGreen 100 W200 FD400 AL50 AW50 AH100 ADR AS300/E901 LWhite W300 AH100 AL0 AT0 AW20  FD600 AFDEN20 AFMIN100 AFMAX140 500/E901 LWhite W150 AH100 AL20 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/E901 LWhite AH100 AL40 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/E901 LWhite W150 AH100 AL60 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/E901 LWhite W300 AH100 AL80 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/E902 LWhite M2000 F100 Blink 300 AH100 AL0 AT0 AW10 SHPLetterB L95/E902 LWhite M2000 F100 Blink 300 AH100 AL15 AT0 AW10 SHPLetterA L95/E902 LWhite M2000 F100 Blink 300 AH100 AL30 AT0 AW10 SHPLetterD L95/E902 LBlack M2000 F100 Blink 300 AH100 AL45 AT0 AW10 L95/E902 LWhite M2000 F100 Blink 300 AH100 AL60 AT0 AW10 SHPLetterM L95/E902 LWhite M2000 F100 Blink 300 AH100 AL75 AT0 AW10 SHPLetterE L95/E902 LWhite M2000 F100 Blink 300 AH100 AL90 AT0 AW10 SHPLetterN L95/E903 LPurple AH100 AL0 AT0 AW20 FD300 AFDEN30 AFMIN100 AFMAX140 500/E903 LPurple AH100 AL20 AT0 AW20 FD300 AFDEN30 AFMIN100 AFMAX140 500/E903 LPurple AH100 AL40 AT0 AW20 FD300 AFDEN30 AFMIN100 AFMAX140 500/E903 LPurple AH100 AL60 AT0 AW20 FD300 AFDEN30 AFMIN100 AFMAX140 500/E903 LPurple AH100 AL80 AT0 AW20 FD300 AFDEN30 AFMIN100 AFMAX140 500/E904 Ldeep_pink AT0 AH15 AL0 AW100 ASDL ASS25 490 BPW15 F100 L-19/E904 Ldeep_pink AT85 AH15 AL0 AW100 ASDR ASS25 490 BPW15 F100 L-19/E904 Ldeep_pink AT0 AH15 AL0 AW100 ASDL ASS25 490 BPW15 F100 L-19/E904 Ldeep_pink AT85 AH15 AL0 AW100 ASDR ASS25 490 BPW15 F100 L-19/E906 LWhite L13 AT0 AFDEN15 AFMIN10 AFMAX20/E907 LBlue 100 W3500 AL0 AT80 AH20 AW50 AS250 ADR L25/E907 LBlue 100 W3500 AL50 AT80 AH20 AW50 AS250 ADL L25/E908 Ldark_magenta 3000 W300 AL0 AT80 AW50 AH20 ADR AS300 L3/E908 Ldark_magenta 3000 W300 AL50 AW50 AT80 AH20 ADL AS300 L3/E909 LRed L11 AT0 AH20 F50 BLINK BPW10 ASDL/E909 LBlue L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E909 LRed L11 AT80 AH20 F50 BLINK BPW10 ASDR/E909 LBlue L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E909 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E910 LPurple L11 AT0 AH20 F50 BLINK BPW10 ASDL/E910 LWhite L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E910 LPurple L11 AT80 AH20 F50 BLINK BPW10 ASDR/E910 LWhite L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E910 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E1001 LWhite 200 AL30 AT80 AH20 AW70 AS400 ADR L25/E1003 LWhite 200 AL0 AT80 AH20 AW70 AS400 ADL L2.
2020.11.08 19:17:31.071	EXCEPTION: Thread: 
2020.11.08 19:17:31.071	EXCEPTION: Message: Exception --> Cant parse the part LE668 of the ledcontrol table config setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16.
2020.11.08 19:17:31.073	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:17:31.073	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:17:31.073	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:17:31.073	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
BLINK BPW10 ASDR W500/E909 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E910 LPurple L11 AT0 AH20 F50 BLINK BPW10 ASDL/E910 LWhite L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E910 LPurple L11 AT80 AH20 F50 BLINK BPW10 ASDR/E910 LWhite L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E910 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E1001 LWhite 200 AL30 AT80 AH20 AW70 AS400 ADR L25/E1003 LWhite 200 AL0 AT80 AH20 AW70 AS400 ADL L2 of the ledcontrol file
2020.11.08 19:17:31.083	Failed: LE668
2020.11.08 19:17:31.083	Warning: Cant parse the trigger part LE668 of the ledcontrol table config setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16.
2
2020.11.08 19:17:32.214	EXCEPTION: Could not parse setting E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9 in column data E105 LRed AH100 AL0 AT0 AW19 SHPCircle3 L1/E138 LRed f200 AH100 AL0 AT0 AW19 SHPCircle3 L2/E109 LYellow AH100 AL20 AT0 AW19 SHPCircle3 L3/E114 LPowder_blue AH100 AL20 AT0 AW19 SHPCircle3 L4/E139 LRed f200 AH100 AL20 AT0 AW19 SHPCircle3 L5/E107 LWhite fd800 AH100 AL40 AT0 AW19 SHPCircle3 L6/E113 LWhite AH100 AL40 AT0 AW19 SHPCircle3 L7/E136 LGreen f200 AH100 AL40 AT0 AW19 SHPCircle3 L8/E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9/E115 LPowder_blue AH100 AL60 AT0 AW19 SHPCircle3 L10/E140 LRed f200 AH100 AL60 AT0 AW19 SHPCircle3 L11/E106 LRed AH100 AL80 AT0 AW19 SHPCircle3 L12/E137 LRed f200 AH100 AL80 AT0 AW19 SHPCircle3 L13/E121 White AH30 AL0 AT0 AW9 SHPCircle3 300 L0/E121 White AH30 AL91 AT0 AW9 SHPCircle3 300 L0.
2020.11.08 19:17:32.214	EXCEPTION: Thread: 
2020.11.08 19:17:32.214	EXCEPTION: Message: Exception --> Cant parse the part YELLOW of the ledcontrol table config setting E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9
2020.11.08 19:17:32.214	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:17:32.214	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:17:32.214	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:17:32.214	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:17:32.215	Warning: Previous exceptions occured in the line spotacard_1960,0,0,0,0,0,0,E105 LRed AH100 AL0 AT0 AW19 SHPCircle3 L1/E138 LRed f200 AH100 AL0 AT0 AW19 SHPCircle3 L2/E109 LYellow AH100 AL20 AT0 AW19 SHPCircle3 L3/E114 LPowder_blue AH100 AL20 AT0 AW19 SHPCircle3 L4/E139 LRed f200 AH100 AL20 AT0 AW19 SHPCircle3 L5/E107 LWhite fd800 AH100 AL40 AT0 AW19 SHPCircle3 L6/E113 LWhite AH100 AL40 AT0 AW19 SHPCircle3 L7/E136 LGreen f200 AH100 AL40 AT0 AW19 SHPCircle3 L8/E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9/E115 LPowder_blue AH100 AL60 AT0 AW19 SHPCircle3 L10/E140 LRed f200 AH100 AL60 AT0 AW19 SHPCircle3 L11/E106 LRed AH100 AL80 AT0 AW19 SHPCircle3 L12/E137 LRed f200 AH100 AL80 AT0 AW19 SHPCircle3 L13/E121 White AH30 AL0 AT0 AW9 SHPCircle3 300 L0/E121 White AH30 AL91 AT0 AW9 SHPCircle3 300 L0 of the ledcontrol file
2020.11.08 19:17:32.834	Loading LedControl file C:\DirectOutput\config\directoutputconfig30.ini
2020.11.08 19:17:32.855	Min DOF Version is 0.8 for file directoutputconfig30.ini
2020.11.08 19:17:32.855	Resolving Tables Variables
2020.11.08 19:17:32.856	Resolving Global Variables
2020.11.08 19:17:33.769	Failed: LE668
2020.11.08 19:17:33.769	Warning: Cant parse the trigger part LE668 of the ledcontrol table config setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16.
2020.11.08 19:17:33.770	EXCEPTION: Could not parse setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16 in column data E111  BLINK BPW10 ASDR W500/E909 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E910 LPurple L11 AT0 AH20 F50 BLINK BPW10 ASDL/E910 LWhite L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/E910 LPurple L11 AT80 AH20 F50 BLINK BPW10 ASDR/E910 LWhite L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/E910 LWhite L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/E1001 LWhite 200 AL30 AT80 AH20 AW70 AS400 ADR L25/E1003 LWhite 200 AL0 AT80 AH20 AW70 AS400 ADL L2.
2020.11.08 19:17:33.770	EXCEPTION: Thread: 
2020.11.08 19:17:33.770	EXCEPTION: Message: Exception --> Cant parse the part LE668 of the ledcontrol table config setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16.
2020.11.08 19:17:33.770	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:17:33.770	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:17:33.770	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:17:33.770	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:17:33.774	Warning: Previous exceptions occured in the line fp_futurama,E111 LWhite 50 AH100 ADU AS300/E113 LWhite 500 AT70 ASDL ASS200 BLINK 490 BPW15 F50 L19/E403 LCyan M2000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19/E413 LOrange M5000 AT20 AL0 AH20 AW38 AS400 ADL L25/E413 LBlue M5000 AT20 AL62 AH20 AW38 AS400 ADR L25/E413 LYellow M5000 AT60 AL0 AH20 AW38 AS400 ADL L25/E413 LGreen M5000 AT60 AL62 AH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19 of the ledcontrol file
2020.11.08 19:17:34.888	Warning: Cant parse the part YELLOW of the ledcontrol table config setting E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9
2020.11.08 19:17:34.888	EXCEPTION: Could not parse setting E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9 in column data E105 LRed AH100 AL0 AT0 AW19 SHPCircle3 L1/E138 LRed f200 AH100 AL0 AT0 AW19 SHPCircle3 L2/E109 LYellow AH100 AL20 AT0 AW19 SHPCircle3 L3/E114 LPowder_blue AH100 AL20 AT0 AW19 SHPCircle3 L4/E139 LRed f200 AH100 AL20 AT0 AW19 SHPCircle3 L5/E107 LWhite fd800 AH100 AL40 AT0 AW19 SHPCircle3 L6/E113 LWhite AH100 AL40 AT0 AW19 SHPCircle3 L7/E136 LGreen f200 AH100 AL40 AT0 AW19 SHPCircle3 L8/E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9/E115 LPowder_blue AH100 AL60 AT0 AW19 SHPCircle3 L10/E140 LRed f200 AH100 AL60 AT0 AW19 SHPCircle3 L11/E106 LRed AH100 AL80 AT0 AW19 SHPCircle3 L12/E137 LRed f200 AH100 AL80 AT0 AW19 SHPCircle3 L13/E121 White AH30 AL0 AT0 AW9 SHPCircle3 300 L0/E121 White AH30 AL91 AT0 AW9 SHPCircle3 300 L0.
2020.11.08 19:17:34.888	EXCEPTION: Thread: 
2020.11.08 19:17:34.888	EXCEPTION: Message: Exception --> Cant parse the part YELLOW of the ledcontrol table config setting E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9
2020.11.08 19:17:34.888	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:17:34.888	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:17:34.888	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:17:34.888	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:17:34.888	Warning: Previous exceptions occured in the line spotacard_1960,0,0,0,0,0,0,E105 LRed AH100 AL0 AT0 AW19 SHPCircle3 L1/E138 LRed f200 AH100 AL0 AT0 AW19 SHPCircle3 L2/E109 LYellow AH100 AL20 AT0 AW19 SHPCircle3 L3/E114 LPowder_blue AH100 AL20 AT0 AW19 SHPCircle3 L4/E139 LRed f200 AH100 AL20 AT0 AW19 SHPCircle3 L5/E107 LWhite fd800 AH100 AL40 AT0 AW19 SHPCircle3 L6/E113 LWhite AH100 AL40 AT0 AW19 SHPCircle3 L7/E136 LGreen f200 AH100 AL40 AT0 AW19 SHPCircle3 L8/E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9/E115 LPowder_blue AH100 AL60 AT0 AW19 SHPCircle3 L10/E140 LRed f200 AH100 AL60 AT0 AW19 SHPCircle3 L11/E106 LRed AH100 AL80 AT0 AW19 SHPCircle3 L12/E137 LRed f200 AH100 AL80 AT0 AW19 SHPCircle3 L13/E121 White AH30 AL0 AT0 AW9 SHPCircle3 300 L0/E121 White AH30 AL91 AT0 AW9 SHPCircle3 300 L0 of the ledcontrol file
2020.11.08 19:17:35.492	Loading LedControl file C:\DirectOutput\config\directoutputconfig51.ini
2020.11.08 19:17:35.493	Min DOF Version is 0.8 for file directoutputconfig51.ini
2020.11.08 19:17:35.493	Resolving Tables Variables
2020.11.08 19:17:35.493	Resolving Global Variables
2020.11.08 19:17:35.518	EXCEPTION: Table with ShortRomName Big_Shot_1974 has already been loaded (Exists more than once in ledcontrol file).
2020.11.08 19:17:35.518	EXCEPTION: Thread: 
2020.11.08 19:17:35.570	3 directoutputconfig.ini or ledcontrol.ini files loaded.
2020.11.08 19:17:35.571	Config for RomName doflinx exists in LedControl data. Updating cabinet and config.
2020.11.08 19:17:35.589	Debug: Setting up shape effect for area. L: 0, T: 0, W: 10, H: 100, Name: LETTERD
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 15, T: 0, W: 10, H: 100, Name: LETTERO
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 30, T: 0, W: 10, H: 100, Name: LETTERF
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 45, T: 0, W: 10, H: 100, Name: LETTERL
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 60, T: 0, W: 10, H: 100, Name: LETTERI
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 72, T: 0, W: 10, H: 100, Name: LETTERN
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 90, T: 0, W: 10, H: 100, Name: LETTERX
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 7, T: 0, W: 15, H: 100, Name: LETTERA
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 22, T: 0, W: 15, H: 100, Name: LETTERR
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 37, T: 0, W: 15, H: 100, Name: LETTERC
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 52, T: 0, W: 15, H: 100, Name: LETTERA
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 67, T: 0, W: 15, H: 100, Name: LETTERD
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 82, T: 0, W: 15, H: 100, Name: LETTERE
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 0, T: 0, W: 15, H: 100, Name: LETTERU
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 13, T: 0, W: 15, H: 100, Name: LETTERN
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 28, T: 0, W: 15, H: 100, Name: LETTERI
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 34, T: 0, W: 15, H: 100, Name: LETTERV
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 50, T: 0, W: 15, H: 100, Name: LETTERE
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 62, T: 0, W: 15, H: 100, Name: LETTERR
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 77, T: 0, W: 15, H: 100, Name: LETTERS
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 90, T: 0, W: 15, H: 100, Name: LETTERE
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:17:35.590	Debug: Setting up shape effect for area. L: 0, T: 0, W: 100, H: 100, Name: ROUNDANDROUND
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 28, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 43, T: 0, W: 15, H: 100, Name: LETTERI
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 48, T: 0, W: 15, H: 100, Name: LETTERL
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 63, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 0, T: 0, W: 100, H: 100, Name: ROUNDANDROUND
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 15, T: 0, W: 15, H: 100, Name: LETTERB
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 30, T: 0, W: 15, H: 100, Name: LETTERE
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 45, T: 0, W: 15, H: 100, Name: LETTERG
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 65, T: 0, W: 15, H: 100, Name: LETTERI
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 75, T: 0, W: 15, H: 100, Name: LETTERN
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 15, T: 0, W: 15, H: 100, Name: LETTERS
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 30, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 45, T: 0, W: 15, H: 100, Name: LETTERA
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 60, T: 0, W: 15, H: 100, Name: LETTERR
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 75, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 7, T: 0, W: 15, H: 100, Name: LETTERC
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 22, T: 0, W: 15, H: 100, Name: LETTERR
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 37, T: 0, W: 15, H: 100, Name: LETTERE
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 52, T: 0, W: 15, H: 100, Name: LETTERD
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 70, T: 0, W: 15, H: 100, Name: LETTERI
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 82, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 22, T: 0, W: 15, H: 100, Name: LETTERC
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 37, T: 0, W: 15, H: 100, Name: LETTERO
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 55, T: 0, W: 15, H: 100, Name: LETTERI
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 67, T: 0, W: 15, H: 100, Name: LETTERN
2020.11.08 19:17:35.591	Debug: Setting up shape effect for area. L: 22, T: 0, W: 15, H: 100, Name: LETTERG
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 37, T: 0, W: 15, H: 100, Name: LETTERO
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 52, T: 0, W: 15, H: 100, Name: LETTERA
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 67, T: 0, W: 15, H: 100, Name: LETTERL
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 15, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 30, T: 0, W: 15, H: 100, Name: LETTERE
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 45, T: 0, W: 15, H: 100, Name: LETTERC
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 60, T: 0, W: 15, H: 100, Name: LETTERM
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 75, T: 0, W: 15, H: 100, Name: LETTERO
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 7, T: 0, W: 15, H: 100, Name: LETTERK
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 22, T: 0, W: 15, H: 100, Name: LETTERA
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 37, T: 0, W: 15, H: 100, Name: LETTERN
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 52, T: 0, W: 15, H: 100, Name: LETTERE
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 67, T: 0, W: 15, H: 100, Name: LETTERK
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 82, T: 0, W: 15, H: 100, Name: LETTERO
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 15, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 30, T: 0, W: 15, H: 100, Name: LETTERA
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 49, T: 0, W: 15, H: 100, Name: LETTERI
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 60, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 75, T: 0, W: 15, H: 100, Name: LETTERO
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 7, T: 0, W: 15, H: 100, Name: LETTERN
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 22, T: 0, W: 15, H: 100, Name: LETTERE
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 37, T: 0, W: 15, H: 100, Name: LETTERO
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 52, T: 0, W: 15, H: 100, Name: LETTERG
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 67, T: 0, W: 15, H: 100, Name: LETTERE
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 82, T: 0, W: 15, H: 100, Name: LETTERO
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 15, T: 0, W: 15, H: 100, Name: LETTERA
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 30, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:17:35.592	Debug: Setting up shape effect for area. L: 45, T: 0, W: 15, H: 100, Name: LETTERL
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 60, T: 0, W: 15, H: 100, Name: LETTERU
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 75, T: 0, W: 15, H: 100, Name: LETTERS
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 7, T: 0, W: 15, H: 100, Name: LETTERK
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 22, T: 0, W: 15, H: 100, Name: LETTERO
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 37, T: 0, W: 15, H: 100, Name: LETTERN
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 52, T: 0, W: 15, H: 100, Name: LETTERA
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 67, T: 0, W: 15, H: 100, Name: LETTERM
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 82, T: 0, W: 15, H: 100, Name: LETTERI
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 7, T: 0, W: 15, H: 100, Name: LETTERM
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 26, T: 0, W: 15, H: 100, Name: LETTERI
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 37, T: 0, W: 15, H: 100, Name: LETTERD
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 52, T: 0, W: 15, H: 100, Name: LETTERW
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 67, T: 0, W: 15, H: 100, Name: LETTERA
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 82, T: 0, W: 15, H: 100, Name: LETTERY
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 15, T: 0, W: 15, H: 100, Name: LETTERN
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 30, T: 0, W: 15, H: 100, Name: LETTERA
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 45, T: 0, W: 15, H: 100, Name: LETTERM
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 60, T: 0, W: 15, H: 100, Name: LETTERC
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 75, T: 0, W: 15, H: 100, Name: LETTERO
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 7, T: 0, W: 15, H: 100, Name: LETTERG
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 22, T: 0, W: 15, H: 100, Name: LETTERA
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 37, T: 0, W: 15, H: 100, Name: LETTERE
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 52, T: 0, W: 15, H: 100, Name: LETTERL
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 67, T: 0, W: 15, H: 100, Name: LETTERC
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 82, T: 0, W: 15, H: 100, Name: LETTERO
2020.11.08 19:17:35.593	Debug: Setting up shape effect for area. L: 7, T: 0, W: 15, H: 100, Name: LETTERB
2020.11.08 19:17:35.594	Debug: Setting up shape effect for area. L: 22, T: 0, W: 15, H: 100, Name: LETTERA
2020.11.08 19:17:35.594	Debug: Setting up shape effect for area. L: 37, T: 0, W: 15, H: 100, Name: LETTERN
2020.11.08 19:17:35.594	Debug: Setting up shape effect for area. L: 52, T: 0, W: 15, H: 100, Name: LETTERD
2020.11.08 19:17:35.594	Debug: Setting up shape effect for area. L: 67, T: 0, W: 15, H: 100, Name: LETTERA
2020.11.08 19:17:35.594	Debug: Setting up shape effect for area. L: 82, T: 0, W: 15, H: 100, Name: LETTERI
2
2020.11.08 19:17:35.921	Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100, Name: DIAMONDPULSE
2020.11.08 19:17:35.922	Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100, Name: BOX4
2020.11.08 19:17:35.922	Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100, Name: DIAMONDPULSE
2020.11.08 19:17:35.922	Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100, Name: BOX4
2020.11.08 19:17:35.922	Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100, Name: DIAMONDPULSE
2020.11.08 19:17:35.923	Table config loading finished: romname=doflinx, tablename=doflinx
2020.11.08 19:17:35.924	Pinball parts loaded
2020.11.08 19:17:35.924	Starting processes
2020.11.08 19:17:35.924	Initializing cabinet
2020.11.08 19:17:35.924	Debug: Initializing output controllers
2020.11.08 19:17:35.942	TeensyStripController LEDStripController intialized and updater thread started.
2020.11.08 19:17:35.943	Pinscape Pinscape Controller 01 intialized and updater thread started.
2020.11.08 19:17:35.943	Debug: Initializing LedWiz Nr. 08
2020.11.08 19:17:35.943	TeensyStripController LEDStripController updater thread  started.
2020.11.08 19:17:35.943	Pinscape Pinscape Controller 01 updater thread  started.
2020.11.08 19:17:35.943	Pinscape Pinscape Controller 01 updater thread  has connected to Pinscape Pinscape Controller 01.
2020.11.08 19:17:35.944	LedWiz Nr. 08 initialized and updater thread initialized.
2020.11.08 19:17:35.944	Debug: Output controllers initialized
2020.11.08 19:17:35.945	Updater thread for LedWiz 08 started.
2020.11.08 19:17:35.945	Initializing ComPort COM60 with these settings :
2020.11.08 19:17:35.945		BaudRate 9600, Parity None, DataBits 8, StopBits One, R/W Timeouts 200ms
2020.11.08 19:17:35.945		Handshake Timings : Open 50ms, Loop Start/End 20/50ms
2020.11.08 19:17:35.951	Cabinet initialized
2020.11.08 19:17:35.953	Loading shape definition file: C:\DirectOutput\config\DirectOutputShapes.xml
2020.11.08 19:17:36.035	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:17:36.036	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:17:36.036	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:70, W:100, H:15), Matrix(W:144, H:1), ResultArea(Left: 0, Top:100, Right:0, Bottom:122, Width:1, Height:23)
2020.11.08 19:17:36.036	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
22
2020.11.08 19:17:38.895	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
20
2020.11.08 19:17:38.943	Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
2020.11.08 19:17:38.943	Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 562, BMT: 35, BMW: 16, BMH: 16, Steps: 16
2020.11.08 19:17:38.943	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
2020.11.08 19:17:38.943	Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
2020.11.08 19:17:38.943	Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 290, BMT: 35, BMW: 16, BMH: 16
2020.11.08 19:17:38.943	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
2020.11.08 19:17:38.943	Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
2020.11.08 19:17:38.944	Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 562, BMT: 35, BMW: 16, BMH: 16, Steps: 16
2020.11.08 19:17:38.956	Framework initialized.
2020.11.08 19:17:38.956	Have fun! :)
2020.11.08 19:17:38.976	Initializing cabinet
2020.11.08 19:17:38.976	Debug: Initializing output controllers
2020.11.08 19:17:38.976	Debug: Output controllers initialized
2020.11.08 19:17:38.976	Cabinet initialized
2020.11.08 19:17:38.981	Pinscape Pinscape Controller 01 intialized and updater thread started.
2020.11.08 19:17:38.981	Pinscape Pinscape Controller 01 updater thread  started.
2020.11.08 19:17:38.981	Pinscape Pinscape Controller 01 updater thread  has connected to Pinscape Pinscape Controller 01.
2020.11.08 19:17:38.986	Opening 32-bit LedWiz driver...
2020.11.08 19:17:38.986	Debug: Initializing LedWiz Nr. 08
2020.11.08 19:17:38.986	LedWiz Nr. 08 initialized and updater thread initialized.
2020.11.08 19:17:38.986	Opening 32-bit LedWiz driver...
2020.11.08 19:17:39.104	Debug: Disposing LedWiz instance 08.
2020.11.08 19:17:40.954	Finishing framework
2020.11.08 19:17:40.957	Finishing cabinet
2020.11.08 19:17:40.957	Debug: Finishing output controllers
2020.11.08 19:17:40.983	TeensyStripController LEDStripController updater thread  has disconnected from TeensyStripController LEDStripController and will terminate.
2020.11.08 19:17:40.984	TeensyStripController LEDStripController finished and updater thread stopped.
2020.11.08 19:17:40.985	Pinscape Pinscape Controller 01 updater thread  has disconnected from Pinscape Pinscape Controller 01 and will terminate.
2020.11.08 19:17:40.985	Pinscape Pinscape Controller 01 finished and updater thread stopped.
2020.11.08 19:17:40.985	Debug: Finishing LedWiz Nr. 08
2020.11.08 19:17:40.985	Updater thread for LedWiz 08 terminated.
2020.11.08 19:17:41.009	LedWiz Nr. 08 finished and updater thread stopped.
2020.11.08 19:17:41.009	Debug: Output controllers finished
2020.11.08 19:17:41.009	Cabinet finished
2020.11.08 19:17:41.009	DirectOutput framework finished.
2020.11.08 19:17:41.009	Bye and thanks for using!
2020.11.08 19:17:41.009	Initializing cabinet
2020.11.08 19:17:41.009	Debug: Initializing output controllers
2020.11.08 19:17:41.009	Debug: Output controllers initialized
2020.11.08 19:17:41.009	Cabinet initialized
2020.11.08 19:17:41.013	Pinscape Pinscape Controller 01 intialized and updater thread started.
2020.11.08 19:17:41.013	Pinscape Pinscape Controller 01 updater thread  started.
2020.11.08 19:17:41.013	Pinscape Pinscape Controller 01 updater thread  has connected to Pinscape Pinscape Controller 01.
2020.11.08 19:17:41.020	Opening 32-bit LedWiz driver...
2020.11.08 19:17:41.020	Debug: Initializing LedWiz Nr. 08
2020.11.08 19:17:41.021	LedWiz Nr. 08 initialized and updater thread initialized.
2020.11.08 19:17:41.021	Opening 32-bit LedWiz driver...
2020.11.08 19:17:41.021	Updater thread for LedWiz 08 started.
2020.11.08 19:17:43.097	Debug: Disposing LedWiz instance 08.
2020.11.08 19:18:37.860	Finishing framework
2020.11.08 19:18:37.922	Finishing cabinet
2020.11.08 19:18:37.922	Debug: Finishing output controllers
2020.11.08 19:18:37.922	TeensyStripController LEDStripController finished and updater thread stopped.
2020.11.08 19:18:37.923	Pinscape Pinscape Controller 01 finished and updater thread stopped.
2020.11.08 19:18:37.923	Debug: Finishing LedWiz Nr. 08
2020.11.08 19:18:37.923	Updater thread for LedWiz 08 terminated.
2020.11.08 19:18:37.942	LedWiz Nr. 08 finished and updater thread stopped.
2020.11.08 19:18:37.942	Debug: Output controllers finished
2020.11.08 19:18:37.942	Cabinet finished
2020.11.08 19:18:37.942	DirectOutput framework finished.
2020.11.08 19:18:37.942	Bye and thanks for using!
2020.11.08 19:18:37.942	Global config filename is "C:\DirectOutput\config\GlobalConfig_b2SServer.xml"
2020.11.08 19:18:37.943	Global config loaded from: C:\DirectOutput\config\GlobalConfig_b2SServer.xml
2020.11.08 19:18:37.943	Loading Pinball parts
2020.11.08 19:18:37.943	Loading cabinet
2020.11.08 19:18:37.943	Will load cabinet config file: C:\DirectOutput\Config\Cabinet.xml
2020.11.08 19:18:38.099	1 output controller defnitions and 4 toy definitions loaded from cabinet config.
2020.11.08 19:18:38.100	Cabinet config file has AutoConfig feature enabled. Calling AutoConfig.
2020.11.08 19:18:38.100	Cabinet auto configuration started
2020.11.08 19:18:38.103	Detected and added Pinscape Controller Nr. 1 with name Pinscape Controller 01
2020.11.08 19:18:38.103	Added LedwizEquivalent Nr. 51 with name Pinscape Controller 01 Equivalent for Pinscape Controller Nr. 1, 17
2020.11.08 19:18:38.103	PhilipsHueAutoConfigurator.AutoConfig started...note, actual connection detection will happen asynchronously, and device disabled if not succesfull (check further down in the log)
2020.11.08 19:18:38.103	Opening 32-bit LedWiz driver...
2020.11.08 19:18:38.103	Detected and added LedWiz Nr. 8 with name LedWiz 08
2020.11.08 19:18:38.103	Added LedwizEquivalent Nr. 8 with name LedWiz 08 Equivalent for Ledwiz Nr. 8
2020.11.08 19:18:38.103	Cabinet auto configuration finished
2020.11.08 19:18:38.103	Autoconfig complete.
2020.11.08 19:18:38.103	Cabinet config loaded successfully from C:\DirectOutput\Config\Cabinet.xml
2020.11.08 19:18:38.103	Cabinet loaded
2020.11.08 19:18:38.104	Loading table config
2020.11.08 19:18:38.104	No TableFilename specified, will use empty tableconfig
2020.11.08 19:18:38.104	Will try to load configs from DirectOutput.ini or LedControl.ini file(s) for RomName FX3_AMUSEMENT
2020.11.08 19:18:38.104	Loading LedControl file C:\DirectOutput\config\directoutputconfig.ini
2020.11.08 19:18:38.128	Min DOF Version is 0.8 for file directoutputconfig.ini
2020.11.08 19:18:38.128	Resolving Tables Variables
2020.11.08 19:18:38.129	Resolving Global Variables
2020.11.08 19:18:38.323	Debug: Disposing LedWiz instance 08.
2020.11.08 19:18:38.325	Debug: Disposing LedWiz instance 08.
2020.11.08 19:18:39.084	Failed: LE668
2020.11.08 19:18:39.084	Warning: Cant parse the trigger part LE668 of the ledcontrol table config setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16.
2020.11.08 19:18:39.084	EXCEPTION: Could not parse setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16 in column data E111 LWhite 50 AH100 ADU AS300/E113 LWhite 500 AT70 AH15 AFDEN40 AFMIN100 AFMAX160/E304 LPurple 50 AH100 ADU AS300/E307 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E308 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E402 LRed 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E404 LRed 100 AT80 AH20 ADD AS300/E406 LWhite 100 AT80 AH20 ADD AS300/E501 LWhite L0 ADU AS250 BLINK 800 BPW9 AL0 AW100 AT85 AH15/E501 Lblue L1 ADD AS250 BLINK 800 BPW9 W400 AL0 AW100 AT85 AH15/E502 LWhite 50 AH100 ADU AS300/E802 LWhite 400 F200 AH20 AL0 AT10 AW100 L23/E804 LWhite 400 F200 AH20 AL0 AT40 AW100 L23/E806 LW
2020.11.08 19:18:39.095	EXCEPTION: Thread: 
2020.11.08 19:18:39.095	EXCEPTION: Message: Exception --> Cant parse the part LE668 of the ledcontrol table config setting  LE668 White 6000 fu100 fd150 AH100 AL35 AT0 AW15 SHPLetterW L16.
2020.11.08 19:18:39.095	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:18:39.095	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:18:39.095	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:18:39.095	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:18:39.099	Warning: Previous exceptions occured in the line fp_futurama,E111 LWhite 50 AH100 ADU AS300/E113 LWhite 500 AT70 AH15 AFDEN40 AFMIN100 AFMAX160/E304 LPurple 50 AH100 ADU AS300/E307 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E308 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E402 LRed 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E404 LRed 100 AT80 AH20 ADD AS300/E406 LWhite 100 AT80 AH20 ADD AS300/E501 LWhite L0 ADU AS250 BLINK 800 BPW9 AL0 AW100 AT85 AH15/E501 Lblue L1 ADD AS250 BLINK 800 BPW9 W400 AL0 AW100 AT85 AH15/E502 LWhite 50 AH100 ADU AS300/E802 LWhite 400 F200 AH20 AL0 AT10 AW100 L23/E804 LWhite 400 F200 AH20 AL0 AT40 AW100 L23/E806 LWhite 400 F200 AH20 AL0 AT70 AW100 L23/E900 LWhite 8300 AH100 AL40 AT0 AW14 SHPLetterA L95/E402 LYellow M2000 Blink 300 AH100 AL60 AT0 AW14 SHPLetterL L95/E402 LYellow M2000 Blink 300 AH100 AL80 AT0 AW14 SHPLetterL L95/E413 LRed M5000 AH100 AL40 AT0 AW20 SHPSquarePlop/E403 LCyan M2000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E403 LCyan M2000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19/E413 LOrange M5000 AT20 AL0 AH20 AW38 AS400 ADL L25/E413 LBlue M5000 AT20 AL62 AH20 AW38 AS400 ADR L25/E413 LYellow M5000 AT60 AL0 AH20 AW38 AS400 ADL L25/E413 LGreen M5000 AT60 AL62 AH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19.
2020.11.08 19:18:42.817	EXCEPTION: Thread: 
2020.11.08 19:18:42.817	EXCEPTION: Message: Exception --> Cant parse the part YELLOW of the ledcontrol table config setting E302 L Yellow 10 AT80 AL60 AH20 AW40 AS400 ADR L25
2020.11.08 19:18:42.817	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:18:42.817	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:18:42.817	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:18:42.817	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:18:42.820	Warning: Previous exceptions occured in the line leprechaun,E331 LRed AL0 AT10 AW100 AH8 L3/E340 LYellow 500 AL0 AT10 AW100 AH8 L3/0/E301 LGreen 50 AH100 ADU AS300/E312 LGreen 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E314 LRed 100 AT80 AH20 ADD AS300/E316 LBlue 100 AT80 AH20 ADD AS300/E317 LGreen AT72 AH15 F200 ADU AS200 BLINK 1000 BPW20/E317 LGreen AT72 AH15 F200 ADD AS200 BLINK 1000 BPW20 W500/E317 LBlue L0 APCRed AL0 AW100 AT85 AH15/E318 LGreen_yellow 50 AH100 ADU AS300/E323 LRed L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E323 LYellow W500 L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E351|E352|E353|E354|E355 LGolden_rod L13 AT0 AFDEN15 AFMIN10 AFMAX20/E414 LRed 400 AH100 ADU AS400/E414 LOrange 400 W500 AH100 ADU AS400/E414 LYellow 400 W1000 AH100 ADU AS400/E414 LGreen  400 W1500 AH100 ADU AS400/E414 LBlue 400 W2000 AH100 ADU AS400/E414 LIndigo 400 W2500 AH100 ADU AS400/E414 LBlue_violet 400 W3000 AH100 ADU AS400/E302 L Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25/E302 L Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25/E302 L Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25/E302 L Yellow 10 AT80 AL60 AH20 AW40 AS400 ADR L25/E303 LRed 10 AT20 AL0 AH20 AW38 AS400 ADL L25/E303 LRed 10 AT20 AL62 AH20 AW38 AS400 ADR L25/E303 LRed 10 AT60 AL0 AH20 AW38 AS400 ADL L25/E303 LRed 10 AT60 AL62 AH20 AW38 AS400 ADR L25/E304 LBlue 10 AT40 AL0 AH20 AW35 AS400 ADL L26/E304 LBlue 10 AT40 AL65 AH20 AW35 AS400 ADR L26/E304 LBlue 10 AT40 AL0 AH20 AW35 AS400 ADL L26/E304 LBlue 10 AT40 AL65 AH20 AW35 AS400 ADR L26/E302|E303|E304 LGreen AL42 AW16 AT0 AH100 SHPCircle3 L2/E310 LRed 6000 Blink fu100 fd150 AH100 AL30 AT0 AW15 SHPLetterT L15/E310 LRed 6000 Blink fu100 fd150 AH100 AL45 AT0 AW15 SHPLetterI L16/E310 LRed 6000 Blink fu100 fd150 AH100 AL50 AT0 AW15 SHPLetterL L17/E310 LRed 6000 Blink fu100 fd150 AH100 AL60 AT0 AW15 SHPLetterT L18/E311 LRed 1500 AH100 AL0 AW23 AT0 SHPRoundAndRound L19/E311 LRed 1500 AH100 AL77 AW23 AT0 SHPRoundAndRound L19/E319 LRed AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E319 LRed AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19/E323 LGreen L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E323 LRed W500 L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E323 LBlue W1000 L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E323 LYellow W1500 L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E330 LWhite 500 AH100 AL60 AT0 AW20 SHPSquarePlop/E331 LRed 500 AH100 AL60 AT0 AW20 SHPSquarePlop/E332 LYellow 500 AH100 AL0 AT0 AW20 SHPSquarePlop/E336 LYellow_green 500 AH100 AL40 AT0 AW20 SHPSquarePlop/E333 LWhite AH100 AL40 AT0 AW20 SHPUpDown/E334 LWhite AH100 AL60 AT0 AW20 SHPUpDown/E335 LWhite AH100 AL80 AT0 AW20 SHPUpDown/E340 LRed 500 AL0 AW19 FU200 FD150 SHPLeftRight L3/E340 LOrange AL20 AW19 FU200 FD150 SHPFillBottomTop L3/E340 LRed AL40 AW19 FU200 FD150 SHPLeftRight L3/E340 LOrange AL60 AW19 FU200 FD150 SHPFillBottomTop L3/E340 LRed AL80 AW19 FU200 FD150 SHPLeftRight L3/E341 LRed 500 AL0 AW19 FU200 FD150 SHPLeftRight L3/E341 LOrange AL20 AW19 FU200 FD150 SHPFillBottomTop L3/E341 LRed AL40 AW19 FU200 FD150 SHPLeftRight L3/E341 LOrange AL60 AW19 FU200 FD150 SHPFillBottomTop L3/E341 LRed AL80 AW19 FU200 FD150 SHPLeftRight L3/E342 LWhite L13 AT0 AFDEN15 AFMIN10 AFMAX20/E343 LWhite L13 AT0 AFDEN15 AFMIN10 AFMAX20/E354 LRed AL0 AW19 FU200 FD150 SHPArrowRight L1/E354 LOrange  AL20 AW19 FU200 FD150 SHPArrowRight L1/E354 LYellow AL40 AW19 FU200 FD150 SHPArrowRight L1/E354 LGreen AL60 AW19 FU200 FD150 SHPArrowRight L1/E354 LBlue  AL80 AW19 FU200 FD150 SHPArrowRight L1/E355 LRed AL0 AW19 FU200 FD150 SHPArrowRight L1/E355 LOrange  AL20 AW19 FU200 FD150 SHPArrowRight L1/E355 LYellow AL40 AW19 FU200 FD150 SHPArrowRight L1/E355 LGreen AL60 AW19 FU200 FD150 SHPArrowRight L1/E355 LBlue  AL80 AW19 FU200 FD150 SHPArrowRight L1/E356 LRed  AL0 AT0 AH100 AW100 AS400 ADR L25/E356 LOrange  AL0 AT20 AW100 AS400 ADR L25/E356 LYellow  AL0 AT40 AW100 AS400 ADR L25/E356 LGreen  AL0 AT60 AW100 AS400 ADR L25/E356 LBlue  AL0 AT80 AW100 AS400 ADR L25/E356 LIndigo AL0 AT100 AW100 AS400 ADR L25/E410 LRed 1000 AH100 AL0 AT0 AW10 SHPLetterJ L15/E410 LOrange 1000 AH100 AL15 AT0 AW10 SHPLetterA L15/E410 LYellow 1000 AH100 AL30 AT0 AW10 SHPLetterC L15/E410 LGreen 1000 AH100 AL45 AT0 AW10 SHPLetterK L15/E410 LBlue 1000 AH100 AL60 AT0 AW10 SHPLetterP L15/E410 LIndigo 1000 AH100 AL72 AT0 AW10 SHPLetterO L15/E410 LBlue_violet 1000 AH100 AL90 AT0 AW10 SHPLetterT L15/E411 LRed 1000 2 AH100 AL0 AT0 AW10 SHPLetterJ L15/E411 LOrange 1000 2 AH100 AL15 AT0 AW10 SHPLetterA L15/E411 LYellow 1000 2 AH100 AL30 AT0 AW10 SHPLetterC L15/E411 LGreen 1000 2 AH100 AL45 AT0 AW10 SHPLetterK L15/E411 LBlue 1000 2 AH100 AL60 AT0 AW10 SHPLetterP L15/E411 LIndigo 1000 2 AH100 AL72 AT0 AW10 SHPLetterO L15/E411 LBlue_violet 1000 2 AH100 AL90 AT0 AW10 SHPLetterT L15/E412 LRed 1500 3 AH100 AL0 AT0 AW10 SHPLetterJ L15/E412 LOrange 1500 3 AH100 AL15 AT0 AW10 SHPLetterA L15/E412 LYellow 1500 3 AH100 AL30 AT0 AW10 SHPLetterC L15/E412 LGreen 1500 3 AH100 AL45 AT0 AW10 SHPLetterK L15/E412 LBlue 1500 3 AH100 AL60 AT0 AW10 SHPLetterP L15/E412 LIndigo 1500 3 AH100 AL72 AT0 AW10 SHPLetterO L15/E412 LBlue_violet 1500 3 AH100 AL90 AT0 AW10 SHPLetterT L15/E404|E405 LRed 2000 2 AL20 AT0 AH100 AW10 SHPLetterB L3/E404|E405 LRed 2000 2 AL35 AT0 AH100 AW10 SHPLetterA L3/E404|E405 LRed 2000 2 AL50 AT0 AH100 AW10 SHPLetterL L3/E404|E405 LRed 2000 2 AL65 AT0 AH100 AW10 SHPLetterL L3/E404|E405 LRed 2000 2 W250 AL5 AT0 AH100 AW10 SHPLetterL L4/E404|E405 LRed 2000 2 W250 AL20 AT0 AH100 AW10 SHPLetterO L4/E404|E405 LRed 2000 2 W250 AL35 AT0 AH100 AW10 SHPLetterC L4/E404|E405 LRed 2000 2 W250 AL50 AT0 AH100 AW10 SHPLetterK L4/E404|E405 LRed 2000 2 W250 AL65 AT0 AH100 AW10 SHPLetterE L4/E404|E405 LRed 2000 2 W250 AL80 AT0 AH100 AW10 SHPLetterD L4/E400 LWhite M2000 Blink 300 AH100 AL0 AT0 AW10 SHPLetterS L15/E400 LWhite M2000 Blink 300 AH100 AL15 AT0 AW10 SHPLetterP L15/E400 LWhite M2000 Blink 300 AH100 AL30 AT0 AW10 SHPLetterE L15/E400 LWhite M2000 Blink 300 AH100 AL45 AT0 AW10 SHPLetterC L15/E400 LWhite M2000 Blink 300 AH100 AL60 AT0 AW10 SHPLetterI L15/E400 LWhite M2000 Blink 300 AH100 AL72 AT0 AW10 SHPLetterA L15/E400 LWhite M2000 Blink 300 AH100 AL87 AT0 AW10 SHPLetterL L15/E401 LCyan M2000 Blink 300 AL20 AT0 AH100 AW13 SHPLetterS L95/E401 LCyan M2000 Blink 300 AL36 AT0 AH100 AW13 SHPLetterK L95/E401 LCyan M2000 Blink 300 AL52 AT0 AH100 AW13 SHPLetterI L95/E401 LCyan M2000 Blink 300 AL64 AT0 AH100 AW13 SHPLetterL L95/E401 LCyan M2000 Blink 300 AL81 AT0 AH100 AW13 SHPLetterL L95/E402 LGreen M2000 AH100 AL0 AT0 AW14 SHPPointPlop L95/E402 LYellow M2000 Blink 300 AH100 AL20 AT0 AW14 SHPLetterB L95/E402 LYellow M2000 Blink 300 AH100 AL40 AT0 AW14 SHPLetterA L95/E402 LYellow M2000 Blink 300 AH100 AL60 AT0 AW14 SHPLetterL L95/E402 LYellow M2000 Blink 300 AH100 AL80 AT0 AW14 SHPLetterL L95/E413 LRed M5000 AH100 AL40 AT0 AW20 SHPSquarePlop/E403 LCyan M2000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E403 LCyan M2000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19/E413 LOrange M5000 AT20 AL0 AH20 AW38 AS400 ADL L25/E413 LBlue M5000 AT20 AL62 AH20 AW38 AS400 ADR L25/E413 LYellow M5000 AT60 AL0 AH20 AW38 AS400 ADL L25/E413 LGreen M5000 AT60 AL62 AH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19,E332 LYellow AL0 AT40 AW100 AH8 L3/E341 LYellow 500 AL0 AT10 AW100 AH8 L3/E300 LGreen 50 AH100 ADU AS300/E312 LGreen 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/E313 LRed 100 AT80 AH20 ADD AS300/E315 LBlue 100 AT80 AH20 ADD AS300/E309 LGolden_rod 50 AT60 AH40 ADU AS300/E323 LGreen L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E323 LBlue W500 L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E351|E352|E353|E354|E355 LGolden_rod L13 AT0 AFDEN15 AFMIN10 AFMAX20/E415 LRed 400 AH100 ADU AS400/E415 LOrange 400 W500 AH100 ADU AS400/E415 LYellow 400 W1000 AH100 ADU AS400/E415 LGreen  400 W1500 AH100 ADU AS400/E415 LBlue 400 W2000 AH100 ADU AS400/E415 LIndigo 400 W2500 AH100 ADU AS400/E415 LBlue_violet 400 W3000 AH100 ADU AS400/E302 L Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25/E302 L Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25/E302 L Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25/E302 L Yellow 10 AT80 AL60 AH20 AW40 AS400 ADR L25/E303 LRed 10 AT20 AL0 AH20 AW38 AS400 ADL L25/E303 LRed 10 AT20 AL62 AH20 AW38 AS400 ADR L25/E303 LRed 1AT0 AH100 AW10 SHPLetterK L4/E404|E405 LRed 2000 2 W250 AL65 AT0 AH100 AW10 SHPLetterE L4/E404|E405 LRed 2000 2 W250 AL80 AT0 AH100 AW10 SHPLetterD L4/E400 LWhite M2000 Blink 300 AH100 AL0 AT0 AW10 SHPLetterS L15/E400 LWhite M2000 Blink 300 AH100 AL15 AT0 AW10 SHPLetterP L15/E400 LWhite M2000 Blink 300 AH100 AL30 AT0 AW10 SHPLetterE L15/E400 LWhite M2000 Blink 300 AH100 AL45 AT0 AW10 SHPLetterC L15/E400 LWhite M2000 Blink 300 AH100 AL60 AT0 AW10 SHPLetterI L15/E400 LWhite M2000 Blink 300 AH100 AL72 AT0 AW10 SHPLetterA L15/E400 LWhite M2000 Blink 300 AH100 AL87 AT0 AW10 SHPLetterL L15/E401 LCyan M2000 Blink 300 AL20 AT0 AH100 AW13 SHPLetterS L95/E401 LCyan M2000 Blink 300 AL36 AT0 AH100 AW13 SHPLetterK L95/E401 LCyan M2000 Blink 300 AL52 AT0 AH100 AW13 SHPLetterI L95/E401 LCyan M2000 Blink 300 AL64 AT0 AH100 AW13 SHPLetterL L95/E401 LCyan M2000 Blink 300 AL81 AT0 AH100 AW13 SHPLetterL L95/E402 LGreen M2000 AH100 AL0 AT0 AW14 SHPPointPlop L95/E402 LYellow M2000 Blink 300 AH100 AL20 AT0 AW14 SHPLetterB L95/E402 LYellow M2000 Blink 300 AH100 AL40 AT0 AW14 SHPLetterA L95/E402 LYellow M2000 Blink 300 AH100 AL60 AT0 AW14 SHPLetterL L95/E402 LYellow M2000 Blink 300 AH100 AL80 AT0 AW14 SHPLetterL L95/E413 LRed M5000 AH100 AL40 AT0 AW20 SHPSquarePlop/E403 LCyan M2000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E403 LCyan M2000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19/E413 LOrange M5000 AT20 AL0 AH20 AW38 AS400 ADL L25/E413 LBlue M5000 AT20 AL62 AH20 AW38 AS400 ADR L25/E413 LYellow M5000 AT60 AL0 AH20 AW38 AS400 ADL L25/E413 LGreen M5000 AT60 AL62 AH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19,E302 L Yellow 10 AT0 AL0 AH20 AW40 AS400 ADL L25/E302 L Yellow 10 AT0 AL60 AH20 AW40 AS400 ADR L25/E302 L Yellow 10 AT80 AL0 AH20 AW40 AS400 ADL L25/E302 L Yellow 10 AT80 AL60 AH20 AW40 AS400 ADR L25/E303 LRed 10 AT20 AL0 AH20 AW38 AS400 ADL L25/E303 LRed 10 AT20 AL62 AH20 AW38 AS400 ADR L25/E303 LRed 10 AT60 AL0 AH20 AW38 AS400 ADL L25/E303 LRed 10 AT60 AL62 AH20 AW38 AS400 ADR L25/E304 LBlue 10 AT40 AL0 AH20 AW35 AS400 ADL L26/E304 LBlue 10 AT40 AL65 AH20 AW35 AS400 ADR L26/E304 LBlue 10 AT40 AL0 AH20 AW35 AS400 ADL L26/E304 LBlue 10 AT40 AL65 AH20 AW35 AS400 ADR L26/E302|E303|E304 LGreen AL42 AW16 AT0 AH100 SHPCircle3 L2/E310 LRed 6000 Blink fu100 fd150 AH100 AL30 AT0 AW15 SHPLetterT L15/E310 LRed 6000 Blink fu100 fd150 AH100 AL45 AT0 AW15 SHPLetterI L16/E310 LRed 6000 Blink fu100 fd150 AH100 AL50 AT0 AW15 SHPLetterL L17/E310 LRed 6000 Blink fu100 fd150 AH100 AL60 AT0 AW15 SHPLetterT L18/E311 LRed 1500 AH100 AL0 AW23 AT0 SHPRoundAndRound L19/E311 LRed 1500 AH100 AL77 AW23 AT0 SHPRoundAndRound L19/E319 LRed AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E319 LRed AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19/E323 LGreen L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E323 LRed W500 L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E323 LBlue W1000 L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E323 LYellow W1500 L13 AT0 AFDEN15 AFMIN150 AFMAX250 AFFADE250/E330 LWhite 500 AH100 AL60 AT0 AW20 SHPSquarePlop/E331 LRed 500 AH100 AL60 AT0 AW20 SHPSquarePlop/E332 LYellow 500 AH100 AL0 AT0 AW20 SHPSquarePlop/E336 LYellow_green 500 AH100 AL40 AT0 AW20 SHPSquarePlop/E333 LWhite AH100 AL40 AT0 AW20 SHPUpDown/E334 LWhite AH100 AL60 AT0 AW20 SHPUpDown/E335 LWhite AH100 AL80 AT0 AW20 SHPUpDown/E340 LRed 500 AL0 AW19 FU200 FD150 SHPLeftRight L3/E340 LOrange AL20 AW19 FU200 FD150 SHPFillBottomTop L3/E340 LRed AL40 AW19 FU200 FD150 SHPLeftRight L3/E340 LOrange AL60 AW19 FU200 FD150 SHPFillBottomTop L3/E340 LRed AL80 AW19 FU200 FD150 SHPLeftRight L3/E341 LRed 500 AL0 AW19 FU200 FD150 SHPLeftRight L3/E341 LOrange AL20 AW19 FU200 FD150 SHPFillBottomTop L3/E341 LRed AL40 AW19 FU200 FD150 SHPLeftRight L3/E341 LOrange AL60 AW19 FU200 FD150 SHPFillBottomTop L3/E341 LRed AL80 AW19 FU200 FD150 SHPLeftRight L3/E342 LWhite L13 AT0 AFDEN15 AFMIN10 AFMAX20/E343 LWhite L13 AT0 AFDEN15 AFMIN10 AFMAX20/E354 LRed AL0 AW19 FU200 FD150 SHPArrowRight L1/E354 LOrange  AL20 AW19 FU200 FD150 SHPArrowRight L1/E354 LYellow AL40 AW19 FU200 FD150 SHPArrowRight L1/E354 LGreen AL60 AW19 FU200 FD150 SHPArrowRight L1/E354 LBlue  AL80 AW19 FU200 FD150 SHPArrowRight L1/E355 LRed AL0 AW19 FU200 FD150 SHPArrowRight L1/E355 LOrange  AL20 AW19 FU200 FD150 SHPArrowRight L1/E355 LYellow AL40 AW19 FU200 FD150 SHPArrowRight L1/E355 LGreen AL60 AW19 FU200 FD150 SHPArrowRight L1/E355 LBlue  AL80 AW19 FU200 FD150 SHPArrowRight L1/E356 LRed  AL0 AT0 AH100 AW100 AS400 ADR L25/E356 LOrange  AL0 AT20 AW100 AS400 ADR L25/E356 LYellow  AL0 AT40 AW100 AS400 ADR L25/E356 LGreen  AL0 AT60 AW100 AS400 ADR L25/E356 LBlue  AL0 AT80 AW100 AS400 ADR L25/E356 LIndigo AL0 AT100 AW100 AS400 ADR L25/E410 LRed 1000 AH100 AL0 AT0 AW10 SHPLetterJ L15/E410 LOrange 1000 AH100 AL15 AT0 AW10 SHPLetterA L15/E410 LYellow 1000 AH100 AL30 AT0 AW10 SHPLetterC L15/E410 LGreen 1000 AH100 AL45 AT0 AW10 SHPLetterK L15/E410 LBlue 1000 AH100 AL60 AT0 AW10 SHPLetterP L15/E410 LIndigo 1000 AH100 AL72 AT0 AW10 SHPLetterO L15/E410 LBlue_violet 1000 AH100 AL90 AT0 AW10 SHPLetterT L15/E411 LRed 1000 2 AH100 AL0 AT0 AW10 SHPLetterJ L15/E411 LOrange 1000 2 AH100 AL15 AT0 AW10 SHPLetterA L15/E411 LYellow 1000 2 AH100 AL30 AT0 AW10 SHPLetterC L15/E411 LGreen 1000 2 AH100 AL45 AT0 AW10 SHPLetterK L15/E411 LBlue 1000 2 AH100 AL60 AT0 AW10 SHPLetterP L15/E411 LIndigo 1000 2 AH100 AL72 AT0 AW10 SHPLetterO L15/E411 LBlue_violet 1000 2 AH100 AL90 AT0 AW10 SHPLetterT L15/E412 LRed 1500 3 AH100 AL0 AT0 AW10 SHPLetterJ L15/E412 LOrange 1500 3 AH100 AL15 AT0 AW10 SHPLetterA L15/E412 LYellow 1500 3 AH100 AL30 AT0 AW10 SHPLetterC L15/E412 LGreen 1500 3 AH100 AL45 AT0 AW10 SHPLetterK L15/E412 LBlue 1500 3 AH100 AL60 AT0 AW10 SHPLetterP L15/E412 LIndigo 1500 3 AH100 AL72 AT0 AW10 SHPLetterO L15/E412 LBlue_violet 1500 3 AH100 AL90 AT0 AW10 SHPLetterT L15/E404|E405 LRed 2000 2 AL20 AT0 AH100 AW10 SHPLetterB L3/E404|E405 LRed 2000 2 AL35 AT0 AH100 AW10 SHPLetterA L3/E404|E405 LRed 2000 2 AL50 AT0 AH100 AW10 SHPLetterL L3/E404|E405 LRed 2000 2 AL65 AT0 AH100 AW10 SHPLetterL L3/E404|E405 LRed 2000 2 W250 AL5 AT0 AH100 AW10 SHPLetterL L4/E404|E405 LRed 2000 2 W250 AL20 AT0 AH100 AW10 SHPLetterO L4/E404|E405 LRed 2000 2 W250 AL35 AT0 AH100 AW10 SHPLetterC L4/E404|E405 LRed 2000 2 W250 AL50 AT0 AH100 AW10 SHPLetterK L4/E404|E405 LRed 2000 2 W250 AL65 AT0 AH100 AW10 SHPLetterE L4/E404|E405 LRed 2000 2 W250 AL80 AT0 AH100 AW10 SHPLetterD L4/E400 LWhite M2000 Blink 300 AH100 AL0 AT0 AW10 SHPLetterS L15/E400 LWhite M2000 Blink 300 AH100 AL15 AT0 AW10 SHPLetterP L15/E400 LWhite M2000 Blink 300 AH100 AL30 AT0 AW10 SHPLetterE L15/E400 LWhite M2000 Blink 300 AH100 AL45 AT0 AW10 SHPLetterC L15/E400 LWhite M2000 Blink 300 AH100 AL60 AT0 AW10 SHPLetterI L15/E400 LWhite M2000 Blink 300 AH100 AL72 AT0 AW10 SHPLetterA L15/E400 LWhite M2000 Blink 300 AH100 AL87 AT0 AW10 SHPLetterL L15/E401 LCyan M2000 Blink 300 AL20 AT0 AH100 AW13 SHPLetterS L95/E401 LCyan M2000 Blink 300 AL36 AT0 AH100 AW13 SHPLetterK L95/E401 LCyan M2000 Blink 300 AL52 AT0 AH100 AW13 SHPLetterI L95/E401 LCyan M2000 Blink 300 AL64 AT0 AH100 AW13 SHPLetterL L95/E401 LCyan M2000 Blink 300 AL81 AT0 AH100 AW13 SHPLetterL L95/E402 LGreen M2000 AH100 AL0 AT0 AW14 SHPPointPlop L95/E402 LYellow M2000 Blink 300 AH100 AL20 AT0 AW14 SHPLetterB L95/E402 LYellow M2000 Blink 300 AH100 AL40 AT0 AW14 SHPLetterA L95/E402 LYellow M2000 Blink 300 AH100 AL60 AT0 AW14 SHPLetterL L95/E402 LYellow M2000 Blink 300 AH100 AL80 AT0 AW14 SHPLetterL L95/E413 LRed M5000 AH100 AL40 AT0 AW20 SHPSquarePlop/E403 LCyan M2000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E403 LCyan M2000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19/E413 LOrange M5000 AT20 AL0 AH20 AW38 AS400 ADL L25/E413 LBlue M5000 AT20 AL62 AH20 AW38 AS400 ADR L25/E413 LYellow M5000 AT60 AL0 AH20 AW38 AS400 ADL L25/E413 LGreen M5000 AT60 AL62 AH20 AW38 AS400 ADR L25/E413 LRed M5000 AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L19/E413 LIndigo M5000 AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L19 of the ledcontrol file
2020.11.08 19:18:43.201	Warning: Cant parse the part YELLOW of the ledcontrol table config setting E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9
2020.11.08 19:18:43.201	EXCEPTION: Could not parse setting E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9 in column data E105 LRed AH100 AL0 AT0 AW19 SHPCircle3 L1/E138 LRed f200 AH100 AL0 AT0 AW19 SHPCircle3 L2/E109 LYellow AH100 AL20 AT0 AW19 SHPCircle3 L3/E114 LPowder_blue AH100 AL20 AT0 AW19 SHPCircle3 L4/E139 LRed f200 AH100 AL20 AT0 AW19 SHPCircle3 L5/E107 LWhite fd800 AH100 AL40 AT0 AW19 SHPCircle3 L6/E113 LWhite AH100 AL40 AT0 AW19 SHPCircle3 L7/E136 LGreen f200 AH100 AL40 AT0 AW19 SHPCircle3 L8/E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9/E115 LPowder_blue AH100 AL60 AT0 AW19 SHPCircle3 L10/E140 LRed f200 AH100 AL60 AT0 AW19 SHPCircle3 L11/E106 LRed AH100 AL80 AT0 AW19 SHPCircle3 L12/E137 LRed f200 AH100 AL80 AT0 AW19 SHPCircle3 L13/E121 White AH30 AL0 AT0 AW9 SHPCircle3 300 L0/E121 White AH30 AL91 AT0 AW9 SHPCircle3 300 L0.
2020.11.08 19:18:43.201	EXCEPTION: Thread: 
2020.11.08 19:18:43.201	EXCEPTION: Message: Exception --> Cant parse the part YELLOW of the ledcontrol table config setting E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9
2020.11.08 19:18:43.201	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
2020.11.08 19:18:43.201	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
2020.11.08 19:18:43.201	EXCEPTION: Stacktrace:    at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
2020.11.08 19:18:43.201	EXCEPTION: Targetsite: Void ParseSettingData(System.String)
2020.11.08 19:18:43.201	Warning: Previous exceptions occured in the line spotacard_1960,0,0,0,0,0,0,E105 LRed AH100 AL0 AT0 AW19 SHPCircle3 L1/E138 LRed f200 AH100 AL0 AT0 AW19 SHPCircle3 L2/E109 LYellow AH100 AL20 AT0 AW19 SHPCircle3 L3/E114 LPowder_blue AH100 AL20 AT0 AW19 SHPCircle3 L4/E139 LRed f200 AH100 AL20 AT0 AW19 SHPCircle3 L5/E107 LWhite fd800 AH100 AL40 AT0 AW19 SHPCircle3 L6/E113 LWhite AH100 AL40 AT0 AW19 SHPCircle3 L7/E136 LGreen f200 AH100 AL40 AT0 AW19 SHPCircle3 L8/E111 L Yellow AH100 AL60 AT0 AW19 SHPCircle3 L9/E115 LPowder_blue AH100 AL60 AT0 AW19 SHPCircle3 L10/E140 LRed f200 AH100 AL60 AT0 AW19 SHPCircle3 L11/E106 LRed AH100 AL80 AT0 AW19 SHPCircle3 L12/E137 LRed f200 AH100 AL80 AT0 AW19 SHPCircle3 L13/E121 White AH30 AL0 AT0 AW9 SHPCircle3 300 L0/E121 White AH30 AL91 AT0 AW9 SHPCircle3 300 L0 of the ledcontrol file
2020.11.08 19:18:43.862	Loading LedControl file C:\DirectOutput\config\directoutputconfig51.ini
2020.11.08 19:18:43.863	Min DOF Version is 0.8 for file directoutputconfig51.ini
2020.11.08 19:18:43.863	Resolving Tables Variables
2020.11.08 19:18:43.863	Resolving Global Variables
2020.11.08 19:18:43.891	EXCEPTION: Table with ShortRomName Big_Shot_1974 has already been loaded (Exists more than once in ledcontrol file).
2020.11.08 19:18:43.891	EXCEPTION: Thread: 
2020.11.08 19:18:43.947	3 directoutputconfig.ini or ledcontrol.ini files loaded.
2020.11.08 19:18:43.948	Config for RomName FX3_AMUSEMENT exists in LedControl data. Updating cabinet and config.
2020.11.08 19:18:43.949	Debug: Setting up shape effect for area. L: 28, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:18:43.949	Debug: Setting up shape effect for area. L: 43, T: 0, W: 15, H: 100, Name: LETTERI
2020.11.08 19:18:43.949	Debug: Setting up shape effect for area. L: 48, T: 0, W: 15, H: 100, Name: LETTERL
2020.11.08 19:18:43.949	Debug: Setting up shape effect for area. L: 63, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:18:43.949	Debug: Setting up shape effect for area. L: 0, T: 0, W: 100, H: 100, Name: ROUNDANDROUND
2020.11.08 19:18:43.949	Debug: Setting up shape effect for area. L: 0, T: 0, W: 100, H: 100, Name: ROUNDANDROUND
2020.11.08 19:18:43.949	Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:18:43.949	Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:18:43.949	Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:18:43.949	Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:18:43.949	Debug: Setting up shape effect for area. L: 0, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:18:43.949	Debug: Setting up shape effect for area. L: 77, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:18:43.949	Debug: Setting up shape effect for area. L: 0, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:18:43.949	Debug: Setting up shape effect for area. L: 77, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:18:43.949	Debug: Setting up shape effect for area. L: 28, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 43, T: 0, W: 15, H: 100, Name: LETTERI
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 48, T: 0, W: 15, H: 100, Name: LETTERL
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 63, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 0, T: 0, W: 100, H: 100, Name: ROUNDANDROUND
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 0, T: 0, W: 100, H: 100, Name: ROUNDANDROUND
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 0, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 77, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 0, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 77, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 0, T: 0, W: 14, H: 100, Name: LETTERS
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 20, T: 0, W: 14, H: 100, Name: LETTERC
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 40, T: 0, W: 14, H: 100, Name: LETTERO
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 60, T: 0, W: 14, H: 100, Name: LETTERR
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 80, T: 0, W: 14, H: 100, Name: LETTERE
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100, Name: CIRCLE3
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100, Name: CIRCLE3
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100, Name: CIRCLE3
2020.11.08 19:18:43.950	Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100, Name: CIRCLE3
2020.11.08 19:18:43.951	Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100, Name: CIRCLE3
2020.11.08 19:18:43.951	Debug: Setting up shape effect for area. L: 28, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:18:43.951	Debug: Setting up shape effect for area. L: 43, T: 0, W: 15, H: 100, Name: LETTERI
2020.11.08 19:18:43.951	Debug: Setting up shape effect for area. L: 48, T: 0, W: 15, H: 100, Name: LETTERL
2020.11.08 19:18:43.951	Debug: Setting up shape effect for area. L: 63, T: 0, W: 15, H: 100, Name: LETTERT
2020.11.08 19:18:43.951	Debug: Setting up shape effect for area. L: 0, T: 0, W: 100, H: 100, Name: ROUNDANDROUND
2020.11.08 19:18:43.951	Debug: Setting up shape effect for area. L: 0, T: 0, W: 100, H: 100, Name: ROUNDANDROUND
2020.11.08 19:18:43.951	Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:18:43.951	Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:18:43.951	Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:18:43.951	Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30, Name: CIRCLE3
2020.11.08 19:18:43.952	Debug: Setting up shape effect for area. L: 0, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:18:43.952	Debug: Setting up shape effect for area. L: 77, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:18:43.952	Debug: Setting up shape effect for area. L: 0, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:18:43.952	Debug: Setting up shape effect for area. L: 77, T: 0, W: 23, H: 100, Name: ROUNDANDROUND
2020.11.08 19:18:43.952	Table config loading finished: romname=FX3_AMUSEMENT, tablename=FX3_AMUSEMENT
2020.11.08 19:18:43.952	Pinball parts loaded
2020.11.08 19:18:43.952	Starting processes
2020.11.08 19:18:43.952	Initializing cabinet
2020.11.08 19:18:43.952	Debug: Initializing output controllers
2020.11.08 19:18:43.970	TeensyStripController LEDStripController intialized and updater thread started.
2020.11.08 19:18:43.970	TeensyStripController LEDStripController updater thread  started.
2020.11.08 19:18:43.970	Initializing ComPort COM60 with these settings :
2020.11.08 19:18:43.970		BaudRate 9600, Parity None, DataBits 8, StopBits One, R/W Timeouts 200ms
2020.11.08 19:18:43.970		Handshake Timings : Open 50ms, Loop Start/End 20/50ms
2020.11.08 19:18:43.970	Pinscape Pinscape Controller 01 intialized and updater thread started.
2020.11.08 19:18:43.970	Pinscape Pinscape Controller 01 updater thread  started.
2020.11.08 19:18:43.970	Debug: Initializing LedWiz Nr. 08
2020.11.08 19:18:43.970	Pinscape Pinscape Controller 01 updater thread  has connected to Pinscape Pinscape Controller 01.
2020.11.08 19:18:43.971	LedWiz Nr. 08 initialized and updater thread initialized.
2020.11.08 19:18:43.971	Debug: Output controllers initialized
2020.11.08 19:18:43.971	Updater thread for LedWiz 08 started.
2020.11.08 19:18:43.974	Cabinet initialized
2020.11.08 19:18:43.974	Loading shape definition file: C:\DirectOutput\config\DirectOutputShapes.xml
2020.11.08 19:18:43.980	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:70, W:100, H:15), Matrix(W:144, H:1), ResultArea(Left: 0, Top:100, Right:0, Bottom:122, Width:1, Height:23)
2020.11.08 19:18:43.980	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:18:43.980	Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:85, W:100, H:15), Matrix(W:144, H:1), ResultArea(Left: 0, Top:122, Right:0, Bottom:143, Width:1, Height:22)
2020.11.08 19:18:43.980	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:143, Width:1, Height:144)
2020.11.08 19:18:43.980	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:50), Matrix(W:144, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:72, Width:1, Height:73)
2020.11.08 19:18:43.980	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:20), Matrix(W:144, H:1), ResultArea(Left: 0, Top:115, Right:0, Bottom:143, Width:1, Height:29)
2020.11.08 19:18:43.981	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:20), Matrix(W:144, H:1), ResultArea(Left: 0, Top:115, Right:0, Bottom:143, Width:1, Height:29)
2020.11.08 19:18:43.981	Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:115, Right:0, Bottom:129, Width:1, Height:15)
2020.11.08 19:18:43.981	Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:10), Matrix(W:144, H:1), ResultArea(Left: 0, Top:115, Right:0, Bottom:129, Width:1, Height:15)
2020.11.08 19:18:43.981	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:72, W:100, H:15), Matrix(W:144, H:1), ResultArea(Left: 0, Top:103, Right:0, Bottom:125, Width:1, Height:23)
2020.11.08 19:18:43.981	Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:72, W:100, H:15), Matrix(W:144, H:1), ResultArea(Left: 0, Top:103, Right:0, Bottom:125, Width:1, Height:23)
2020.11.08 19:18:43.981	Debug: MatrixBase for RGBAMatrixPlasmaEffect. Calculated area size: AreaDef(L:0, T:85, W:100, H:15), Matrix(W:144, H:1), ResultArea(Left: 0, Top:122, Right:0, Bottom:143, Width:1, Height:22)

2020.11.08 19:18:44.050	Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:77, T:0, W:23, H:100), Matrix(W:8, H:32), ResultArea(Left: 24, Top:0, Right:31, Bottom:7, Width:8, Height:8)
2020.11.08 19:18:44.050	Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
2020.11.08 19:18:44.050	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:23, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:7, Bottom:7, Width:8, Height:8)
2020.11.08 19:18:44.050	Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:23, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:7, Bottom:7, Width:8, Height:8)
2020.11.08 19:18:44.051	Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
2020.11.08 19:18:44.051	Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:77, T:0, W:23, H:100), Matrix(W:8, H:32), ResultArea(Left: 24, Top:0, Right:31, Bottom:7, Width:8, Height:8)
2020.11.08 19:18:44.051	Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:77, T:0, W:23, H:100), Matrix(W:8, H:32), ResultArea(Left: 24, Top:0, Right:31, Bottom:7, Width:8, Height:8)
2020.11.08 19:18:44.051	Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
2020.11.08 19:18:44.052	Framework initialized.
2020.11.08 19:18:44.052	Have fun! :)
2020.11.08 19:18:44.082	TeensyStripController LEDStripController updater thread  has connected to TeensyStripController LEDStripController.
2020.11.08 19:18:59.706	Finishing framework
2020.11.08 19:18:59.706	Finishing cabinet
2020.11.08 19:18:59.706	Debug: Finishing output controllers
2020.11.08 19:18:59.740	TeensyStripController LEDStripController updater thread  has disconnected from TeensyStripController LEDStripController and will terminate.
2020.11.08 19:18:59.740	TeensyStripController LEDStripController finished and updater thread stopped.
2020.11.08 19:18:59.741	Pinscape Pinscape Controller 01 updater thread  has disconnected from Pinscape Pinscape Controller 01 and will terminate.
2020.11.08 19:18:59.741	Pinscape Pinscape Controller 01 finished and updater thread stopped.
2020.11.08 19:18:59.741	Debug: Finishing LedWiz Nr. 08
2020.11.08 19:18:59.741	Updater thread for LedWiz 08 terminated.
2020.11.08 19:18:59.743	LedWiz Nr. 08 finished and updater thread stopped.
2020.11.08 19:18:59.743	Debug: Output controllers finished
2020.11.08 19:18:59.743	Cabinet finished
2020.11.08 19:18:59.743	DirectOutput framework finished.
2020.11.08 19:18:59.743	Bye and thanks for using!
2020.11.08 19:18:59.743	Initializing cabinet
2020.11.08 19:18:59.743	Debug: Initializing output controllers
2020.11.08 19:18:59.743	Debug: Output controllers initialized
2020.11.08 19:18:59.743	Cabinet initialized
2020.11.08 19:18:59.759	Pinscape Pinscape Controller 01 intialized and updater thread started.
2020.11.08 19:18:59.759	Pinscape Pinscape Controller 01 updater thread  started.
2020.11.08 19:18:59.759	Pinscape Pinscape Controller 01 updater thread  has connected to Pinscape Pinscape Controller 01.
2020.11.08 19:18:59.791	Opening 32-bit LedWiz driver...
2020.11.08 19:18:59.791	Debug: Initializing LedWiz Nr. 08
2020.11.08 19:18:59.792	LedWiz Nr. 08 initialized and updater thread initialized.
2020.11.08 19:18:59.792	Opening 32-bit LedWiz driver...
2020.11.08 19:18:59.792	Updater thread for LedWiz 08 started.
2020.11.08 19:19:02.827	Debug: Disposing LedWiz instance 08.
2020.11.08 19:19:50.095	ArtNet  finished and updater thread stopped.
2020.11.08 19:19:50.095	PinControl  finished and updater thread stopped.
2020.11.08 19:19:50.096	Pinscape Pinscape Controller 01 updater thread  has disconnected from Pinscape Pinscape Controller 01 and will terminate.
2020.11.08 19:19:50.096	Pinscape Pinscape Controller 01 finished and updater thread stopped.
2020.11.08 19:19:50.096	ArtNet  finished and updater thread stopped.
2020.11.08 19:19:50.096	PinControl  finished and updater thread stopped.
2020.11.08 19:19:50.096	Debug: Finishing LedWiz Nr. 08
2020.11.08 19:19:50.096	Updater thread for LedWiz 08 terminated.
2020.11.08 19:19:50.122	LedWiz Nr. 08 finished and updater thread stopped.
2020.11.08 19:19:50.122	ArtNet  finished and updater thread stopped.
2020.11.08 19:19:50.122	PinControl  finished and updater thread stopped.
2020.11.08 19:19:50.122	Finishing cabinet
2020.11.08 19:19:50.122	Debug: Finishing output controllers
2020.11.08 19:19:50.122	Debug: Output controllers finished
2020.11.08 19:19:50.122	Cabinet finished
2020.11.08 19:19:50.140	Debug: Disposing LedWiz instance 08.
2020.11.08 19:19:50.140	Debug: Disposing LedWiz instance 08.
2020.11.08 19:19:50.140	Debug: Disposing LedWiz instance 08.


Interesting, in the non working log

 

2020.11.08 19:27:07.445    Loading shape definition file: C:\DirectOutput\config\DirectOutputShapes.xml
2020.11.08 19:27:07.447    EXCEPTION: TeensyStripController LEDStripController updater thread could not connect to the controller. Thread will quit.
2020.11.08 19:27:07.447    EXCEPTION: Thread: TeensyStripController LEDStripController updater thread
2020.11.08 19:27:07.447    EXCEPTION: Message: Exception --> A exception occured while trying to open the Com-port 'COM60'. Found the following Com-Ports: COM1, COM60. Will not send data to the controller.
2020.11.08 19:27:07.447    EXCEPTION: Stacktrace: at DirectOutput.Cab.Out.AdressableLedStrip.TeensyStripController.ConnectToController()
2020.11.08 19:27:07.447    EXCEPTION: Stacktrace: at DirectOutput.Cab.Out.OutputControllerCompleteBase.UpdaterThreadDoIt()
2020.11.08 19:27:07.447    EXCEPTION: Targetsite: Void ConnectToController()
2020.11.08 19:27:07.447    EXCEPTION: InnerException 1: UnauthorizedAccessException --> Access to the port 'COM60' is denied.


Edited by pitty, 08 November 2020 - 12:54 PM.


#14 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,864 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 08 November 2020 - 07:50 PM

Oh, i see what it is doing in there, it is using freezy's command line DMD extension


If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow


#15 pitty

pitty

    Hobbyist

  • Members
  • PipPip
  • 38 posts

  • Flag: Australia

  • Favorite Pinball: star wars

Posted 08 November 2020 - 08:41 PM

well i tried changing com ports to 51, and then to let device manager auto assign a port and it chose port 3.

 

reboot each time, unplug teensy.

 

both times EXCEPTION: InnerException 1: UnauthorizedAccessException --> Access to the port 'COM xx ' is denied.

 

so it's not that.

 

Seems as soon as pupdmdcontrol.exe takes over handling the dmd/mx leds - something blocks communication with the teensy on whatever com port i set the teensy to.


Also, why is directoutputconfig.ini and directoutputconfig51.ini being called in the logs?

 

I thought the only one i used would be directoutputconfig30.ini - which is my downloaded file from dof configtool website.

 

 

 

Also this line

2020.11.08 19:17:40.983    TeensyStripController LEDStripController updater thread has disconnected from TeensyStripController LEDStripController and will terminate.

2020.11.08 19:17:40.984    TeensyStripController LEDStripController finished and updater thread stopped.

 

 

might not be present in both logs? The above lines are closing the teensy device nicely, compared to other log?


Edited by pitty, 08 November 2020 - 08:50 PM.


#16 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,603 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 08 November 2020 - 09:44 PM

2020.11.08 19:27:07.447    EXCEPTION: Message: Exception --> A exception occured while trying to open the Com-port 'COM60'. Found the following Com-Ports: COM1, COM60. Will not send data to the controller.

 

That will do it.  Well done on finding it.  As the message says "Will not send data to the controller".  DOFLinx has been blocked using DOF by another process.  Until the other process releases the resources either nicely, or by being stopped, then DOFLinx cannot send commands to your MX.


DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here

#17 pitty

pitty

    Hobbyist

  • Members
  • PipPip
  • 38 posts

  • Flag: Australia

  • Favorite Pinball: star wars

Posted 08 November 2020 - 09:57 PM

2020.11.08 19:27:07.447    EXCEPTION: Message: Exception --> A exception occured while trying to open the Com-port 'COM60'. Found the following Com-Ports: COM1, COM60. Will not send data to the controller.

 

That will do it.  Well done on finding it.  As the message says "Will not send data to the controller".  DOFLinx has been blocked using DOF by another process.  Until the other process releases the resources either nicely, or by being stopped, then DOFLinx cannot send commands to your MX.

 

Yes but hmmm, how can i find out what is blocking it?

 

I only have the usual programs installed vpx, dof, pinupsystem, pinvolssf, peace, equalizerapo, pinmame, clean install of windows 10.

 

What else would hook into the teensy port? it has to be pinup popper/player/system/pupdmdcontroller ?

 

ok i will try Portmon when i get home from work

https://docs.microso...wnloads/portmon

 

 

but ... even when i turned off popper MX leds through the global config - i'm sure there was still an exception.

 

I will find out tonight.

 

maybe this will help

https://www.virtual-...-on-windows-10/

 

 

so the handover of the com port from pinup popper, which uses? pupdmdcontroller or freezy to display leds? then loading the fx3 table calls on pupdmdcontroller again?

 

not sure how it all works. logging will show the truth.


Edited by pitty, 08 November 2020 - 10:09 PM.


#18 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,603 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 08 November 2020 - 10:05 PM

Its likely that DOF has the port open in another instance and its that other instance of DOF that is being run by X.  Hopefully portmon will shed some light.


DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here

#19 pitty

pitty

    Hobbyist

  • Members
  • PipPip
  • 38 posts

  • Flag: Australia

  • Favorite Pinball: star wars

Posted 08 November 2020 - 10:19 PM

So on a side note, you created all the b2s backglasses for fx3 yes?

 

when you right click the backglass on a fx3 table, is the plugins button supposed to be greyed out?

 

I mean it's not greyed out for my vpx tables, but was for fx3


Edited by pitty, 08 November 2020 - 10:21 PM.


#20 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,603 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 08 November 2020 - 10:34 PM

So on a side note, you created all the b2s backglasses for fx3 yes?

 

when you right click the backglass on a fx3 table, is the plugins button supposed to be greyed out?

 

I mean it's not greyed out for my vpx tables, but was for fx3

 

Yes I did.  So I create content within the standard B2S backglass.  I do nothing specific with plugins.  I don't believe you would need any with FX3 backglasses, but then I don't use anything for  DMD, etc - mine is just a 3rd screen.


DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here