登录 注册
当前位置:主页 > 资源下载 > 44 > 一个用于演示如何运用节点opcua SDK的简单OPCUA示例客户端:node-opcua-sample

一个用于演示如何运用节点opcua SDK的简单OPCUA示例客户端:node-opcua-sample

  • 更新:2024-10-23 11:17:51
  • 大小:44KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

结点样本 一个简单的OPCUA示例客户端,以演示如何使用 SDK。 该样品带有3种口味 带有异步/等待支持的打字稿 $ npm install ts-node -g $ ts-node simple_client_ts.ts 支持async / await的最新nodejs版本(es2017) $ node simple_client_es18.js 旧的nodejs(8.0版) this version uses the old callback back mechanism which is not recommended anymore $ git clone https://github.com/node-opcua/node-opcua-sample $ cd node-opcua-sample $ npm install $ node simple_client.js