Strange Patterns Addressable LEDs

Viewing 20 posts - 1 through 20 (of 32 total)
  • Author
    Posts
  • #107006
    Josh
    Participant
      @osujd

      All,

       

      I am sure this is on my end but I can’t figure out why I am getting strange patterns using the addressable LEDs.  I used attack from mars as an example since Terry showed a video of his working.  I am attaching a video of it working along with my cabinet config xml any help would be much appreciated.  All Leds work I have confirm using a Arduino test pattern.

      #107009
      randr
      Keymaster
        @randr
        ModeratorMember

        No video attached… just past full html link in your post no “embed” link

        ********************************************************
        Messing with the VPinball app and push notifications.
        So if you haven't downloaded app yet what are you waiting for!?
        for IOS and Android

        ********************************************************

        #107012
        Josh
        Participant
          @osujd

          oops sorry about that

          Here is the link:

          #107016
          Josh
          Participant
            @osujd

            Here are my other attachments

            Screenshot_1

            Screenshot_2

             

             

            #107017
            Josh
            Participant
              @osujd

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

              <Name>joshmatrix</Name>
              <OutputControllers>

              <TeensyStripController>
              <Name>LEDStripController</Name>
              <NumberOfLedsStrip1>448</NumberOfLedsStrip1>
              <NumberOfLedsStrip2>144</NumberOfLedsStrip2>
              <NumberOfLedsStrip3>144</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 Back</Name>
              <Width>56</Width>
              <Height>8</Height>
              <LedStripArrangement>BottomUpAlternateRightLeft</LedStripArrangement>
              <ColorOrder>GRB</ColorOrder>
              <FirstLedNumber>1</FirstLedNumber>
              <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
              <OutputControllerName>LEDStripController</OutputControllerName>
              </LedStrip>

              <LedStrip>
              <Name>PF Right</Name>
              <Width>1</Width>
              <Height>144</Height>
              <LedStripArrangement>TopDownLeftRight</LedStripArrangement>
              <ColorOrder>GRB</ColorOrder>
              <FirstLedNumber>449</FirstLedNumber>
              <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
              <OutputControllerName>LEDStripController</OutputControllerName>
              </LedStrip>

              <LedStrip>
              <Name>PF Left</Name>
              <Width>1</Width>
              <Height>144</Height>
              <LedStripArrangement>TopDownLeftRight</LedStripArrangement>
              <ColorOrder>GRB</ColorOrder>
              <FirstLedNumber>593</FirstLedNumber>
              <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
              <OutputControllerName>LEDStripController</OutputControllerName>
              </LedStrip>

              <LedWizEquivalent>

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

              #107018
              randr
              Keymaster
                @randr
                ModeratorMember

                First of all your matrix build looks very nice!

                I would guess you either didnt setup the number of led’s in config file for dof or if you did perhaps you didnt set them up correctly? double check the configuration of leds in your dof configuration file

                ********************************************************
                Messing with the VPinball app and push notifications.
                So if you haven't downloaded app yet what are you waiting for!?
                for IOS and Android

                ********************************************************

                #107020
                Josh
                Participant
                  @osujd

                  Cant take credit for any of it….was purchased from Zeb…He does great work however

                  #107021
                  Josh
                  Participant
                    @osujd

                    Is the configuration more than the cabinet.xml file and dof web files?

                     

                    #107034
                    TerryRed
                    Moderator
                      @terryred
                      MemberContributorModerator

                      I’m guessing this is your problem…

                      <LedStripArrangement>BottomUpAlternateRightLeft</LedStripArrangement>

                       

                      You probably have to select a different arrangement for how your have yours setup.

                      http://pinball.weilenmann.net/docu/DirectOutputWIP/namespace_direct_output_1_1_cab_1_1_toys_1_1_layer.html

                      #107041
                      Josh
                      Participant
                        @osujd

                        So these are LED panels is there a test to know which arrangement to use?

                        #107043
                        TerryRed
                        Moderator
                          @terryred
                          MemberContributorModerator

                          BottomUpAlternateRightLeft

                          Not “test”…. so you need to figure out which one you need. Did Zeb provide you with a cabinet.xml or a reference to use for configuring it?

                          The only other method would be to try each setting I linked until you find one that works.

                          #107044
                          randr
                          Keymaster
                            @randr
                            ModeratorMember

                            Yeah I’m sure zeb could provide the configuration for this if he provided the hardware. Just send him a email and ask or just count the leds note direction they are wired up and set up in config it yourself but zeb should have the info

                            ********************************************************
                            Messing with the VPinball app and push notifications.
                            So if you haven't downloaded app yet what are you waiting for!?
                            for IOS and Android

                            ********************************************************

                            #107047
                            Josh
                            Participant
                              @osujd

                              <p style=”padding-left: 30px;”>Well he did but i don’t think he was entirely sure how the xml is read by DOF I will plug and chug hopefully I find a match</p>

                              #107076
                              Josh
                              Participant
                                @osujd

                                So I have tried every combo on the DOF site.  Unfortunately none of them look exactly right are there other things that can be changed?

                                #107077
                                Josh
                                Participant
                                  @osujd

                                  Should Any of the following be changed in DOF

                                  Screenshot_3

                                  #107080
                                  randr
                                  Keymaster
                                    @randr
                                    ModeratorMember

                                    I believe the problem your having is related to a cabinet.xml configuration problem. In that xml file you need to setup your total led’s, and direction they run.

                                    ********************************************************
                                    Messing with the VPinball app and push notifications.
                                    So if you haven't downloaded app yet what are you waiting for!?
                                    for IOS and Android

                                    ********************************************************

                                    #107081
                                    Josh
                                    Participant
                                      @osujd

                                      So by my count the matrix is 8 Pixels High and 56 Across  I have tried inserting all 16 LED Enumeration Values (i.e.BottomUpAlternateRightLeft) None of the value seems to make the correct pattern are there any other values I can change on the cabinet xml?

                                      #107083
                                      randr
                                      Keymaster
                                        @randr
                                        ModeratorMember

                                        I do not know how your leds are wired but looking at your video it looks like you are telling the cabinet.xml that the matrix is actually right side or left side and effects your seeing are for side martian lights (single row) so it displays on matrix completely wrong. are you installing side addressable led’s? very important to know how its made, wired, order and direction and then you can set it up in cabinet.xml

                                        ********************************************************
                                        Messing with the VPinball app and push notifications.
                                        So if you haven't downloaded app yet what are you waiting for!?
                                        for IOS and Android

                                        ********************************************************

                                        #107085
                                        Josh
                                        Participant
                                          @osujd

                                          I am installing side addressable leds those seem to be working correct based on the fact when the Pinball is parked in the shooter lane the lights flash back and forth at the end  but the matrix is definitely goofy, but I am not quite sure what to change if none of those 16 values fix it

                                          #107086
                                          randr
                                          Keymaster
                                            @randr
                                            ModeratorMember

                                            Ok so both sides work thats great! so your matrix is wired how? right to left down to up in the 8 rows then continue to left side?

                                            From video it looks like your matrix is wired up down right to left but im guessing. if left and right sides are working then its simply the direction for matrix you have not setup right in xml

                                            ********************************************************
                                            Messing with the VPinball app and push notifications.
                                            So if you haven't downloaded app yet what are you waiting for!?
                                            for IOS and Android

                                            ********************************************************

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

                                          Forums are currently locked.

                                          ©2024 VPinBall.com

                                          Log in with your credentials

                                          Forgot your details?