RobotStudio event

How to protect programs from being copied?

Hi 
How to protect my module from being copied (downloaded or written down via the Teaching Pendant) and operator still can edit other rapid ?

I want to protect my program without affecting the operator.



Best Answers

Answers

  • It should be a system module with attributes NOVIEW and NOSTEPIN.
    Lee Justice
  • Hi lemster68 ,j_proulxFB 

    I tried your suggest. 

    Output window show "Syntax error(136)Unexpected 'sysmodule' "

    Could you please give me some advice on this issue ?


  • Denis is correct, Module level, not PROC.  From the Rapid Kernel Manual: SYSMODULE | NOVIEW | NOSTEPIN | VIEWONLY | READONLY  These attributes must be in this order.
    Lee Justice
  • Also, I re read a little better the manual and see that NOVIEW should be the only one you need, because it excludes NOSTEPIN.
    Lee Justice