Весы Аккон-modbus

Описание протокола отсутствует.

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
 
 
 
doc/jroboplc/modules/peripherial/modbus_akkont_w1.txt · Последние изменения: 2020/11/27 15:00 — denis
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0