need post for laser
need post for laser
(OP)
does any one have a post for a Blume laser? I am wanting to post out a program that sets all my tools up only.
thanks for any help
charlie
thanks for any help
charlie
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: need post for laser
RE: need post for laser
Perhaps I can help is it for a heidenhain controller?
Jelmerra
RE: need post for laser
RE: need post for laser
RE: need post for laser
RE: need post for laser
call 09903 pa=3 pb=diameter/2-raduis pe=0.0 ph=vtlcn pm=-1 pq=.001 pr=.003 ps=rpm pu=0 pz=18.
thanks for any help
charlie
RE: need post for laser
global mom_tool_corner1_radius
global mom_spindle_speed
set MeasurementOffset [expr {$mom_tool_diameter} / 2.0]
set MeasurementOffset [expr {$MeasurementOffset} - {$mom_tool_corner1_radius}]
MOM_output_literal "call 09903 pa=3 pb=$MeasurementOffset pe=0.0 ph=vtlcn pm=-1 pq=0.001 pr=.003 ps=$mom_spindle_speed pu=0 pz=18."
The above code will not cover all tool geometry available in nx.
jelmer
rouwe-analysis
RE: need post for laser
thank you very much for the help as you can tell I do not know anything about post builder. My question is where do I put those cammands at in post builder?
Thanks
Charlie
RE: need post for laser
1) place it in uplevel procedure if you intend to switch it on and off with an ude.
2) place it in an custom command and put it at an appropriate position where the variables are available (auto_tool_change).
Obviously a combination of the two is also possible.
If you have the time and patience download tcl from active state, a help file describing tcl commands is included. Noticed your questions on ugs bbsnotes.
Jelmer