AutoRunRobot » 历史记录 » 版本 1
yangdefeng, 2022-06-22 11:10
1 | 1 | yangdefeng | _*%{color:green}AutoRunRobot%*_ |
---|---|---|---|
2 | |||
3 | 标签:文件定义|AutoRunRobot |
||
4 | |||
5 | - |
||
6 | - |
||
7 | |||
8 | *%{color:fireBrick}文件路径%* |
||
9 | ..\Mir200\Envir\Robot_def\AutoRunRobot.txt |
||
10 | |||
11 | - |
||
12 | - |
||
13 | |||
14 | *%{color:fireBrick}事件触发时间点设定%* |
||
15 | |||
16 | |基于秒 |%{color:green}sec% 20 |每20秒运行1次 | |
||
17 | |基于分钟 |%{color:green}min% 2 |每两分钟运行1次 | |
||
18 | |基于小时 |%{color:green}hour% 3 |每三小时运行1次 | |
||
19 | |基于日 |%{color:green}day% 4 |每四天运行1次 | |
||
20 | |基于每日时间|%{color:green}RUNONDAY% 22:00 |每天22:00运行1次 | |
||
21 | |星期几及时间|%{color:green}RUNONWEEK% 5:15:55 |星期五15点55分运行| |
||
22 | |||
23 | - |
||
24 | - |
||
25 | |||
26 | *%{color:fireBrick}事件触发跳转标签位置说明%* |
||
27 | 1 跳转目标文件 |
||
28 | ..\Mir200\Envir\Robot_def\RobotManage.txt |
||
29 | 2 跳转目标标签 |
||
30 | @跳转标签 |
||
31 | |||
32 | - |
||
33 | - |
||
34 | |||
35 | *%{color:deepSkyBlue}AutoRunRobot文件示例%* |
||
36 | |||
37 | bq. %{color:lightGrey};跳转执行RobotManage.txt <notextile>@</notextile>每20秒触发% |
||
38 | #AutoRun NPC sec 20 <notextile>@</notextile>每20秒触发 |
||
39 | |
||
40 | %{color:lightGrey};跳转执行RobotManage.txt <notextile>@</notextile>每两分钟触发% |
||
41 | #AutoRun NPC min 2 <notextile>@</notextile>每两分钟触发 |
||
42 | |
||
43 | %{color:lightGrey};跳转执行RobotManage.txt <notextile>@</notextile>每三小时触发% |
||
44 | #AutoRun NPC hour 3 <notextile>@</notextile>每三小时触发 |
||
45 | |
||
46 | %{color:lightGrey};跳转执行RobotManage.txt <notextile>@</notextile>每四天触发% |
||
47 | #AutoRun NPC day 4 <notextile>@</notextile>每四天触发 |
||
48 | |
||
49 | %{color:lightGrey};跳转执行RobotManage.txt <notextile>@</notextile>星期五15点55分触发% |
||
50 | #AutoRun NPC RUNONWEEK 5:15:55 <notextile>@</notextile>星期五15点55分触发 |