Turret Rotating to fast and missing steps
my a xis in ini file?
66.76 ?
i have uploaded my files could you check I'm unsure where to change
what does this mean?
In theory unlinking the stepgen dir signal and using our own should work, but it didn't and the axis wanted to go backwards all
the time despite the flag being set at TRUE (FWD). is it already unlinked in tool changer file.
thanks for you time
If the Boxford 160 is the same as the 125.
Then I would read the full thread from here
forum.linuxcnc.org/38-general-linuxcnc-q...error-solved?start=0
With help from "Aciera" and others we abandoned the A axis and used a comp.
This was using a p/port
The finished file are here
forum.linuxcnc.org/38-general-linuxcnc-q...ved?start=110#217847
www.youtube.com/shorts/iUaeWKeIqmM
www.youtube.com/shorts/TibpSsLeoEY
www.youtube.com/shorts/UaHC0L7MXGo
Please Log in or Create an account to join the conversation.
the time despite the flag being set at TRUE (FWD).
As this worked perfectly, I preserved my sanity and just left well alone.
to me this doesn't make sense. the toolchanger.comp is unlinked
so is my ini file
as what worked perfectly??
could anyone explain this statement
Please Log in or Create an account to join the conversation.
So lets try and work through your issues here.
I think you are getting yourself confused. This is just a note from the person who wrote the toolchanger component to explain his approach.In theory unlinking the stepgen dir signal and using our own should work, but it didn't and the axis wanted to go backwards all
the time despite the flag being set at TRUE (FWD).
As this worked perfectly, I preserved my sanity and just left well alone.
Please Log in or Create an account to join the conversation.
In your ini file under [AXIS 0] change:x axis moves but goes the wrong direction
SCALE = 200.0
to
SCALE = -200.0
Not sure what you mean with that. Do you mean it doesn't move when you try to home it?z axis doesn't now move but should go back to hard stop
I would advise to get the X and Z working properly before working on the toolchanger.
Please Log in or Create an account to join the conversation.
Just a note to avoid more confusion:
The configuration for the Boxford posted above by Clive S is for Linuxcnc version 2.8 , which is the current recommended version. You seem to be running an older version (2.7). A fair bit has changed with the update from 2.7 to 2.8, so copy/pasting from his config to yours will require more careful consideration than usual or it's likely to cause errors.
Personally I'd look at updating to 2.8 and then work with the config linked by Clive.
Please Log in or Create an account to join the conversation.
and made an iso. put disc it in the computer
i get an error:: this computer requires an x86-64 CPU but only detected an i686 cpu
unable to boot- please use a kernel appropriate for your CPU.
How do i find the correct iso???
thanks
Please Log in or Create an account to join the conversation.
edit:
It's just that most current iso images out there today require a 64bit machine and yours being older is 32bit
edit2:
for info on how to update Linuxcnc see section 5.1:
linuxcnc.org/docs/stable/pdf/LinuxCNC_Getting_Started.pdf
Please Log in or Create an account to join the conversation.
could anyone help me config the settings from Clive setup and delete the things i do not need?
Thanks again....
Please Log in or Create an account to join the conversation.
could anyone help me config the settings from Clive setup and delete the things i do not need?
Thanks again....
My setup was with a P/port with an encoder A-B-Z for threading. To thread with the 125 you have to use the tool at the back and use M4 (not M3)
so that it starts at the chuck and threads back away from the chuck .
It also has 2 home switches (X & Z).
Unfortunately I will be away for the next 2 weeks so cannot help.
Please Log in or Create an account to join the conversation.
You are using the parallel port on the pc to communicate with the machine, right?
Are there any axis home/limit switches on the machine?
Do you have a signal from the spindle to measure the spindle speed?
Please Log in or Create an account to join the conversation.