I've read somewhere that Mach3 Plasma requires the switching on and off of a plasma torch with:
DoSpinCW()
and
DoSpinStop()
It was said that if you turn on the plasma without these commands, such as:
ActivateSignal(OUTPUT1)
then the behaviour of the machine will be incorrect


?? (did not say in what way it will be incorrect).
I know that Mach3 plasma will release motion if the THC is not switched on, but when THC is switched on it will not release motion until it gets an ARC OK signal. So assuming THC is switched ON:
Does anyone know if the DoSpinCW() command is tied to Mach3 releasing motion ONLY when it gets the ARC OK signal.
Put another way, if ActivateSignal(OUTPUT1) was used instead, would Mach3 release motion immediately at the first XY move regardless of whether the ARC OK signal is present.
Or is that last sentence untrue, and Mach3 Plasma will not release motion until it gets ARC OK, regardless of what command fired the torch.
Cheers,
Keith