Losing connection to G2 while running a file
This program rotates the B axis back and forth. After a varied amount of time, connection to G2 is lost and I am prompted "you must reboot the tool". When I refresh the browser fabmo is still running but has been disconnected from G2. If I perform the reboot as requested, my IP address changes. Not sure if this is because I am using the B axis or not. Going to test on a 3 axis file and see if the same behavior occurs. This is the first time I have used link local to connect to the pi. Perhaps unrelated, but worth mentioning.
&goUp = 0 &goDown = 360
test_loop: GOSUB sub1 GOSUB sub2 PAUSE 1 GOTO test_loop END
sub1: &goUp = &goUp + 1.333 MB, &goUp RETURN
sub2: &goDown = &goDown - 1.333 MB, &goDown RETURN
These are the logs, probably only the last few lines are of interest fabmo_log.txt sys_log.txt .
Propably depends on issue #990 and #849