Call procedure from another module
How do I call a procedure in m1 from m2?
module m1
proc main()
load "c:/m2.prg";
%p:callme%;
endproc
proc yeah
...
end yeah
endmodule
module m2
proc callme()
...
yeah; !this does'nt work however
...
endproc
endmodule
0
Comments
-
Hello robotverkl,
try to change line : %p:callme%;
to : %"m2:callme"%;
with quotes.
must work !
Good luck.
0 -
Hi
I think m2 shoud be a .MOD file.
0
Categories
- All Categories
- 5.5K RobotStudio
- 396 UpFeed
- 18 Tutorials
- 13 RobotApps
- 297 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 250 ScreenMaker
- 2.8K Robot Controller
- 316 IRC5
- 61 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 800 RAPID Programming
- AppStudio
- 3 RobotStudio AR Viewer
- 18 Wizard Easy Programming
- 105 Collaborative Robots
- 5 Job listings