Re: Upgrading V2XT DX32 Bridgeport Mill
Posted: Wed Mar 30, 2022 6:21 pm
Thanks for the help. Does this look correct? I am 30 miles from the machine so I cant try and compile it right now.
;--Auto Spindle brake with VFD zero-speed
IF (Aux3Key_I || KbAux3Key_M || SkinAux3_M) THEN (Aux3PD)
IF (Aux3LED_O ^ Aux3PD) || OnAtPowerUp_M THEN (Aux3LED_O)
IF Aux3LED_O && !SpindleEnableOut THEN (SpindleBrake_O)
;--Auto Spindle brake with VFD zero-speed
IF (Aux3Key_I || KbAux3Key_M || SkinAux3_M) THEN (Aux3PD)
IF (Aux3LED_O ^ Aux3PD) || OnAtPowerUp_M THEN (Aux3LED_O)
IF Aux3LED_O && !SpindleEnableOut THEN (SpindleBrake_O)