User Documentation

Table Of Contents
Program development
System manual
2696790000/02/04.2020
35
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
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
--Stop Applications
elseif transition == "Stop Applications" 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
end
, --- DOCHECK -----------------------------------
docheck = function()
end