@koyalov ,
If you have created a script function in the .script file you can use the following method :
Add a "BeforeStart" section to your robot program. From here you can add a script file in your BeforeStart section, select "File" and then choose the .script file that you want to use.
When you want to use the function that you have defined in the .script file, you can call the function in the robot program by using a script code, (example : ScriptFunction(). )
subashree
thank you @matthewd92 .. it was helpful.
Hallo everyone.I have one question: how you doing offline programming? I mean that I want to do my program on my laptop and after that load it on the robot controller from usb.I find 3 file in program: .txt file, .urp file .script file. I modify .script file with Notepad++,but if I load it on robot it's don't do everythink