Try, Catch equivalent [moved from RobotStudio]

Patient
✭
Hi,
Is there anything in RAPID, equivalent to using try and catch statements in C#?
I am trying to read CSV files but want my program pointer to go back to main when it fails to open a file without resetting the robot or acknowledging any errors.
Is there anything in RAPID, equivalent to using try and catch statements in C#?
I am trying to read CSV files but want my program pointer to go back to main when it fails to open a file without resetting the robot or acknowledging any errors.
Post edited by Jonathan Karlsson on
0
Comments
-
Hi,
you can use the error handler inside each routine to handle this problem.
Example:
PROC ReadCSV()
Open "HOME:" \File:= "Mydata.CSV", logfile \Read;
ERROR
IF ERRNO = ERR_FILEOPEN THEN
!Handle the error
EXIT;
ENDIF
ENDPROC
Please refer to the RAPID manual for further information.
Regards
Micky
0
Categories
- All Categories
- 5.6K RobotStudio
- 399 UpFeed
- 20 Tutorials
- 14 RobotApps
- 301 PowerPacs
- 406 RobotStudio S4
- 1.8K Developer Tools
- 250 ScreenMaker
- 2.8K Robot Controller
- 338 IRC5
- 67 OmniCore
- 8 RCS (Realistic Controller Simulation)
- 832 RAPID Programming
- 14 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 107 Collaborative Robots
- 5 Job listings