zhaopeiym / IoTClient

This is an IoT device communication protocol implementation client, which will include common industrial communication protocols such as mainstream PLC communication reading, ModBus protocol, and Bacnet protocol. This component is open source and free for life, using the most relaxed MIT open source agreement, you can modify and commercial use at will (commercial use please evaluate and test). 这是一个物联网设备通讯协议实现客户端,将会包括主流PLC通信读取、ModBus协议、Bacnet协议等常用工业通讯协议。本组件终身开源免费,采用最宽松的MIT开源协议,您可以随意修改和商业使用(商业使用请做好评估和测试)。
MIT License
1.27k stars 408 forks source link

希望批量读取时增加地址别名 #7

Closed taohuaguo closed 3 years ago

taohuaguo commented 3 years ago

image 因为地址可能会变化,因此增加地址别名作为参数唯一凭证,存入数据库时只保存地址别名和对应值;

zhaopeiym commented 3 years ago

不明白地址为什么会变化?

taohuaguo commented 3 years ago

和业务有关吧,部署到多客户多产线,每条产线同样的参数,但地址会不一样,程序里地址不能用死了。

taohuaguo commented 3 years ago

仔细想了一下,这个需求和业务关联性很强,可能其他人都不需要,就先关了这个issue吧。