Product Info
CHECKLIST MODULE
103
The technical materials and information contained in this document are strictly confidential and the exclusive property of Advanced Microwave Engineering s.r.l.
These materials and information are intended solely for the purpose designated and may not be used otherwise.
It is not permitted to disclose or reproduce them in whole or in part without express written permission.
20.3 CONFIGURATION
The list of questions can be customised and the customer can agree on both the list of questions and the answers.
All questions are editable, except for the first one: 'Did you complete the checklist for this work shift?'
The first list of questions is made and entered into the system together with the technicians.
For the remaining questions, modify the 'checklist_config.dat' file delivered at the time of the first installation.
To edit the file, use a text editor like Notepad ++.
The file consists of 2 parts:
CONFIGURATION:
[config]
n_question=4
n_max_error=0
result_message_ok= Test ok
result_message_failed= Test Failed
result_message_warning= Test Warning
relay=0
where:
n_question: number of questions to display.
n_max_error: maximum number of errors to regard the test as passed.
result_message_ok: message that is displayed when the test is passed.
result_message_failed: message that is displayed when the test is failed.
result_message_warning: message that is displayed when the (non-blocking) warning responses are incorrect.
relay: relay management. If = 0 the relay is closed at the end of the test regardless of the result. If = 1 the relay
is closed only if the test has been passed.
NOTE: this is the relay present in the CPU and it can take different statuses if used in combination
with other modules (see Badge module).
QUESTIONS:
[question_0]
msg= Is there any evident damage to the vehicle?
n_options=2
o_1=YES
o_2=NO
response_ok=1
type=0
where:
msg: text of the question.
n_options: number of answers to display. This parameter can take 2, 3 or 4 as values.
o_1, o_2…: text of the keys (from 1 to 4).
response: defines which answer is correct.
type: if = 1 the answer is non-blocking (warning).