Mettre à jour 'conception/th_manageRobot.txt'
这个提交包含在:
父节点
ebe5dc44de
当前提交
9f2301699b
共有 1 个文件被更改,包括 2 次插入 和 1 次删除
|
|
@ -3,11 +3,12 @@ skinparam monochrome true
|
|||
start
|
||||
|
||||
while ()
|
||||
:startRobot?;
|
||||
:openComRobot?;
|
||||
:err = robot.Open();
|
||||
if (err) then (robot_ok)
|
||||
:msgSend = new Message(MESSAGE_ANSWER_ACK);
|
||||
:messageToMon!msgSend;
|
||||
:startRobot?;
|
||||
if (watchdogMode) then (WITH_WATCHDOG)
|
||||
:msgSend = robot.Write(new Message(MESSAGE_ROBOT_START_WITH_WD));
|
||||
else (WITHOUT_WATCHDOG)
|
||||
|
|
|
|||
正在加载…
在新工单中引用