RobotStudio event

Want to Protect My code!

Options
I have IRC5 program with few modules.

I want to protect my codes from the user.
Basically I want the user not allowed to see my code at all.

For doing the above i have to get any special license.

Kindly inform me what are all the solutions available.

Thanks in advance.
Lingaa

Comments

  • charon
    Options
    if u declare ur module as a system module with NOVIEW paramater user can't see code from flex pendant.

    MODULE ABC(SYSMODULE,NOVIEW)
       .....
       .....
    ENDMODULE

    Erdem Karaçeper
  • Lin
    Options
    Hai Charon,

    Thanks for the information.
    Really works well.

    Lingaa