【实操笔记】OPCUA接入

发布时间 2023-10-12 16:43:52作者: hely_ljm
1.OPC UA介绍
 
一、各种语言的开源库介绍   
       https://wanghao1314.blog.csdn.net/article/details/106452683
 
二、官网
      https://open62541.org/
 
三、编译
 
1.cmake安装
  https://blog.csdn.net/m0_55048235/article/details/122277696
  https://cmake.org/download/
  选择:cmake-3.25.0-windows-x86_64.msi
2.open62541下载:https://github.com/open62541/open62541
3.编译:
   可参考 https://blog.csdn.net/whahu1989/article/details/104563226
               https://www.cnblogs.com/eatfishcat/p/11147242.html 
 
  功能选项: https://www.codeleading.com/article/31515849599/
 
4.中文文档
  https://blog.csdn.net/mikasoi/article/details/84799078
 
5.英文文档
  可参考 https://www.open62541.org/doc/0.3/types.html#types
 
  踩坑记录:https://zhuanlan.zhihu.com/p/588598345