Positioning for toolchange - var code for Vetric
- allenwg2005
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 327
- Thank you received: 4
14 Mar 2019 23:00 #128615
by allenwg2005
Positioning for toolchange - var code for Vetric was created by allenwg2005
I'm working with Vetric Aspire.
I've been bewildered by an issue with locating my spindle in a good place for doing a manual tool change in a PP with ATC.
I have everything working as I would like, but it would be helpful if the spindle went to XH YH ZH to do the tool swap.
I have tried every VAR in the manual, when using the home position that's available to me, and then I trying to load the ngc file, LCNC errors me out with the old:
"Radius to end of arc differs from radius to start". (I really hate that one)
I have the required digits for Imperial (a common cause) so no worries there.
Can anyone give me some guidance on how I can do this?
Thanks for any help
I've been bewildered by an issue with locating my spindle in a good place for doing a manual tool change in a PP with ATC.
I have everything working as I would like, but it would be helpful if the spindle went to XH YH ZH to do the tool swap.
I have tried every VAR in the manual, when using the home position that's available to me, and then I trying to load the ngc file, LCNC errors me out with the old:
"Radius to end of arc differs from radius to start". (I really hate that one)
I have the required digits for Imperial (a common cause) so no worries there.
Can anyone give me some guidance on how I can do this?
Thanks for any help
Please Log in or Create an account to join the conversation.
14 Mar 2019 23:39 #128616
by Leon82
Replied by Leon82 on topic Positioning for toolchange - var code for Vetric
Command a g53 position for your tool change
Please Log in or Create an account to join the conversation.
14 Mar 2019 23:53 #128617
by FariaAl
Replied by FariaAl on topic Positioning for toolchange - var code for Vetric
Please Log in or Create an account to join the conversation.
15 Mar 2019 00:33 #128620
by bevins
In your ini file, you can set toolchange_position.
Replied by bevins on topic Positioning for toolchange - var code for Vetric
I'm working with Vetric Aspire.
I've been bewildered by an issue with locating my spindle in a good place for doing a manual tool change in a PP with ATC.
I have everything working as I would like, but it would be helpful if the spindle went to XH YH ZH to do the tool swap.
I have tried every VAR in the manual, when using the home position that's available to me, and then I trying to load the ngc file, LCNC errors me out with the old:
"Radius to end of arc differs from radius to start". (I really hate that one)
I have the required digits for Imperial (a common cause) so no worries there.
Can anyone give me some guidance on how I can do this?
Thanks for any help
In your ini file, you can set toolchange_position.
Please Log in or Create an account to join the conversation.
15 Mar 2019 01:11 #128622
by bevins
Replied by bevins on topic Positioning for toolchange - var code for Vetric
actually in your ini use:
TOOL_CHANGE_QUILL_UP =1 to move the Z axis up
TOOL_CHANGE_POSITION = 0 0 to move x and y
that should move the Z up then X and Y to whatever position you put.
TOOL_CHANGE_QUILL_UP =1 to move the Z axis up
TOOL_CHANGE_POSITION = 0 0 to move x and y
that should move the Z up then X and Y to whatever position you put.
Please Log in or Create an account to join the conversation.
- allenwg2005
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 327
- Thank you received: 4
15 Mar 2019 01:39 #128623
by allenwg2005
Replied by allenwg2005 on topic Positioning for toolchange - var code for Vetric
I had forgotten about doing this in the LCNC ini file.
It's been many years past that I tinkered with my ini, (Maybe a decade now).
I have TOOL_CHANGE_POSITION = 1 1 1 in my ini,
I have forgotten a great many things to make this work and I don't have time to read the entire manual (I spent days dealing with the Vetric manual and PP.
Can someone point me to were the manual explains the numbers and how to get it to work.
If I get the same error when loading how will I know if it's the ini or something else? (That error code can be a little difficult to sort).
It's been many years past that I tinkered with my ini, (Maybe a decade now).
I have TOOL_CHANGE_POSITION = 1 1 1 in my ini,
I have forgotten a great many things to make this work and I don't have time to read the entire manual (I spent days dealing with the Vetric manual and PP.
Can someone point me to were the manual explains the numbers and how to get it to work.
If I get the same error when loading how will I know if it's the ini or something else? (That error code can be a little difficult to sort).
Please Log in or Create an account to join the conversation.
15 Mar 2019 01:57 #128626
by bevins
What error code?
You want the docs for the ini? => linuxcnc.org/docs/devel/html/config/ini-...html#_emcmot_section
That's devel. Don't know what version your running.
Replied by bevins on topic Positioning for toolchange - var code for Vetric
I had forgotten about doing this in the LCNC ini file.
It's been many years past that I tinkered with my ini, (Maybe a decade now).
I have TOOL_CHANGE_POSITION = 1 1 1 in my ini,
I have forgotten a great many things to make this work and I don't have time to read the entire manual (I spent days dealing with the Vetric manual and PP.
Can someone point me to were the manual explains the numbers and how to get it to work.
If I get the same error when loading how will I know if it's the ini or something else? (That error code can be a little difficult to sort).
What error code?
You want the docs for the ini? => linuxcnc.org/docs/devel/html/config/ini-...html#_emcmot_section
That's devel. Don't know what version your running.
Please Log in or Create an account to join the conversation.
- allenwg2005
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 327
- Thank you received: 4
15 Mar 2019 02:07 #128628
by allenwg2005
Replied by allenwg2005 on topic Positioning for toolchange - var code for Vetric
As I expected I would need to spend quite some time to sort this using the manual.
TOOL_CHANGE_POSITION = 0 0 to move x and y
Can I put X & Y home with 0 0?
TOOL_CHANGE_POSITION = 0 0 to move x and y
Can I put X & Y home with 0 0?
Please Log in or Create an account to join the conversation.
15 Mar 2019 08:06 #128645
by pl7i92
Replied by pl7i92 on topic Positioning for toolchange - var code for Vetric
you can use G30
as it is against the G53 Homing position
see definition
www.linuxcnc.org/docs/html/gcode/g-code.html#gcode:g30-g30.1
as it is against the G53 Homing position
see definition
www.linuxcnc.org/docs/html/gcode/g-code.html#gcode:g30-g30.1
Please Log in or Create an account to join the conversation.
- allenwg2005
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 327
- Thank you received: 4
15 Mar 2019 14:40 #128660
by allenwg2005
Replied by allenwg2005 on topic Positioning for toolchange - var code for Vetric
As I expected, once I head down this path in no time I'm in the weeds.
I don't know how to code, and there are so many things to look out for, cause and effect, things you need to anticipate, for example:
"G28 Example Line
G28 Z2.5 (rapid to Z2.5 then to Z location specified in #5163)
It is an error if :
Cutter Compensation is turned on"
G30 has the same warning.
I use cutter compensation at times, so how do I deal with that? (A rhetorical question).
I'm sure for many of you out there this is like falling out of bed, stupid simple, that's not the case here.
With the coding knowledge required, you best take the time and read the entire manual or you will spend more time making a mess and cleaning it up than just reading through it in the first place.
I don't have time for this, but, if you want to play you gotta pay.
I'm off to the docs pages, I'm sure I'll need help regardless, I bet I'll be back with lots of questions.
Thanks for the help so far.
I don't know how to code, and there are so many things to look out for, cause and effect, things you need to anticipate, for example:
"G28 Example Line
G28 Z2.5 (rapid to Z2.5 then to Z location specified in #5163)
It is an error if :
Cutter Compensation is turned on"
G30 has the same warning.
I use cutter compensation at times, so how do I deal with that? (A rhetorical question).
I'm sure for many of you out there this is like falling out of bed, stupid simple, that's not the case here.
With the coding knowledge required, you best take the time and read the entire manual or you will spend more time making a mess and cleaning it up than just reading through it in the first place.
I don't have time for this, but, if you want to play you gotta pay.
I'm off to the docs pages, I'm sure I'll need help regardless, I bet I'll be back with lots of questions.
Thanks for the help so far.
Please Log in or Create an account to join the conversation.
Time to create page: 0.178 seconds