Это старая версия документа.
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/inc/parser/handler.php on line 1458
Warning: Declaration of syntax_plugin_tablecalc::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/tablecalc/syntax.php on line 41
Warning: Declaration of syntax_plugin_tablecalc::render($mode, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/tablecalc/syntax.php on line 72
Warning: Declaration of syntax_plugin_offline::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/offline/syntax.php on line 60
Warning: Declaration of syntax_plugin_offline::render($format, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/offline/syntax.php on line 67
Warning: preg_match(): Compilation failed: invalid range in character class at offset 3416 in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/inc/parser/lexer.php on line 118
====== Весы Аккон ====== Описание протокола отсутствует. <code yaml> plugin.peripherial: akkon: &akkon portnum: 2 retrial: 1 type: modbus tags: - name: State0 address: 0x2000 - name: CurTime # время текущей навески, секунды address: 0x2001 - name: SumWeight # кг address: 0x2005 type: uint32 - name: SumNum address: 0x2007 type: uint32 - name: State1 address: 0x2009 - name: State2 address: 0x200b - name: LastWeight # граммы address: 0x200e - name: LastTime # секунды address: 0x200f - name: Output # производительность грамм/час address: 0x2011 type: int32 - name: Dose # заданная доза, кг address: 0x201c akkonadp: &akkonadp type: wessvr.adapter MaxWeight: 0x100000000 # предположительное значение MaxNum: 0x100000000 tags: SumWeight: SumWeight SumNum: SumNum LastWeight: LastWeight LastTime: LastTime module.phigh: netaddr: 10 <<: *akkon module.WHIGH: module: phigh <<: *akkonadp </code>