Skip to content

Password (Code Protection)

YatingATEIC edited this page Aug 2, 2016 · 8 revisions

Syntax

PASSWORD [SET] "password_string"

Description

Password function is designed for program code protection.

PASSWORD SET "password_string"

The password string can be an any-character string up to 10 characters. Once the password is set, no new lined code will be stored and the program flash (keyword "NEW") won't execute neither. But only non-lined codes execute.

To store new program or unlock program codes, a correct password with the exact length is needed by entering

PASSWORD "password_string"

The password set will be active for the very first setup. That means once password set has done for the first time, the exact password is needed before the password reset.

Clone this wiki locally