What's new
What's new

measuring cycle on a charmilles robo 310

Jordan83

Aluminum
Joined
Dec 4, 2012
Location
ohio
Is there a measuring cycle I can use to find the center of 2 external surfaces? I found one but it keeps doing a wire cut and rethread. I just want it to make the x and y moves to the surfaces because my rethread is slow. Is it possible to write my own just using 2 edge touches? It would have to use some math. Does the control understand arithmetic?
 
The control in the 310 is not capable of processing commanded arithmetic functions. You can write a .cmd locating program that uses two edge touches. Then you do the math on a calculator and input into a variable table (use STP in your .cmd program). Next, give a command to move the machine or to reference the machine axes. MOV,X$1... SMA,X0
 








 
Back
Top