====== Частотный преобразователь 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 ===== plugin.peripherial: danfoss: &danfoss portnum: 3 retrial: 3 type: modbus tags: - name: Control # CTW address: 49999 readEnd: on - name: FreqSet # REF (8192 corresponds to 100%) address: 50009 readEnd: on - name: State # STW address: 50199 readEnd: on - name: FreqOut # MAV (16384 corresponds to 100%) 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