Setting up the auto tool zero in Mach.
I connected a wire to pos1 on the integrated BOB. Went into pins and configured the probe to enabled, active low, port1 pin 10.
Then I edited the auto tool change button with:
I then exited mach, and restarted mach.Code:Message( "Auto Zeroing..." ) If IsSuchSignal (22) Then code "G31 Z-3 F20" While IsMoving() Wend Call SetDRO( 2, .060 ) code "G1 Z1" End If
I then went into diagnostics and cannot get the input light to come on. I even touched the wire to the ground wire and nothing.
Am I doing this right?