update gestione LUA x parametri e allarmi (diminuito LOG info --> trace)
This commit is contained in:
@@ -119,14 +119,21 @@ end
|
||||
|
||||
|
||||
-- MAIN
|
||||
alarmListTable = {}
|
||||
alarmListActive = {}
|
||||
alarmStatus = ""
|
||||
-- MAIN
|
||||
function doProcess()
|
||||
alarmListTable = {}
|
||||
alarmListActive = {}
|
||||
alarmStatus = ""
|
||||
|
||||
checkInit()
|
||||
setupTable()
|
||||
checkInit()
|
||||
setupTable()
|
||||
|
||||
checkVariation()
|
||||
checkActiveAlarms()
|
||||
calcStatusVar()
|
||||
displayTestInfo()
|
||||
checkVariation()
|
||||
checkActiveAlarms()
|
||||
calcStatusVar()
|
||||
displayTestInfo()
|
||||
end
|
||||
|
||||
if (callMode ~= 'NLua') then
|
||||
doProcess()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user