Plasma/Mesa Guru's
- austin.mn
- Offline
- Senior Member
- Posts: 51
- Thank you received: 0
I will go change that touch off file now. I haven't even looked at it since I started using it.
Very cool thank you again.
Austin
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
- Posts: 23559
- Thank you received: 4858
I decided to have a little fun seeing how fast the machine can get. I was really, really surprised. It just kept going faster
It is very hard to get up to theoretical speed with a parport, as that last increment from two base periods per step to one base period per step requires an instantaneous doubling of speed.
In practice you probably stall at about 10 base periods per step.
The same issue exists in theory with the hardware stepgens, but as that is in the Mhz there just aren't any steppers that can get there.
Please Log in or Create an account to join the conversation.
- austin.mn
- Offline
- Senior Member
- Posts: 51
- Thank you received: 0
In other news, I had the speed in the touchoff subroutine file at F10, switched it to F60 and now the touch off takes about a second or less........ it's pretty much instant compared to how it was.
Please Log in or Create an account to join the conversation.
- austin.mn
- Offline
- Senior Member
- Posts: 51
- Thank you received: 0
It seems to me that when the THC is in control of the Z its running around the part and everything is fine, then when the torch is turned off it tries to Jump to the position it thinks it should be at and I am loosing steps there. So with an inch of rapid travel height, after the first cut it is pretty close to an inch, then after the 4th or 5th cut when it has gradually gotten closer to the part to the point where the torch is dragging across the steel plate being cut. I also seem to be experiencing quite a bit of overshoot with the Z on THC. I put a flag on dual shaft stepper I am using for the Z and the entire time the part is cutting it is just fluttering back and forth. So the dead band I tried to put in isn't really doing much. With the Z loosing position so bad I am unable to use the Z inhibit when cornering. It seems that it too want to jump the Z to a new position, which looses the Z position. I am currently running a 425oz Nema 23 motor with a 10tpi screw on the Z. Which means the Z motor really has to turn fast to move the Z much. I have another Z axis that I was thinking would probably make a pretty good difference on my setup. It has a 2tpi multi start Kerk screw in it. If I can find the time to make a mount for it this weekend I will give it a shot. But any ideas would be helpful.
Please Log in or Create an account to join the conversation.
- BigJohnT
- Offline
- Administrator
- Posts: 7330
- Thank you received: 1177
Remind me what version of EMC your using...
John
Please Log in or Create an account to join the conversation.
- BigJohnT
- Offline
- Administrator
- Posts: 7330
- Thank you received: 1177
John
Please Log in or Create an account to join the conversation.
- austin.mn
- Offline
- Senior Member
- Posts: 51
- Thank you received: 0
One very noticeable thing that happens is when I click the THC box on and off after cutting a part the Z tries to jump about an inch or so. It never gets to move anywhere near how far it wants to move as it looses steps on it way. You can hear the motor getting about a zillion pulses per second.
I will be grabbing one of my GCode files and writting down the Version of EMC2. Anything else I could get while I am there to make diagnostics a little easier just let me know.
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
- Posts: 23559
- Thank you received: 4858
That indicates that the Stepgen Max accel and Max velocity are not set correctly. if they are configured in the INI file then you might need to check that they are also linked in the HAL file.One very noticeable thing that happens is when I click the THC box on and off after cutting a part the Z tries to jump about an inch or so. It never gets to move anywhere near how far it wants to move as it looses steps on it way.
Please Log in or Create an account to join the conversation.
- PCW
- Offline
- Moderator
- Posts: 17904
- Thank you received: 4774
Please Log in or Create an account to join the conversation.
- BigJohnT
- Offline
- Administrator
- Posts: 7330
- Thank you received: 1177
So you have a couple of options
1 copy the thc.comp to your computer and run sudo comp --install thc.comp from the command line to get the fixed one...
git.linuxcnc.org/gitweb?p=emc2.git;a=blo...2f8cce984b9a;hb=HEAD
2 get a git copy and use a RIP (Run In Place)
wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Ins..._or_8_04_from_source
3 get the 2.5 deb and install that.
buildbot.linuxcnc.org/
4 wait a bit till I add the P-Term and then do one of the above
John
John
Please Log in or Create an account to join the conversation.