Hello Guest it is March 28, 2024, 07:18:26 AM

Author Topic: New cnc lathe turret macro ? :D  (Read 1434 times)

0 Members and 1 Guest are viewing this topic.

Offline mike^3

*
  •  116 116
    • View Profile
New cnc lathe turret macro ? :D
« on: October 02, 2015, 08:51:58 PM »
Hi Guys, how would I make my macro if these were the steps I wanted? For a tool changer, I have 8 inputs on my c23 board for each tool change position. inputs 1 - 8 = tool 1 - 8

goto z0.2 (machine coordinates)

activate output 6

wait for signal on input 1 (high) for tool 1 ( and input 2-8 if I want tools 2 - 8) (it is an 8 station tool changer)

if signal is not seen within 20 secs, e-stop and alarm and stat (tool changer not sensing input)

then deactivate output 6

Update current tool to selected tool, and tool offset

resume program,

Any help guys?>