- 1 最好的教程例子
- 2 modbus mqtt
- 3 串口
- 4 过滤
- 5 PLC协议S7欧姆龙FINS三菱MC
- 6 OPCUA例子
- 7 模切报检重置流程-注入节点用法
- 8 表达式函数引用变量
-
9. 大屏
- 9.1 大屏界面Dadhboard
- 9.2 ui表格
- 9.3 图片http引echars
- 10 时间格式化
- 11. uibuilder前端
OPCUA例子
- 2023-08-31 18:15:25
- 微图
- 502
- 最后编辑:微图 于 2024-10-22 15:22:09
- 分享链接
读
opc客户端工具uaexpert https://pan.baidu.com/s/1eXYQOIc1_MkHZBz_1aMC7w
装调试客户端uaexpert
装完产生一个证书
配服务器
参考https://blog.csdn.net/qq_17627195/article/details/123916541
本机选Default也连不上,WIFI能连
允许匿名
配置用户名密码
用uaexpert测试读
连接
变量ID
node-red读
写
github例子
1.搜索node-red-contrib-opcua
下载
https://github.com/mikakaraila/node-red-contrib-opcua
装节点
导入节点例子
批量读取
for (var i=1;i<a;i++){ msg.topic="ns=2;s=sim2.d1.float"+i; node.send(msg); }
发表评论