update gestione LUA x parametri e allarmi (diminuito LOG info --> trace)

This commit is contained in:
Samuele Locatelli
2022-03-24 16:26:37 +01:00
parent a48e444fe2
commit 8a0f445b39
6 changed files with 45 additions and 85 deletions
+16 -9
View File
@@ -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