Hello Guest it is April 26, 2024, 04:58:37 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Fred_evans

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 »
21
General Mach Discussion / Re: Mach3 home not working
« on: February 01, 2020, 07:08:26 AM »
Thanks Pietro -
How can I find this out?
There is an option in input signals that says "automated setup of input signals"
Is this were it is done and how do I use it ?
Otherwise please advise how to do it
regards

fred


22
General Mach Discussion / recommend a simple pendant? mach 3
« on: January 31, 2020, 12:33:28 PM »
Hello Chaps,
I like the idea of having a pendant remote control on my lathe.
Can someone recommend a simple and inexpensive one?
3 axis,must stop and start and adjust speeds ? any suggestions?

many thanks

23
General Mach Discussion / Mach3 home not working
« on: January 31, 2020, 12:08:50 PM »
Hello everyone. please help me sort out a b.up that I made
I have been reconfiguring my Mach 3 because I fitted different pulleys
and needed to recalibrate the steppers.
I changed something in ports and pins and now the home function doesnt work.
when I select HOME X the slide moves correctly until it engages the mechanical
home switch and then it stops and switches the emergency stop LED to flash.
it doesnt move back off the home switch as it is supposed to do.
Anyone know what I could have done?  where should I look?
when it touches the switch i have to move the switches cam off the switch,click the emergency
stop switch off and then move the cam away from the switch manually

24
General Mach Discussion / Re: driver test resetting pulse speed?
« on: January 27, 2020, 09:29:34 AM »
thanks tweakie
Must be a typo
regards

fred

25
General Mach Discussion / Re: mach3 lathe teach
« on: January 26, 2020, 01:06:22 PM »
thanks tweakie-
regards

fred

26
General Mach Discussion / mach3 lathe teach
« on: January 26, 2020, 09:15:38 AM »
Hello Chaps
I am using mach3 lathe using the 1024.lset screen
How can I implement the "teach" mode ?
what does it call the "taught" file
and where is the file kept ?
many thanks

fred evans

27
General Mach Discussion / driver test resetting pulse speed?
« on: January 26, 2020, 05:37:33 AM »
Hello Chaps
Just upgraded some stuff and now i am resetting etc.
A question
Using drivertest and selecting 35000 mhz .
when I press enter it jumps back to 25000mhz?
what is the difference between 25000 and 35000 anyway.
the book says use 35000 mhz .
best regards
fred evans

28
General Mach Discussion / Re: spindle speed doesnt reset (mach 3)
« on: November 29, 2019, 07:06:59 AM »
Thanks Graham for your response- I will play this out on monday when I am back at the machine

regards
fred

29
General Mach Discussion / Re: spindle speed doesnt reset (mach 3)
« on: November 27, 2019, 09:33:47 AM »
Hello Everyone
I am trying out different tools with speeds and feeds to see the difference
in cutting
I have written the attached bit of code but wheb I run the code when
it hits the block M3 the speed runs away up to maximum speed (1700rpm)
Would some-one please look at the sample of code attached and tell me why it should be doing this?
( sorry i am battling to get the code to attach so am doing a copy paste)


% prepare
% take one cut along the diameter
G18 (xz plane)
G40 (cancel nose radius compensation)
G49 ( cancel tool offset -like at a tool change)
G80 (cancel all canned cycles)
G90 (absolute distance mode)
G95 (move in units per rev)
G80 (cancel canned cycles)
s300    (motor speed set to 300rpm)
f0.1   (cutting feed is .1mm per rev)
m03     (start motor forward)
g0 x58
g0 z5
% first cut
f0.1
g0 z1
g0 x58
g01 z-15
g0 x60
g0 z1
M30 ( end of program return to program top -same as m02)



30
General Mach Discussion / spindle speed doesnt reset (mach 3)
« on: November 27, 2019, 09:28:32 AM »
Hello Everyone
I am trying out different tools with speeds and feeds to see the difference
in cutting
I have written the attached bit of code but wheb I run the code when
it hits the block M3 the speed runs away up to maximum speed (1700rpm)
Would some-one please look at the sample of code attached and tell me why it should be doing this?
( sorry i am battling to get the code to attach)

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 »