lathe tool up
- emad_ahmed2
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 0
24 Mar 2013 03:27 #31776
by emad_ahmed2
lathe tool up was created by emad_ahmed2
I have lathe model somab 300 and I have to jop to do and I need help to do it
1st I need to inverse the x direction because my tool holder is up to work
2nd I need to set up hand weel
1st I need to inverse the x direction because my tool holder is up to work
2nd I need to set up hand weel
Please Log in or Create an account to join the conversation.
24 Mar 2013 16:38 #31791
by cncbasher
Replied by cncbasher on topic lathe tool up
their are a number of ways you can do this , either by reversing or inverting the sense of the input signal to your servo amps if it uses a direction signal
at a hardware level.
or invert the signal in your hal file
not knowing your servo / amplifier connections or hal configurations , it is difficult too be more specific ,
hand wheel if you are using a Quad encoder style can be set up with only a few lines
what interface are you using ?
at a hardware level.
or invert the signal in your hal file
not knowing your servo / amplifier connections or hal configurations , it is difficult too be more specific ,
hand wheel if you are using a Quad encoder style can be set up with only a few lines
what interface are you using ?
Please Log in or Create an account to join the conversation.
- emad_ahmed2
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 0
24 Mar 2013 16:51 #31792
by emad_ahmed2
Replied by emad_ahmed2 on topic lathe tool up
I think you miss understand me
In gui the tool is cone down screen but my lathe have the tool up so I need to change the view in gui to be cone up and in another way the positive x is down screen but my lathe have positive x is up
And my interface is 5i25 and 7i77
In gui the tool is cone down screen but my lathe have the tool up so I need to change the view in gui to be cone up and in another way the positive x is down screen but my lathe have positive x is up
And my interface is 5i25 and 7i77
Please Log in or Create an account to join the conversation.
24 Mar 2013 18:27 - 24 Mar 2013 18:34 #31793
by Rick G
Replied by Rick G on topic lathe tool up
You could try experimenting with the GEOMETRY statement in your ini file.
....
DISPLAY = axis
LATHE = 1
GEOMETRY = -XZ
....
Changing
GEOMETRY = XZ
to
GEOMETRY = -XZ
Should change the direction the cone moves but will probably not change the direction the cone is pointing.
Don't have a machine here to check.
Also take a look here at lathe tool orentation...
www.linuxcnc.org/docs/devel/html/lathe/lathe-user.html
Rick G
....
DISPLAY = axis
LATHE = 1
GEOMETRY = -XZ
....
Changing
GEOMETRY = XZ
to
GEOMETRY = -XZ
Should change the direction the cone moves but will probably not change the direction the cone is pointing.
Don't have a machine here to check.
Also take a look here at lathe tool orentation...
www.linuxcnc.org/docs/devel/html/lathe/lathe-user.html
Rick G
Last edit: 24 Mar 2013 18:34 by Rick G.
Please Log in or Create an account to join the conversation.
- emad_ahmed2
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 0
24 Mar 2013 21:11 #31800
by emad_ahmed2
Replied by emad_ahmed2 on topic lathe tool up
Thank you but what if I need to inverse cone direction
Please Log in or Create an account to join the conversation.
24 Mar 2013 21:40 - 24 Mar 2013 21:41 #31801
by ArcEye
Replied by ArcEye on topic lathe tool up
Have a look at this thread
www.linuxcnc.org/index.php/english/forum...cktools?limitstart=0
www.linuxcnc.org/index.php/english/forum...cktools?limitstart=0
Last edit: 24 Mar 2013 21:41 by ArcEye.
Please Log in or Create an account to join the conversation.
24 Mar 2013 23:44 #31806
by cmorley
Replied by cmorley on topic lathe tool up
Please Log in or Create an account to join the conversation.
- emad_ahmed2
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 0
25 Mar 2013 00:05 #31807
by emad_ahmed2
Replied by emad_ahmed2 on topic lathe tool up
What is the axisrc and wher I can found
Please Log in or Create an account to join the conversation.
25 Mar 2013 00:16 #31808
by cmorley
Replied by cmorley on topic lathe tool up
.axisrc is a hidden file in your home directory.
You must select 'show hidden files' in the file browser to see it listed.
More then likely, this file will not be present - it's optional.
In that case add it.
move to your home folder (most likely the one with your name) using the file browser.
then click on edit/create document/empty file
rename that file to .axisrc note the leading period (that's what makes it hidden)
now open that file in gedit (text editor)
copy the code to the file.
AXIS is picky about leading spaces so make sure the code looks the same as the wiki example.
save and start AXIS.
Chris M
You must select 'show hidden files' in the file browser to see it listed.
More then likely, this file will not be present - it's optional.
In that case add it.
move to your home folder (most likely the one with your name) using the file browser.
then click on edit/create document/empty file
rename that file to .axisrc note the leading period (that's what makes it hidden)
now open that file in gedit (text editor)
copy the code to the file.
AXIS is picky about leading spaces so make sure the code looks the same as the wiki example.
save and start AXIS.
Chris M
Please Log in or Create an account to join the conversation.
- emad_ahmed2
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 0
25 Mar 2013 06:05 #31812
by emad_ahmed2
thank you
Replied by emad_ahmed2 on topic lathe tool up
thank you
Please Log in or Create an account to join the conversation.
Time to create page: 0.088 seconds