Riordino lua script x DECODER
This commit is contained in:
@@ -119,17 +119,6 @@ local function displayTestInfo()
|
||||
end
|
||||
end
|
||||
|
||||
-- calcolo maschera...
|
||||
local function setupDisableMask()
|
||||
if (callMode ~= 'NLua') then
|
||||
for i = 1, numAlarm, 1 do
|
||||
if (string.sub(alarmListTable[i], 0, 2) ~= '##') then
|
||||
disableMask = disableMask + 2 ^ (i - 1)
|
||||
end
|
||||
end
|
||||
disableMask = math.tointeger(disableMask)
|
||||
end
|
||||
end
|
||||
|
||||
-- MAIN
|
||||
alarmListTable = {}
|
||||
@@ -138,7 +127,6 @@ alarmStatus = ""
|
||||
|
||||
checkInit()
|
||||
setupTable()
|
||||
--setupDisableMask()
|
||||
|
||||
checkVariation()
|
||||
checkActiveAlarms()
|
||||
|
||||
Reference in New Issue
Block a user