Print File Command Not Responding
-
Greetings,
I am uing a 6HC mainboard and 3 HC expansion board to use multiple motion system for a customized weld machine setup.
Created a daemon.g file and interfaced the signals of WELD Torch and a wire feeder stepper motor system.
Tested multiple times for moving the Torch and wire feeder, was working just fine.
Today just tried to change the job file using multiple torch travel speed in a single weld. EX: Total 100 mm, first 33 mm - 100 mm/min travel speed, second 33 mm for 120 mm/min travel speed and remaning length 140 mm/min so on.
So on changing the Job File with the code as follows for (single travel speed), machine is not responding
M98 P"0:/macros/WELD TORCH OFF+SM" G1 X250 Y345 Z150 F2000 G1 Z123.10 F2000 M98 P"0:/macros/WELD TORCH ON+SM" G1 X360 F80 M98 P"0:/macros/WELD TORCH OFF+SM" G1 Z150 F500 G1 X250 Y345 Z150 F2000 M98 P"0:/macros/WELD TORCH ON+SM" G1 Z151 F2000 M98 P"0:/macros/WELD TORCH OFF+SM"
Any suggestions on such kind of machine behaviour would be appreciated.