Forum Replies Created
-
AuthorPosts
-
cmcgrath5035
ModeratorFrom your description, tinyG is not booting up.
I suggest you send this description to
September 19, 2016 at 6:37 am in reply to: Any examples of two or more TinyG with SPI or RS485? #9917cmcgrath5035
ModeratorI suggest you post a question here:
There has not been much discussion on this topic in past couple years.
cmcgrath5035
ModeratorSchematics can be found here:
Pull up the spec sheet for the TI drivers – challenge will be that the current llow in the differential comparator circuit is pulsed – you will need good instrumentation.
cmcgrath5035
ModeratorI believe the simple answer is no, not out of the box.
But do some Google Search on “kinematics tinyG” several rather old topics such as
Please report any success you have on your search – others have asked similar
September 11, 2016 at 6:35 am in reply to: hangs due to attempted use of touch plate during program #9909cmcgrath5035
ModeratorThe way I read my previous references(wiki, issues), M6 is not ‘rejected’ by tinyG, rather some code runs but apparently, as you are finding, not completely or correctly.
I would suggest you open a new issue atrequesting status update on M6 Gcode command support, referencing Issue 75 this thread and any others you have over at Chilipeppr that make clear what you are trying to do.
The gitHub/Issues are managed by the developers directly.
September 10, 2016 at 7:16 am in reply to: hangs due to attempted use of touch plate during program #9907cmcgrath5035
ModeratorI am a little confused as to what is actually being sent to tinyG.
Per tinyG WikiThe M6 Gcode command is “no operation at this time”, which to me translates to Not supported , but I have never tried it.
If you are sending M6, what internal state tinyG ends up in might be indeterminate.Perhaps it would be helpful to post (Pastebin worked just fine) a short Gcode file that exhibits the issue.
You might also want to review this (somewhat dated) thread
cmcgrath5035
ModeratorFirst a question: you running tinyG or G2 on a DUE?
The stream of json you list above is a startup script and the behavior you describe is typical of G2 with the standard Chilipeppr interface.
You clear the ‘hang’, the yellow check marks, by clicking the ~ icon in the tinyG widget.cmcgrath5035
ModeratorAfter a quick chat with the Devs, it appears a CRV file is binary.
The CP widget still attempts to format it as Gcode, but the resulting download is binary, contains codes that overwrite the FW, as you experiencd.You will have to find a way to get Vcarve to create Gcode
cmcgrath5035
ModeratorThanks for the info, I’ll pass along to the devs.
cmcgrath5035
ModeratorParams look OK, with these suggestions:
Set
$p1pof = 0.0 (That will shut off pwmled when spindle should be off)
$xvm, $xfr, $yvm and $yfr are normally suggested at 16000, where you have 2500. That will simply make you machine run a bit slower, should not be an issue
Set $ex=2 when running Coolterm (RTS/CTS works better). The $ex setting when running Chilipeppr/SPJS does not matter; SPJS uses buffer fill flow control.What version of SPJS are you running?
Is you XP machine 32bit? I don’t see a lot of folks running on XP anymore.
Is the XP machine sort of “brain dead”?Open Windows task manager and look at CPU utilization.
I have no Mach3 experience, but since it was born and matured on what we today would call brain dead hardware, it is likely more tolerant of the typical legacy XP machine performance.
Chilipeppr and SPJS are both aggressively multithreaded and use the latest in javascript,You could try shutting Limits and homing to OFF ($xsn=0, etc) to see if that performs better with $test=3 or other simple test code.If it does, that might point to noise issues.
cmcgrath5035
ModeratorWe need to know a bit more about your setup.
Do you run from Chilipeppr, Coolterm or ___ ?
Form what OS?Create a listing of your machine parameters ($$command), copy them and paste into a text file, post that to a Cloud drive and provide a URL for it.
Your reported behavior – limit alarm but no flashing spindir. is odd.
However, when limit is hit, firmware shuts down, so no response to commands is normal. the hard reset restarts firmware with the current location set to 0,0,0cmcgrath5035
ModeratorAre you running SPJS under MAC as well as the Chrome browser?
What version of SPJS?I assume you mean you tried the tinyGupdater app from here:
You might give the tinyG flashing application that is part of SPJS 1.88 or later.
The ftdi front end to tingG is a stand alone chip, so it is not unusual for the tinyG port interface to appear ‘OK’ from the server side, yet not have proper message flow to/from tinyG firmware.
-
This reply was modified 8 years, 6 months ago by
cmcgrath5035.
cmcgrath5035
Moderatorcmcgrath5035
ModeratorHave you seen this:
Parameters: It is much easier to spot configuration issues when parameters are reported in mm, not inch. Also highly recommended that parameters be entered and managed in mm mode, not inch. TinyG is native mm, all inch infor gets converted.
Also, please put your configs in a cloud drive folder and post a URL, much easier to compare from there to a “known-working” parameter set.How did you initially enter parameters? CoolTerm, Chilipeppr, ?
What is can quickly see is a 3 axis screw machine ($_tr=0.1 in).
Are you sure that the screws are not binding along route of travel?
Add URLs to your motor specs as well for easier location. I am not familiar with those specific motors. We seldom have to discuss motor specifics, they just work(when wired correctly).
cmcgrath5035
ModeratorNot sure which “chip near USB” you might be referring to.
Schematics are here:Probably a power regulator device (a guess, they are in that area.
Do you have something connected to the 12V fan connector?
tinyG sitting on dry cardboard should be OK (I assume that is what you meant).it is possible to replace components, but power devices (regulators, stepper drivers) are soldered to ground plane for heat sinking, so need a lot of heat to be removed and replaced successfully.
BTW, when you say current limited to 2.5A – by the Power Supply?
2.5A might not be enough for 4 active NEMA23’s – you might be causing the PS to drop out.-
This reply was modified 8 years, 7 months ago by
cmcgrath5035.
-
This reply was modified 8 years, 6 months ago by
-
AuthorPosts