I have 2 strips, 1 on each side of the Playfield. Both are 1mtr in length and 144 led in each length. I am using an separate power supply to power them and controlling it with a teensy 3.2.
Testing through the Adruino software, everything works fine and all test patterns work without any issues.
I have followed a few different tutorials on the setup of these and don’t seem to able to make any progress and get no effect results from any table through dof on VPX tables.
I have followed the tutorials on the setup
With dof and cabinet files and don’t seem to able to get them to work.
Has anybody got any common suggestions on what I may be missing?
Below are my GlobalConfig.xml and GlobalConfig_B2SServer.xml
GlobalConfig
<?xml version="1.0" encoding="utf-8"?>
<!--Global configuration for the DirectOutput framework.-->
<!--Saved by DirectOutput Version 3.1.7011.27968: 2019-10-20 12-09-27-->
<GlobalConfig>
<LedWizDefaultMinCommandIntervalMs>10</LedWizDefaultMinCommandIntervalMs>
<LedControlMinimumEffectDurationMs>60</LedControlMinimumEffectDurationMs>
<LedControlMinimumRGBEffectDurationMs>120</LedControlMinimumRGBEffectDurationMs>
<PacLedDefaultMinCommandIntervalMs>10</PacLedDefaultMinCommandIntervalMs>
<IniFilesPath />
<CabinetConfigFilePattern>C:\DirectOutput\Config\GlobalConfig.xml</CabinetConfigFilePattern>
<TableConfigFilePatterns />
<EnableLogging>true</EnableLogging>
<ClearLogOnSessionStart>true</ClearLogOnSessionStart>
<LogFilePattern>.\DirectOutput.log</LogFilePattern>
</GlobalConfig>
GlobalConfig_B2SServer.xml
xml version="1.0"
<Name>TravisVPIN</Name>
<OutputControllers>
<TeensyStripController>
<Name>TeensyStripController</Name>
<NumberOfLedsStrip1>288</NumberOfLedsStrip1>
<NumberOfLedsStrip2>0</NumberOfLedsStrip2>
<NumberOfLedsStrip3>0</NumberOfLedsStrip3>
<NumberOfLedsStrip4>0</NumberOfLedsStrip4>
<NumberOfLedsStrip5>0</NumberOfLedsStrip5>
<NumberOfLedsStrip6>0</NumberOfLedsStrip6>
<NumberOfLedsStrip7>0</NumberOfLedsStrip7>
<NumberOfLedsStrip8>0</NumberOfLedsStrip8>
<ComPortName>COM3</ComPortName>
</TeensyStripController>
</OutputControllers>
<Toys>
<LedStrip>
<Name>PF Left LedStrip</Name>
<Width>1</Width>
<Height>144</Height>
<LedStripArrangement>TopDownLeftRight</LedStripArrangement>
<ColorOrder>GRB</ColorOrder>
<FirstLedNumber>1</FirstLedNumber>
<FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
<OutputControllerName>TeensyStripController</OutputControllerName>
</LedStrip>
<LedStrip>
<Name>PF Right LedStrip</Name>
<Width>1</Width>
<Height>144</Height>
<LedStripArrangement>BottomUpRightLeft</LedStripArrangement>
<ColorOrder>GRB</ColorOrder>
<FirstLedNumber>145</FirstLedNumber>
<FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
<OutputControllerName>TeensyStripController</OutputControllerName>
</LedStrip>
<LedWizEquivalent>
<Name>LedWizEquivalent 30</Name>
<Outputs>
<LedWizEquivalentOutput>
<OutputName>PF Left LedStrip</OutputName>
<LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber>
</LedWizEquivalentOutput>
<LedWizEquivalentOutput>
<OutputName>PF Right LedStrip</OutputName>
<LedWizEquivalentOutputNumber>4</LedWizEquivalentOutputNumber>
</LedWizEquivalentOutput>
</Outputs>
<LedWizNumber>30</LedWizNumber>
</LedWizEquivalent>
</Toys>
<AutoConfigEnabled>true</AutoConfigEnabled>
</Cabinet>
Help Please