Riley

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 260 total)
  • Author
    Posts
  • in reply to: Z axis problem #5803
    Riley
    Keymaster

    Hey Spark,

    I see you are using coolterm? Did you try tgFX? I will have an OXS new “edge” build out tonight? (i hope) that you can test. However, I am curious as I do a different method of sending files rather than just using RTS. I use RTS + count bytes. Its not ideal and I will update this to use qr’s as well. However I would be very interested to see if you still experience this same issue in tgFX.

    ril3y

    in reply to: tinyG Recommended flow control #5802
    Riley
    Keymaster

    I think this was posted before we used CTS/RTS for flow control. XON was the preferred method. That being said XON should work just fine as long as you set XON on both ends. Meaning TinyG $ex=1 and coolterm (or whatever).

    ril3y

    in reply to: TinyG edge drifts on series of small movements #5801
    Riley
    Keymaster

    Flux and Grath,

    Lots of good stuff here! Flux, could you add your code to the “sending gcode files” on the wiki?
    https://github.com/synthetos/TinyG/wiki/TinyG-Sending-Files

    Alden/rob/I have been swamped over the past few days. I promise we will look at this. We hear you! I am sorry tgFX did not work in Linux for you. I am very much looking forward to playing with your code too!

    Grath you are a machine! Thanks for the help in replicating this issue.

    As far as dev goes.. ALL BETS ARE OFF 🙂 That being said here is the “official” game plan. I am getting tgFX stable with “412.01”, then we are going to push forward 412.02 as master as there are a few changes from there.

    Just an FYI.

    I did post a windows bin for the newest tgFX. I will post a new thread there too. I could use some help testing it out. It should address a few of your gripes too grath.

    Ril3y

    Riley
    Keymaster

    Could you give me the config in json?

    {“1″:””}
    {“2″:””}
    {“3″:””}
    {“4″:””}
    {“a”:””}
    {“b”:””}
    {“c”:””}
    {“x”:””}
    {“y”:””}
    {“z”:””}
    {“sys”:””}

    Enter that and give me all the results. Mind the quotes.. It looks like wordpress likes to “make them pretty” and change the ascii values at times?

    ril3y

    • This reply was modified 10 years, 6 months ago by Riley.
    Riley
    Keymaster

    Ok this is weird indeed. My first thought would be to restore all config values to default. Lets see your config and see if I can replicate it.

    ril3y

    Riley
    Keymaster

    So NONE of the G00 Z 3.0000’s go back up while sending files?

    However if do a G0 Z 3.0000 at the command line it works?

    ril3y

    Riley
    Keymaster

    Dj0nes,

    What is your zaxis issues? I want to be clear we are dealing with the same thing?

    in reply to: Z axis problem #5652
    Riley
    Keymaster

    Sparkcrafter,

    Thanks for reporting this issue. We are trying to reproduce your results with the gcode above. I am sorry this is happening. Please know we are working on it!

    Can you put your config in json? Meaning do this

    {“1″:””}
    {“2″:””}
    {“3″:””}
    {“4″:””}
    {“a”:””}
    {“b”:””}
    {“c”:””}
    {“x”:””}
    {“y”:””}
    {“z”:””}
    {“sys”:””}

    and paste all that back to me. I am going to create a config file and load it via tgfx so we are 100% sure we using the same config. Also just make sure that the config you send still causes the error to occur when sending the small snippet of gcode above.

    ril3y

    • This reply was modified 10 years, 6 months ago by Riley.
    in reply to: tgFX/TinyG getting started (noob) #5614
    Riley
    Keymaster

    Hey guys,

    Sorry been a bit busy this week. Hopefully this weekend I can put some new code up. First off thanks to everyone helping out on this thread! I read it and cringe a bit. “you have to do x to y and then jump and close your eyes” to get this to work. I am sorry about this 🙂

    The zooming and machines with large max travel values are HORRIBLE! On my 4ft x 2ft. cnc I put it at 300mm x 300m so I can at least see!
    I realize that is not a great solution.

    I would very much like to see your “cam file sender” also you should put it on the wiki.
    https://github.com/synthetos/TinyG/wiki/TinyG-Sending-Files

    As for the uninstaller. I have muddied the water by releasing zip files and exe files. If you used an “installer” remove it before you use another exe installer. There should be a uninstaller in the windows program files for tinyg. If anyone is going to be around this weekend I am going to try to push out some new experimental builds. I have taken on a few design issues that people were complaining about. Also I am trying to fix the jogging bug where it changes tabs. I think there also is a bug when sending files that sometimes a line is skipped? Which can be pretty bad if its say pickup the Z axis from the work. Has anyone else seen this? Wow I am really off topic. Sorry guys.

    Thanks!

    ril3y

    in reply to: COM port not showing up #5613
    Riley
    Keymaster

    nwags,

    Hi there. So lets set the bluetooth aside and focus only on the USB port on the v8. Dumb stuff first. Do you hear the sound like a board was detected? Does anything show up in control panel? Like a yellow ? device? What about the USB cable. Does this cable work with the arduino?

    Lets get that out of the way first.

    in reply to: Small Arc errors – TinyG/tgFX – Engraving job #5568
    Riley
    Keymaster

    So one thing you can do to see if this is indeed tgFX or TinyG issue is run this in coolterm.

    So just make sure you select RTS and connect then send file and stand back 🙂
    This will for sure give me some data to get this one tracked down!

    Can you post this file too? I love the design very cool stuff indeed.

    ril3y

    in reply to: TinyG/CoolTerm crashing solved #5565
    Riley
    Keymaster

    Firmware Update:
    Can you show me in the firmware updating documentation that is says to ‘download avrdude’ ? There are many many many many random avrdude.exe bins floating around on the internet. I am not sure what avrdude bin you are using. Re-read this.

    https://github.com/synthetos/TinyG/wiki/TinyG-Updating-Firmware#wiki-step3

    Specifically,

    The quickest way to get a binary version of avrdude for your system is to download the latest version of the Arduino IDE.

    As far as “repeated for months” goes. Your last post on that page firmware updating issue page was you were going too looking into a possible fix that mcgyver posted.” You did not follow up. You also have opened 30x topics that all are closely related not to mention posting on other topics your issues. This honestly is hard to follow. I am not saying you are wrong to do so. I am simply stating that its a bit of a “who knows what is wrong”.

    Documentation:
    Documentation or the “assumed” lack thereof. TinyG wiki is about how TinyG operates. It is there for assumed that you know something about Gcode. There are plenty of Gcode tutorials out there that you can read to get up to speed on it.

    Address:
    Yes we do not provide this on the web page. By design.
    you may email customerservice @ synthetos.com to get the address to send your board back in.

    So the idea is, once I cancelled TinyG from CoolTerm, I should have entered “!% G0 Z0″, is that right?

    Yes and no. Did you read my post about hitting cancel on Coolterm? If you did and did not understand please let me know. If you were to say send a G0X10000 that would be a very far move on the X axis right?
    If you wanted to stop this move you would do !% then if you wanted to go to Z5 then you would do (after you sent %!) G0Z5 yes.

    Again, sending file in coolterm is good for sending a file. Not stopping not resuming not anything else. At least during the file send.

    Still trying to help.
    ril3y

    in reply to: TinyG/CoolTerm crashing solved #5532
    Riley
    Keymaster

    Hey Tom,

    TinyG is modal. Resetting the buffer does not reset the board or the mode. Since g3 was the last “mode” it was in. It will continue to be in this mode until you change it. I think you opened another thread that is similar to this problem if not the same here?

    TinyG/CoolTerm crashing NOT solved

    If this is the case I am going to move that thread here. I think putting up multiple topics on the same issue is a bit confusing.

    If this is the same issue (z0 ran 4x times when in modal g3 sent tinyg into la la land when you send the correct gcode g0z5) then you very well could have found a bug. What I would suggest for now is to not send invalid gcode (if it can be avoided 🙂 I tried to reproduce this however have not been able to as of yet. I am no way saying you are not 110% correct in seeing what you have seen! Just to be clear. The best way (if you are interested) to help us fix / identify this bug is to spell out exactly what it takes to reproduce it. For example:

    1. Hit reset on Tinyg.
    2. Opened coolterm and connected with RTS checked at 115200 baud.
    3. Sent a file to TinyG.
    3a. The file was.
    G0x100
    G0x0
    G1F250x10y20
    4. Hit cancel 5 seconds into the job.
    5. In coolterm typed !% hit enter.
    6. TinyG Stops
    7. Typed in coolterm Z5 5x times. Each time with error “XYZ”
    8. Type in coolterm G0Z0
    9. TinyG goes off into XYZ coords.

    Bug reproduced.

    I admit timing bugs (5 seconds into the file send etc) are a bit harder to pinpoint. This kind of diagnostics gives us a fighting chance at fixing your issues.

    Coolterm Advice / Issues:
    Canceling jobs via coolterm is not as simple as you might think. As an FYI the OS is controlling flow control. So hitting cancel does nothing to the OS buffer that has been stored up. So typing !% will clear the buffer that currently resides in the TinyG. However the OS may / could have many bytes buffered. Simply pressing cancel does not clear the OS output buffer.

    Which is really the heart of the matter. Coolterm is not meant to be used interactively they way you are. tgFX is much better for doing such operations. I did see you had an issue in updating your firmware. I think cmcgrath posted a link that you said you were going to look into last I checked.

    updating the firmware

    However, if you are still having issues I was not aware you were unable to get firmware updating to work. I have been working on getting firmware updating working in tgFX. Its still a bit raw. That being said you are more than welcome to send the board in and I will update the firmware for you.

    Trying to help.
    ril3y

    in reply to: CNC mill conversion G0704 Grizzly – cheap #5436
    Riley
    Keymaster

    Did you forget a link? I do not see any pics.

    in reply to: Eagle files, gerbers, BOM #5435
    Riley
    Keymaster

    TinyG source is open source. We also provide the schematics. TinyG hardware is not OSH.

Viewing 15 posts - 16 through 30 (of 260 total)