byte-motion / RNL_RAPIDLibrary

A standard library of functionality for the RAPID programming language
MIT License
0 stars 1 forks source link

Error handling, catching errors and easy access to error info+text #63

Open RobotSigmund opened 3 years ago

RobotSigmund commented 3 years ago

Initial upload.

We should consider a "standalone"-module folder. For useful modules that has not been adapted to the new framework.

TheHarvard commented 3 years ago

I'm currently implementing something similar that is RNL framework compliant:

RNL__errInfo.zip

I think we should go through both our code when we have time to find the ideal implementation.