#include pins.h #include vars.h #include func_plasma.h main() { portclr(OUTPUT_DRILL_VALVE_DOWN); portset(OUTPUT_DRILL_VALVE_UP); portclr(OUTPUT_DRILL_POWER); //stop_thc(); //stop_trigger1(); //turn off power source portclr(OUTPUT_PLASMA); portclr(OUTPUT_PROBE); //proc=plc_proc_idle; exit(99); };