Hello Guest it is March 28, 2024, 07:18:45 PM

Author Topic: run from here problem  (Read 2998 times)

0 Members and 1 Guest are viewing this topic.

run from here problem
« 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.
Re: run from here problem
« Reply #1 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.
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com
Re: run from here problem
« Reply #2 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.
 :-\
Re: run from here problem
« Reply #3 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 :(
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com