Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: guynamedbathgate on March 04, 2007, 02:36:05 PM

Title: run from here problem
Post by: guynamedbathgate on March 04, 2007, 02:36:05 PM
hmm I posted this the other day and it does not seem to have posted so im posting it again. I am having problems with my " run from here" command. I have a number of subprogram calls in my program and when ever I try and start the program from a line that is past the very first subprogram call. the controller will only skip ahead until it come to that sub program call. so I cant run from say the line where the program would call the second subprogram. Is this a common problem . Im using version 2.42 I think. a fairly recent version. anyone else got this problem. cause in order to start from a certain spot Im having to just cut out the part I want to start from and paste it in a completely new file. a bt confusing to organize to say the least.
Title: Re: run from here problem
Post by: Brian Barker on March 06, 2007, 10:13:43 PM
The run from here will only work in the main program... you can't start in a sub.
Title: Re: run from here problem
Post by: guynamedbathgate on March 07, 2007, 05:50:16 AM
i dont want to start in a subprogram. I just want to be able to start at a point past a subprogram. is this possible.
 :-\
Title: Re: run from here problem
Post by: Brian Barker on March 07, 2007, 07:50:19 AM
Use Set next line and have a safe startup block

Run From here and Subs don't play nice :(