Files
zjsh_weight_system_ui/readme.md

8 lines
564 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 功能
使用opc_tcp通讯读取服务端的上料斗和下料斗重量的数值并且显示在界面上。当服务端断开状态图标会切换重量值清零会一直重连服务端。
当服务端那边连接不上重量那边的客户端,上料斗或下料斗的值会变为"error",我这边客户端接收到"error"值时,状态图标会切换,重量值清零,直到接收到正常值
# 使用教程
使用前需要修改的参数opcua_client.py文件中需要修改的地方有
![img.png](img.png)
![img_1.png](img_1.png)