Это старая версия документа.
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
====== Частотный преобразователь Danfoss FC200 ====== https://files.danfoss.com/download/Drives/doc_MG20N502.pdf https://files.danfoss.com/download/Drives/MG20OB02.pdf ===== Параметры ===== * 3-02 - минимальная частота * 3-03 - максимальная частота * 3-15 - Source1 * =0 - частота задается по modbus * =1 - частота задается аналоговым входом ===== yml ===== <code yaml> plugin.peripherial: danfoss: &danfoss portnum: 3 retrial: 3 type: modbus tags: - name: Control # CTW address: 49999 readEnd: on - name: FreqSet # REF address: 50009 readEnd: on - name: State # STW address: 50199 readEnd: on - name: FreqOut # MAV address: 50209 readEnd: on - name: Source1 # см. параметр 3-15 address: 3149 readEnd: on - name: MinRef address: 3019 type: int32 readEnd: on - name: MaxRef address: 3029 type: int32 readEnd: on module.dnf1: netaddr: 1 <<: *danfoss </code>