|
|
|
Usage: You can use Cap01 with Mach3 in 2 ways. 1. You can use as a stand alone THC in Plasma or Oxy-Fuel Cutter applications 2. Together with voltage controlled THC as a IHS (initial height sensor). In Plasma Cutter applications.
Connection: Sensor connection via port and required 2 inputs only. 1. You can use THC UP and THC DOWN inputs for stand alone controlling 2. Connect Cap01 Down Output
as a floating switch and Up Output as a
– Z limit switch in Plasma Cutter applications Configuration: Config>Ports&Pins>Input Signal>enable Torch On\ Up\ Down Macro: Cap01_v1.0 New version available soon You need simple macro for M3 (or M03) command . It could be easily edit or create in VB editor or simply copy and paste. code "g31 z0"While IsMoving() // This will allow to continuously follow the curve on cutting aterial Wend DoSpinCW() Sleep (5000) //wait for the z axis close to cutting plate
|