Riley

Forum Replies Created

Viewing 15 posts - 151 through 165 (of 260 total)
  • Author
    Posts
  • in reply to: Trouble sending files #4118
    Riley
    Keymaster

    Hmm. Let me know how it goes with new cables. Also, when you went down to 10.0 in/min how did it look? BTW, getting tgFX working right now is a bit tough. I should have some updates with “exes” available soon. If you find any issues with tgfx please open issues via github!

    Thanks,

    Riley

    in reply to: How to actually setup the machine #4117
    Riley
    Keymaster

    Donkey,

    I would go check the grbl forums for the specifics you are asking for.

    in reply to: Trouble sending files #4072
    Riley
    Keymaster

    No I do not think that Windows is your issue. I ran your file just fine.

    Troubleshooting

    I am using 370.08 too. What does it do at the n? I am not entirely sure what you are describing.

    Riley

    in reply to: Did I blow up my board? #4066
    Riley
    Keymaster

    As an FYI to future travelers. This is a writeup on how to fix your LOCKBIT’s should anyone else come across this issue.

    https://github.com/synthetos/TinyG/wiki/Firmware-Update-Verification-Failure

    Ril3y

    in reply to: Wait till complete #4065
    Riley
    Keymaster

    I think the G4 is the only way to do this. I am not sure why it would not be efficient. If you know how long the pneumatic operation takes then just use g4 + some fudge room and it should be pretty efficient?

    in reply to: Board gone silent :( #4040
    Riley
    Keymaster

    I am pretty sure the xboot.hex you had was one that we had a bug in.  Oh cool!  I have some nodejs working right now with TinyG.  NOTHING SPECIAL.  It pretty much can read values.

    I would like to see your work.  Right now my time is really tied up with JavaFX on tgFX.

    Riley

    in reply to: Many issues with limit switches and homing #4038
    Riley
    Keymaster

    Sfeine,

    I am 99.99% sure this is an configuration issue / connection issue.  This is what I want you to do.  set ALL switches to disabled but ONE!

    Set these values to DISABLE everything else.

    $ysn=0
    $ysx=0

    $zsn=0
    $zsx=0

    $asn=0
    $asx=0

    B and C on TinyG (v1 through v7) do not support switches.

    Also 2x verify your $st (switch type) is set correctly.

    Lets use the X as our first test case.  This will help us troubleshoot which axis is causing the issue.  You might not be aware but ANY SWITCH that is triggered during a homing operation will fire as if it were the axis being homed.   Meaning if even ONE switch is not wired right or configured right your WHOLE weekend could be ruined 🙂

    Set these values for X.  This will be our test axis.
    $xsn=0
    $xsx=1
    To be clear this means that we have our switched wired across the XMAX jumpers.  ALL other switch jumpers are disconnected.  EVEN the xmin jumper.

    Ok, whew!  Now we need to attempt to home X.
    Issue a:
    g28.2 x0

    You X axis should move towards your switch.  Note that if it does not you can either change the polarity of your motor in software or reverse the wiring pair on the board motor terminals.

    If this works as expected.  Do this whole thing again but enable Y vs X.   In a perfect world you could use that very same switch for all axis’s since you KNOW that it worked right on the X axis.  This would verify that if all homing operations work with this switch being moved to each jumper pair, the switch is good.  Therefore perhaps another switch is not.  I know this is a bit wordy.  If this does not make sense let me know.  Its basically saying we are testing all homing operations with a “known good switch”.  Try this out and let me know how this works.  If it does not work.  I need details.  We will get this working I assure you bud.

     

    Riley

     

     

     

     

    in reply to: Swap out drv8811 #4033
    Riley
    Keymaster

    Good luck man.  I hope it all goes well!

     

    Riley

    in reply to: Many issues with limit switches and homing #4032
    Riley
    Keymaster

    X = min

    Y = max

    Z = max

     

    In your settings you have this configured for your limit switches.  Is your actual switches wired into this same configuration?

    in reply to: Problems flashing firmware #4028
    Riley
    Keymaster

    mabel which link are you referring to?

    in reply to: new FTDI driver 2.8.28.0 issues #4027
    Riley
    Keymaster

    In the past FTDI drivers in windows has caused issues. I am glad you figured it out however.

     

    Riley

    in reply to: Board gone silent :( #4026
    Riley
    Keymaster

    Hi Aprice,

    What is a
    node s/w mean?  Also, there was a bug in the bootloader, which was recently fixed.  Sorry about that.  It looks like you reflashed with the recent xboot.hex?  Also what deprecated links are you referring to?  I will fix them.

     

    Riley

    in reply to: Wait for command to finish? #4025
    Riley
    Keymaster

    I would say this lies outside of “firmware” or “hardware” I set this up now with a red button that kills power to my tinyg.  This way its out side of TinyG and will kill everything without question.

     

    Riley

    in reply to: Many issues with limit switches and homing #4024
    Riley
    Keymaster

    Did you set your switch type?

     

    [st]  switch type                 0 [0=NO,1=NC]

     

    $st=1 would set this to Normally Closed.

    This ONE setting applies to ALL switches.

     

    Riley

    in reply to: TinyG limit switch reaction time #4018
    Riley
    Keymaster

    Just to be clear Alden, on the OpenPNP forum posted this response.  Thanks for the follow up Karl.  You rock.

     

    It’s expected that the search velocity needs to be tuned for the setup, and should be significantly slower than the max velocity. Have you tried using a higher jerk for homing? The homing jerk is independently settable for this purpose. The jerk can actually be set high enough that you lose steps on the decel. This is OK as you are in a homing operation. You would never want to run it this high in actual operation. Please let me know if this gives you more headroom.

    Alden
Viewing 15 posts - 151 through 165 (of 260 total)