Различия
Здесь показаны различия между двумя версиями данной страницы.
Следующая версия | Предыдущая версия | ||
doc:jroboplc:modules:peripherial:modbus_pat10m [2025/06/03 13:41] vitaly создано |
doc:jroboplc:modules:peripherial:modbus_pat10m [2025/06/03 13:42] (текущий) vitaly |
||
---|---|---|---|
Строка 1: | Строка 1: | ||
- | 1 | + | Счетчики импульсов / энергии |
+ | |||
+ | <code yaml> | ||
+ | |||
+ | plugin.peripherial: | ||
+ | enable: on | ||
+ | |||
+ | module.M01: | ||
+ | netaddr: 1 | ||
+ | portnum: 13 | ||
+ | emulate: on | ||
+ | type: modbus | ||
+ | enable: on | ||
+ | |||
+ | maxWriteSizeInp: 64 | ||
+ | maxWriteSizeReg: 6 | ||
+ | |||
+ | tags: | ||
+ | - name: Address | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 1 | ||
+ | |||
+ | - name: ResetCounter | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 2 | ||
+ | |||
+ | - name: MaxCycleTime | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 3 | ||
+ | readEnd: on | ||
+ | |||
+ | |||
+ | - name: Counter01H | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4096 | ||
+ | |||
+ | - name: Counter01L | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4097 | ||
+ | |||
+ | - name: Counter02H | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4098 | ||
+ | |||
+ | - name: Counter02L | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4099 | ||
+ | |||
+ | |||
+ | - name: Counter03H | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4100 | ||
+ | |||
+ | - name: Counter03L | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4101 | ||
+ | |||
+ | |||
+ | - name: Counter04H | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4102 | ||
+ | |||
+ | - name: Counter04L | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4103 | ||
+ | |||
+ | |||
+ | - name: Counter05H | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4104 | ||
+ | |||
+ | - name: Counter05L | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4105 | ||
+ | |||
+ | |||
+ | - name: Counter06H | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4106 | ||
+ | |||
+ | - name: Counter06L | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4107 | ||
+ | |||
+ | |||
+ | - name: Counter07H | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4108 | ||
+ | |||
+ | - name: Counter07L | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4109 | ||
+ | |||
+ | |||
+ | - name: Counter08H | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4110 | ||
+ | |||
+ | - name: Counter08L | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4111 | ||
+ | |||
+ | |||
+ | - name: Counter09H | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4112 | ||
+ | |||
+ | - name: Counter09L | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4113 | ||
+ | |||
+ | |||
+ | - name: Counter10H | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4114 | ||
+ | |||
+ | - name: Counter10L | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4115 | ||
+ | |||
+ | - name: Counter11H | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4116 | ||
+ | |||
+ | - name: Counter11L | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4117 | ||
+ | |||
+ | |||
+ | - name: Counter12H | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4118 | ||
+ | |||
+ | - name: Counter12L | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4119 | ||
+ | |||
+ | |||
+ | - name: Counter13H | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4120 | ||
+ | |||
+ | - name: Counter13L | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4121 | ||
+ | |||
+ | |||
+ | - name: Counter14H | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4122 | ||
+ | |||
+ | - name: Counter14L | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4123 | ||
+ | |||
+ | |||
+ | - name: Counter15H | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4124 | ||
+ | |||
+ | - name: Counter15L | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4125 | ||
+ | |||
+ | |||
+ | - name: Counter16H | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4126 | ||
+ | |||
+ | - name: Counter16L | ||
+ | type: uint16 | ||
+ | region: hldreg | ||
+ | access: ro | ||
+ | address: 4127 | ||
+ | readEnd: on | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | module.M01_1: | ||
+ | type: wessvr.adapter | ||
+ | module: M01 | ||
+ | tags: | ||
+ | SumWeight: Counter01H, Counter01L | ||
+ | |||
+ | |||
+ | |||
+ | module.M01_2: | ||
+ | type: wessvr.adapter | ||
+ | module: M01 | ||
+ | tags: | ||
+ | SumWeight: Counter02H, Counter02L | ||
+ | |||
+ | module.M01_3: | ||
+ | type: wessvr.adapter | ||
+ | module: M01 | ||
+ | tags: | ||
+ | SumWeight: Counter03H, Counter03L | ||
+ | |||
+ | module.M01_4: | ||
+ | type: wessvr.adapter | ||
+ | module: M01 | ||
+ | tags: | ||
+ | SumWeight: Counter04H, Counter04L | ||
+ | |||
+ | module.M01_5: | ||
+ | type: wessvr.adapter | ||
+ | module: M01 | ||
+ | tags: | ||
+ | SumWeight: Counter05H, Counter05L | ||
+ | |||
+ | module.M01_6: | ||
+ | type: wessvr.adapter | ||
+ | module: M01 | ||
+ | tags: | ||
+ | SumWeight: Counter06H, Counter06L | ||
+ | |||
+ | module.M01_7: | ||
+ | type: wessvr.adapter | ||
+ | module: M01 | ||
+ | tags: | ||
+ | SumWeight: Counter07H, Counter07L | ||
+ | |||
+ | module.M01_8: | ||
+ | type: wessvr.adapter | ||
+ | module: M01 | ||
+ | tags: | ||
+ | SumWeight: Counter08H, Counter08L | ||
+ | |||
+ | module.M01_9: | ||
+ | type: wessvr.adapter | ||
+ | module: M01 | ||
+ | tags: | ||
+ | SumWeight: Counter09H, Counter09L | ||
+ | |||
+ | module.M01_10: | ||
+ | type: wessvr.adapter | ||
+ | module: M01 | ||
+ | tags: | ||
+ | SumWeight: Counter10H, Counter10L | ||
+ | |||
+ | module.M01_11: | ||
+ | type: wessvr.adapter | ||
+ | module: M01 | ||
+ | tags: | ||
+ | SumWeight: Counter11H, Counter11L | ||
+ | |||
+ | module.M01_12: | ||
+ | type: wessvr.adapter | ||
+ | module: M01 | ||
+ | tags: | ||
+ | SumWeight: Counter12H, Counter12L | ||
+ | |||
+ | module.M01_13: | ||
+ | type: wessvr.adapter | ||
+ | module: M01 | ||
+ | tags: | ||
+ | SumWeight: Counter13H, Counter13L | ||
+ | |||
+ | module.M01_14: | ||
+ | type: wessvr.adapter | ||
+ | module: M01 | ||
+ | tags: | ||
+ | SumWeight: Counter14H, Counter14L | ||
+ | |||
+ | module.M01_15: | ||
+ | type: wessvr.adapter | ||
+ | module: M01 | ||
+ | tags: | ||
+ | SumWeight: Counter15H, Counter15L | ||
+ | |||
+ | module.M01_16: | ||
+ | type: wessvr.adapter | ||
+ | module: M01 | ||
+ | tags: | ||
+ | SumWeight: Counter16H, Counter16L | ||
+ | |||
+ | </code> | ||
+ |