Protection of OC/LT codes attached to OPJ
1.To prevent user seeing the codes attached to project, use the following LabTalk code:
doc -lr 16;
Basically, in Code Builder, the Project folder cannot be opened if locked with the above LabTalk code .
2.When user run the following LabTalk code to unlock, user can see files have been added to Project folder in Code Builder:
doc -lr 0;