Mori MV 35/40 retrofit
Coolant on button turns coolant on
Coolant off button turns coolant off
Coolant functionality while program is running
M8 & M9 from the program turn coolant on and off
While the program is running and coolant is off Coolant on button turns coolant on
While the program is running and coolant is on Coolant off button turns coolant off
I haven't got a chance too look at the touchoff menu yet but here is how i currently do it for a better explanation.
T15 is a 1" dowel that i use to set the Z height. G59 X0 Y0 Z0 is at the center top of the touchoff post for T15
Say i want to set the z offset for T1
command
"T1M6
G49G59
G0X0Y0"
jog the tool down to the top of the touchoff post
Change the tool table Z value for the tool in the spindle to the z value on the screen.
save tool table
reload tool table.
Thanks
Cory
Please Log in or Create an account to join the conversation.
Coolant functionality while program is not running
Coolant on button turns coolant on
Coolant off button turns coolant off
Coolant functionality while program is running
M8 & M9 from the program turn coolant on and off
While the program is running and coolant is off Coolant on button turns coolant on
While the program is running and coolant is on Coolant off button turns coolant off
I have been looking at this, and the flipflop component is close, but not really close enough.
www.linuxcnc.org/docview/html/man/man9/flipflop.9.html
I think that it could be used with a set of edge detectors, and an "or" but it reaches the level of complexity that I would be wanting to test rather than just type out blindly.
I might write a dedicated component for the job, it seems a common requirement.
I haven't got a chance too look at the touchoff menu yet but here is how i currently do it for a better explanation.
T15 is a 1" dowel that i use to set the Z height. G59 X0 Y0 Z0 is at the center top of the touchoff post for T15
Say i want to set the z offset for T1
command
"T1M6
G49G59
G0X0Y0"
jog the tool down to the top of the touchoff post
Change the tool table Z value for the tool in the spindle to the z value on the screen.
save tool table
reload tool table.
Tool-table touch-off is exactly what you want here. Just select "T" in the drop-down.
Please Log in or Create an account to join the conversation.
I have yet to be able to get the any of the axis to home using the encoder home index. The 3 machine axis are TTL and the table is differential. I changed the jumpers on the table channel to differential.
Has anyone been able to get it to work with a 7i48? is there another mux encoder bug somewhere maybe?
Also i would like to get the clamp circuit hooked up on the table. has there been any code written for this somewhere?
Thanks
Cory
Please Log in or Create an account to join the conversation.
I am not entirely convinced that homing to index works. (or I might be confusing the issue by thinking about home-to-index with steppers)I have yet to be able to get the any of the axis to home using the encoder home index.
Please Log in or Create an account to join the conversation.
To test, unhook index_enable in your HAL file, HALMeter it and setp index_enable true
and slowly rotate the encoder shaft
index_enable (as read by HALMeter) should stay true until the encoder index occurs
if index enable immediately goes false regardless of encoder shaft position, this indicates that the index polarity is incorrect and you will have to set the index-invert parameter for that encoder counter channel
Homing to index works fine on servos, there is currently no support for homing to index on step/dir drives but can be done in velocity mode step/dir with encoder feedback
Please Log in or Create an account to join the conversation.
clkeck1 wrote:
I am not entirely convinced that homing to index works. (or I might be confusing the issue by thinking about home-to-index with steppers)I have yet to be able to get the any of the axis to home using the encoder home index.
Homing to index is how my CHNC is setup... and it is servo driven.
John
Please Log in or Create an account to join the conversation.
What are you using for a servo interface card?
Thanks
Cory
Please Log in or Create an account to join the conversation.
(using above test procedure to avoid confusing the issue with homing complexities)
Please Log in or Create an account to join the conversation.
On the CHNC I have a 5i20 with 7i33 and 7i37 daughter cards.
John
Please Log in or Create an account to join the conversation.
- skunkworks
- Offline
- Moderator
- Posts: 361
- Thank you received: 150
sam
Please Log in or Create an account to join the conversation.