Display and keyboard delay with 10.04
- jcarpenter
- Offline
- New Member
- Posts: 14
- Thank you received: 1
Thanks,
John Carpenter
Please Log in or Create an account to join the conversation.
- jcarpenter
- Offline
- New Member
- Posts: 14
- Thank you received: 1
Thanks,
John C
Please Log in or Create an account to join the conversation.
JT
Please Log in or Create an account to join the conversation.
As I couldn't find my iso of 8.04 I used 10.04. Now everything is crap. Is it the new software?
It is the old story of, higher numbers are not better.
Microsoft have brainwashed people to believe the opposite so that they continue to buy their newest offerings, when in truth they haven't made anything that works halfways decently since XP.
8.04 is a Ubuntu distro number, nothing to do with Linuxcnc.
The important thing about the Live CD based on this distro, is that it contains a realtime kernel built for uni-processor machines.
10.04 based Live CD contains a realtime kernel for SMP machines (multi core or multi processor)
Choose what matches the computer, not the one with the highest number
regards
Please Log in or Create an account to join the conversation.
- jcarpenter
- Offline
- New Member
- Posts: 14
- Thank you received: 1
Thanks,
John C
Please Log in or Create an account to join the conversation.
Now I just have to figure out why the lathe displacements are only 75% of the software displacements.
If you mean that you lathe only moves 75% of the commanded distance, that will be simple.
Open the .ini file, each [AXIS_x] axis section has an entry SCALE =
That number is arrived at from the figures you entered in stepconf and equates to the number of steps required to move an axis by 1 machine unit
If your numbers are for example SCALE = 300, then they probably need to be 400
Hopefully it is an exact fraction of the current value, most likely caused by wrong gearing ratio being entered or similar
regards
Please Log in or Create an account to join the conversation.
- jcarpenter
- Offline
- New Member
- Posts: 14
- Thank you received: 1
Both my axes are off by the same amount. My math checks out as far as I can see.Here is the info:
x axis - Gecko 540 at 10 microsteps
Stepper at 200 steps per rev
Motor pulley 15 teeth
Cross lead screw pulley 15 teeth
Cross lead screw pitch has 2.5mm per rev
That works out to be 10.16 rev per inch. So 200*10*1*10.16 = 20320 which is exactly what my scale value is from the .ini file.
z axis - Gecko 540 at 10 microsteps
Stepper at 200 steps per rev.
Motor pulley at 15 teeth
Leadscrew pulley at 30 teeth
Lead screw has a pitch of 5mm per rev
That works out to be 5.08 rev per inch. So 200*10*2*5.08 = 20320 which is exactly what my scale value is from the .ini file.
When I move the x and/or y axis .125 inch on the software the carriages move .100 inch.
I have an early Gecko G540 - is it possible that it is doing 8 microsteps? If not I guess the next step would be to tear the lathe apart and measure leadscrew pitches and count sprocket teeth. Or just use ratio the scale until it is accurate and not worry about what in the math is wrong.
John Carpenter
Please Log in or Create an account to join the conversation.
The Denford Orac should have 5mm and 2.5mm pitch leadscrews.
However you are in the US, I don't know how you came by it and whether Denford ever produced imperial versions for export
The G540 does come with 10x microstepping, from which it gradually switches to direct 1x drive with increasing speed, but this does not affect the calculation, even at high speed it still takes 10 pulses to trigger one full step.
The difference is compellingly even, it moves 80% of the commanded distance, if your figures are correct.
I would be tempted to use that ratio to increase the SCALE figure and check the result
regards
Please Log in or Create an account to join the conversation.
- jcarpenter
- Offline
- New Member
- Posts: 14
- Thank you received: 1
John Carpenter
Please Log in or Create an account to join the conversation.
- jcarpenter
- Offline
- New Member
- Posts: 14
- Thank you received: 1
John C
Please Log in or Create an account to join the conversation.