Method Name: as_specialist
Method ID: 0x420E
Method Label: Service Code
Method Help: Makes Service functionality accessible in case if correct Service Password is entered. Service Password is a 9-keystroke sequence; valid symbols: 0 ([Right] key of the device keypad), 1 ([Enter]) and 2 ([Up]). The Service data comprises basic operating parameters, some of which are required for initial start-up and/or calibration, while others will enable the Service technician to change certain internal values of the signal converter. Note: Incorrectly set Service parameters may cause improper functioning of the BM 70 A. Therefore, only change those parameters whose function you know exactly! The values in the Service menu are generally set by Krohne or possibly by the Service technician, and remain unchanged in operation. The user should not have access to these values.
- {
- long psw;
- long base;
- char faulty;
- int encoded_psw;
- char cmd_status[3];
- faulty = 0;
- _get_local_var_value(literal_string(551),0,literal_string(552));
- if (psw > 222222222)
- {
- ACKNOWLEDGE(literal_string(553));