Protect access to Rapid Module and/or Procedures

Hello,

Is it possible to protect the access to RAPID Modules and/or Procedures through password?

My client asked me to do this in order to prevent the final user to see the code on RobotStudio and on the teach pendant.

Thank you!

Comments

  • Hi ...
    dragolollo ...
    To protect your codes on the pendant, simply mark it as a system module ...
    MODULE ModuleXX(SYSMODULE,NOSTEPIN,VIEWONLY)
    However, to protect your code from unauthorized copies, you will have to create verification routines, tied to your controller for example.
    To prevent anyone from seeing the content of your modules, you can encrypt them before making them available
    Good Job