Loading…
Loading…
Method Name: change_password_method
Method ID: 0x40D8
Method Label: Change password
Method Help: This is a availability to set up max. 3 password levels. The password for the full access level includes the access to configuration and calibration too. Each password can be different or equal to another password Password for access Read-Only can't be changed.
- {
- char status[3];
- int i_write_protect;
- int i_var_password_level;
- SET_NUMBER_OF_RETRIES(3);
- _set_no_device(2);
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- ;
- send(15,status);
- if (status[0] != 0)
- {
- if (status[0] == 3 || status[0] == 4 || status[0] == 2 || status[0] == 65 || status[0] == 113 || status[0] == 114)
- {
- display_response_status(15,status[0]);
- }
- else
Please login for more