Page 12 of 13
Re: Build Thread - Emco 320
Posted: Thu Feb 20, 2025 3:45 pm
by Chaz
Wired in the light and lube today. Does anyone know on the Emco 320 how often the lube should run? It looks like its moving a lot of oil so 'feels' like not too often but might let it run for 30 mins and see how much it uses.
Managed to get a new faceplate done for the monitor holding etc, happy with the way it's turned out thus far.
Re: Build Thread - Emco 320
Posted: Thu Feb 20, 2025 4:20 pm
by Chaz
So found this, lube for 360s, any idea how often? Daily?
Re: Build Thread - Emco 320
Posted: Thu Feb 20, 2025 5:24 pm
by Chaz
OK, further in the manual, there is this too. 20m of travel, run for 8 seconds.
It also says for every 360s of slide travel, a lubrication pulse is sent, approx 0.24cm^3. Mmmm, wonder how long the pulse is, maybe I can measure but not sure how the metering will work ....
Re: Build Thread - Emco 320
Posted: Thu Feb 20, 2025 5:57 pm
by suntravel
The lathe looks very good with the new CNC.
Every 6min of cycle time is ok for the lubing.
If you want high end use Lincoln SSV.
Uwe
Re: Build Thread - Emco 320
Posted: Thu Feb 20, 2025 6:24 pm
by Chaz
suntravel wrote: ↑Thu Feb 20, 2025 5:57 pm
The lathe looks very good with the new CNC.
Every 6min of cycle time is ok for the lubing.
If you want high end use Lincoln SSV.
Uwe
Thanks. So lube for 6 mins, how often? So just the start of a program / day?
Re: Build Thread - Emco 320
Posted: Thu Feb 20, 2025 6:50 pm
by suntravel
every 6min cycle time, timer starts with g code running and stops if no g code is processed.
Uwe
Re: Build Thread - Emco 320
Posted: Thu Apr 17, 2025 7:14 am
by Chaz
Just looking at options to improve the macro and not need to home the A axis each time Centroid gets repowered.
Is it possible to save a variable (in this case, the A axis co-ordinate) and assign it as part of the homing when the machine is restarted / homed? **EDIT** - checking through the manuals I should be able to use variables 150-159 for this purpose.
Currently I home all axis. A looks for a pulse from the turret encoder. The turret is however not 'latched'. It latches when a tool change is engaged.
When I restart the machine, it has to run forward to unlatch and then rehome but I'd like to avoid this need to rehome, and simply remember the turret tool number (which is done by default) but I do need to know what the A coordinate is.
That said, I can look it up in a table and basically say 'if Tool is 1, then A is 45, if Tool is 2, then A is 90' etc.
Thanks
Re: Build Thread - Emco 320
Posted: Thu Apr 17, 2025 8:51 am
by Chaz
OK, made some progress. I'm using G50 to set the A Axis but its setting the WCS that's active and not the Work Coordinate System.
How would I go about setting A Axis (machine) to be a calculated value please?
Re: Build Thread - Emco 320
Posted: Sun Apr 20, 2025 10:33 am
by Chaz
Hi, does anyone know if this can be done (update the machine A coordinate with a calculated number). I can update the Work Coordinate for A but my tool changer uses Machine Coordinates. The only other method that Ive tried wont allow an update as the value is read only.
Thanks
Re: Build Thread - Emco 320
Posted: Sun Apr 20, 2025 11:21 am
by suntravel
Chaz wrote: ↑Thu Apr 17, 2025 8:51 am
OK, made some progress. I'm using G50 to set the A Axis but its setting the WCS that's active and not the Work Coordinate System.
How would I go about setting A Axis (machine) to be a calculated value please?
If you have an encoder on the A axis:
M26/A L4096 ; set machine home for the A-axis at encoder position of 4096
Uwe