Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
doc:jroboplc:consolecmd [2016/12/23 08:18] denis |
doc:jroboplc:consolecmd [2025/03/26 16:47] (текущий) denis |
||
---|---|---|---|
Строка 1: | Строка 1: | ||
====== Команды консоли ====== | ====== Команды консоли ====== | ||
- | Актуальный перечень команд консоли можно получить в самой консоли командой ''h''. | + | Актуальный перечень команд консоли можно получить в самой консоли командой **''h''**. Вывод зависит от состава подключенных плагинов. |
+ | |||
+ | Пример вывода командой **''h''**: | ||
<code> | <code> | ||
run>h | run>h | ||
Строка 10: | Строка 12: | ||
Common commands: | Common commands: | ||
ansi off|on turns off/on ansi colors | ansi off|on turns off/on ansi colors | ||
+ | appname application name | ||
check [mod filter] checks internal errors of the modules | check [mod filter] checks internal errors of the modules | ||
+ | gc starts garbage collector | ||
h shows this help | h shows this help | ||
i [mod] module info | i [mod] module info | ||
+ | l [mod|filter] list tags filtered with regex | ||
+ | lb list the previous page | ||
+ | lf list the next page | ||
+ | ll list the last page again | ||
load plg mod loads new module | load plg mod loads new module | ||
quit stop and exit | quit stop and exit | ||
Строка 23: | Строка 31: | ||
stx mod tag val sets a new value to a group of tags, where mod and tag are regex expressions | stx mod tag val sets a new value to a group of tags, where mod and tag are regex expressions | ||
susp [off|on] mod switches suspend mode for a module | susp [off|on] mod switches suspend mode for a module | ||
- | tl .|limit n|filter shows tags: | + | tl [[mod] tagname] list tags filtered with regex by module/tagname |
- | Continue from showed tag, ex: tl . | + | |
- | Set list limit (default is 1000), ex: tl limit 20 | + | |
- | Filtering, ex: tl mymod.* .*[E,e]rror.* | + | |
version shows version of the core | version shows version of the core | ||
Строка 36: | Строка 41: | ||
m:hidden on|off turns on/off hidden tags | m:hidden on|off turns on/off hidden tags | ||
m:infosetflag on|off turns on/off showing SETFLAG command firing | m:infosetflag on|off turns on/off showing SETFLAG command firing | ||
+ | |||
+ | script: | ||
+ | p:check [mod ...] checks and shows errors | ||
+ | p:test for developers | ||
serial: | serial: | ||
m:disable all|port disables for all ports or for one port if specified | m:disable all|port disables for all ports or for one port if specified | ||
m:enable all|port enables for all ports or for one port if specified | m:enable all|port enables for all ports or for one port if specified | ||
+ | |||
+ | tagsaver: | ||
+ | m:load filename load tag values from a file | ||
tcpserver: | tcpserver: |