Index: build/alarmMapping.py =================================================================== diff -u -r7452c2a2731795258aa04fc990223bb5c529728a -r71d1146edb753c070b9e92e59e7c3695643ea63b --- build/alarmMapping.py (.../alarmMapping.py) (revision 7452c2a2731795258aa04fc990223bb5c529728a) +++ build/alarmMapping.py (.../alarmMapping.py) (revision 71d1146edb753c070b9e92e59e7c3695643ea63b) @@ -14,8 +14,8 @@ col_alarms_id = 9 -col_alarms_title = 6 -col_alarms_message = 7 +col_alarms_title = 5 +col_alarms_message = 6 # it has been assumed that for each alarm multiple lines of instruction will follow. # there are a lot of other options to get instruction but the output CSV format/structure is important. @@ -26,7 +26,7 @@ # col_instruction_title = 5 # just as an example -col_instruction_image = 10 # just as an example +col_instruction_image = 6 # just as an example conf_content = ""