User Documentation

Programmerstellung
Systemhandbuch
2696780000/02/04.2020
37
return true
--Init Controller--
elseif transition == "Init Controller" then
return true
--Exit Controller--
elseif transition == "Exit Controller" then
return true
--Start Applications--
elseif transition == "Start Applications" then
 return true
--Stop Applications--
elseif transition == "Stop Applications" then
return true
end
return false
end
, --- DOTRANSITION ---------------------------
dotransition = function(transition, step)
--Init DeviceService
if transition == "Init DeviceService" then
if step == 1 then
elseif step == 2 then
elseif step == 3 then
elseif step == 4 then
elseif step == 5 then
elseif step == 6 then
elseif step == 7 then
elseif step == 8 then
elseif step == 9 then
elseif step == 10 then
end
--Exit DeviceService--
elseif transition == "Exit DeviceService" then
if step == 1 then
elseif step == 2 then
elseif step == 3 then
elseif step == 4 then
elseif step == 5 then
elseif step == 6 then
elseif step == 7 then
elseif step == 8 then
elseif step == 9 then
elseif step == 10 then
end
--Init Controller--
elseif transition == "Init Controller" then
if step == 1 then
elseif step == 2 then
elseif step == 3 then
elseif step == 4 then
elseif step == 5 then
elseif step == 6 then
elseif step == 7 then
elseif step == 8 then
elseif step == 9 then
elseif step == 10 then
end
--Exit Controller--
elseif transition == "Exit Controller" then
if step == 1 then
elseif step == 2 then
elseif step == 3 then
elseif step == 4 then
elseif step == 5 then
elseif step == 6 then
elseif step == 7 then
elseif step == 8 then
elseif step == 9 then
elseif step == 10 then
end
--Start Applications--
elseif transition == "Start Applications" then