|
|
| I am having trouble downloading a program in ROBOLAB. I get an error saying Warning: you have defined this subroutine two times. |
Subroutines in ROBOLAB are counted from 0 through 7, rather than from 1 through 8. If you attempt to define a subroutine as number 8, the software will recognize it as a second subroutine #7 instead of a subroutine #8.
To fix this issue:
Use the numbers 0 - 7 for subroutines
To do this, right-click on the lower left corner of the icon to open the drop-down menu. This adds a modifier that allows you to choose a number from 0 through 7 to assign to the subroutine.
kw
|