tool prepare
- snujcnc
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 71
- Thank you received: 4
26 Apr 2021 09:27 #207089
by snujcnc
tool prepare was created by snujcnc
in m y lathe machine with turret
i am using "io control tool prepare "signal
to unclamp my turret and rotate
after position arrive i clamp turret and send signal io control tool prepared to linuxcnc
not if i am using in auto program and i call two tool in one program
when one toll arrive .....
second tool prepare command automatic shown in plc ....
and tool change again even if program not reach at next tool
(this like linuxcnc look ahead ion auto program)
how i can disable look ahead function in linuxcnc
when i call tool number only that i i want to see io control tool prepare signal from linuxcnc
can any one make comment for this issue
(i want to disable next tool pocket number and prepare signal automatic shown in linuxcnc)
i want only tool prepare signal when exact line number come to execute
i am using "io control tool prepare "signal
to unclamp my turret and rotate
after position arrive i clamp turret and send signal io control tool prepared to linuxcnc
not if i am using in auto program and i call two tool in one program
when one toll arrive .....
second tool prepare command automatic shown in plc ....
and tool change again even if program not reach at next tool
(this like linuxcnc look ahead ion auto program)
how i can disable look ahead function in linuxcnc
when i call tool number only that i i want to see io control tool prepare signal from linuxcnc
can any one make comment for this issue
(i want to disable next tool pocket number and prepare signal automatic shown in linuxcnc)
i want only tool prepare signal when exact line number come to execute
Please Log in or Create an account to join the conversation.
- Michael
- Offline
- Platinum Member
Less
More
- Posts: 335
- Thank you received: 59
26 Apr 2021 14:34 #207122
by Michael
Replied by Michael on topic tool prepare
Link your hal file and ini file
Please Log in or Create an account to join the conversation.
- snujcnc
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 71
- Thank you received: 4
26 Apr 2021 14:49 - 26 Apr 2021 14:50 #207124
by snujcnc
Replied by snujcnc on topic tool prepare
Thank you
But Which file and how to link ?
But Which file and how to link ?
Last edit: 26 Apr 2021 14:50 by snujcnc.
Please Log in or Create an account to join the conversation.
- newbynobi
- Offline
- Platinum Member
Less
More
- Posts: 2072
- Thank you received: 408
26 Apr 2021 19:41 #207159
by newbynobi
Replied by newbynobi on topic tool prepare
Tool prepare works correct, the question is how you did connect tool-change and tool-changed in Hal, if the loop is closed by default you will get the described behavior.
Norbert
Norbert
Please Log in or Create an account to join the conversation.
- Michael
- Offline
- Platinum Member
Less
More
- Posts: 335
- Thank you received: 59
26 Apr 2021 20:01 #207163
by Michael
Replied by Michael on topic tool prepare
All files in your config folder that end in
.hal
.ini
Below the text box is an icon with a paperclip that says "attachments"
.hal
.ini
Below the text box is an icon with a paperclip that says "attachments"
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
Less
More
- Posts: 7778
- Thank you received: 2075
26 Apr 2021 22:39 #207178
by cmorley
Replied by cmorley on topic tool prepare
tool-prepare is the wrong signal to use.
tool-change is the right signal for a lathe toolchanger.
tool-prepare and tool-prepared should be connected together so the prepare sequence is ignored.
tool-change is the right signal for a lathe toolchanger.
tool-prepare and tool-prepared should be connected together so the prepare sequence is ignored.
Please Log in or Create an account to join the conversation.
- snujcnc
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 71
- Thank you received: 4
26 Apr 2021 23:42 #207187
by snujcnc
Replied by snujcnc on topic tool prepare
You are right ...I also feel that tool prepare is not suitable for turret
But when I use tool change
I need enter every time TX M6
For machining Center is ok
But for lathe general theory is to use TX only to call tool on lathe turret tool
Is there any way we can use M6 in Plc only no need to call M6 in program
And use tool change function
Please guide
But when I use tool change
I need enter every time TX M6
For machining Center is ok
But for lathe general theory is to use TX only to call tool on lathe turret tool
Is there any way we can use M6 in Plc only no need to call M6 in program
And use tool change function
Please guide
Please Log in or Create an account to join the conversation.
- snujcnc
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 71
- Thank you received: 4
26 Apr 2021 23:44 #207188
by snujcnc
Replied by snujcnc on topic tool prepare
I already link Hal file to ini file
And all signal I can use in Plc
Like
Tool prepare
Tool prepared
Tool change
Tool changed
Thanks
And all signal I can use in Plc
Like
Tool prepare
Tool prepared
Tool change
Tool changed
Thanks
Please Log in or Create an account to join the conversation.
- snujcnc
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 71
- Thank you received: 4
26 Apr 2021 23:50 #207189
by snujcnc
Replied by snujcnc on topic tool prepare
I connect tool prepare directly to prepared
And with Change he signal
I unclamp turret
After confirmation unclamp
I rotate tool disk
Then at match number position
I stop Fisk and clamp turret
But some time turret miss behave
.....
I want to know
Tool prepare signal always pop up
If I use auto program and call two tool in one ore gram
When first tool changed and program running for cutting task
Same time that second tool which prepare signal again pop up
And this is point I am confuse
I only want
When I call tool only that time tool prepare signal show me
In auto program with two tool used
And with Change he signal
I unclamp turret
After confirmation unclamp
I rotate tool disk
Then at match number position
I stop Fisk and clamp turret
But some time turret miss behave
.....
I want to know
Tool prepare signal always pop up
If I use auto program and call two tool in one ore gram
When first tool changed and program running for cutting task
Same time that second tool which prepare signal again pop up
And this is point I am confuse
I only want
When I call tool only that time tool prepare signal show me
In auto program with two tool used
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
Less
More
- Posts: 7778
- Thank you received: 2075
27 Apr 2021 04:40 #207195
by cmorley
Replied by cmorley on topic tool prepare
You need to remap the toolchanfe codes.
Look at the AXIS simulation config...fanucy...it uses remap to change tool with only t code.
Look at the AXIS simulation config...fanucy...it uses remap to change tool with only t code.
Please Log in or Create an account to join the conversation.
Time to create page: 0.163 seconds