Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to change the kinematics of a five axis post by using Righ Angle Head variables ?

Status
Not open for further replies.

MEHMET83

Aerospace
Joined
Dec 26, 2014
Messages
2
Location
TR
Right Angle Head variables are like;

global mom_head_gauge_point
global mom_head_spindle_axis

They can be use in a 5 Axis Post Builder on "Start Of Path" within a custom command.

For example I use these two variables like under. But they are not work properly
with every kinematic model.
What strange is that if I define a HEAD above the same Operation with the same variable values under without using them in the POST,
Than they can change the output.

So, my question is why they are not work properly every time I use them ?

"...
set mom_head_spindle_axis(0) 1.0
set mom_head_spindle_axis(1) 0.0
set mom_head_spindle_axis(2) 0.0
MOM_reload_variable -a mom_head_spindle_axis

set mom_head_gauge_point(0) "100.0"
set mom_head_gauge_point(1) "0.0"
set mom_head_gauge_point(2) "0.0"
MOM_reload_variable -a mom_head_gauge_point
MOM_reload_kinematics
MOM_update_kinematics
..."

Mehmet KAHYAOGLU
CNC Programming Engineer
Address :Tusas Engine Industries Inc.
Cevre Yolu No:356, PK:162
26003, Eskisehir, Turkey
 
Thank you Mark,

Best Regards.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top