@kaan Unless UR made a change in 3.5, haven’t finished testing everything yet, it’s not possible to use a sub-program within a sub-program.
Kaan
hi dfiedler, i have ran the actual program not simulator. robot does work with that subroutine inside subroutine.but there was not a situation of calling second subroutine may be if it does then will give fault..dfiedler said:The simulation software does not warn you that you have a subprogram calling a subprogram. It will only fault when you try to run the robot.
Hi There, is it possible to have subprogram in the subprogram. let me put it this way , i have callout for subprogram1
and down streem i have another callout for subprogram2 and in that subprogram2 it contains part of the main prgram that
has callout for subprogram1, my question is if while i am in subprogram2 , condition goes true for calling out subprogram1
will it go to subprogram1 ? if so where will it go back to when it has done with execution? since we have two call out point ,
one in main program one in subprogam.
thanks