connector.opc-ua.js:将Coaty连接到OPC UA服务器-源码

上传者: 42122986 | 上传时间: 2021-05-17 15:03:33 | 文件大小: 357KB | 文件类型: ZIP
Coaty JS-OPC UA连接器 目录 介绍 Coaty JS OPC UA连接器将分散的应用程序与服务器无缝连接。 它提供了专门的控制器,可将OPC UA数据源转换为Coaty Sensor Things,IO路由源/角色和原始MQTT消息,并将Coaty远程操作调用映射到OPC UA方法调用。 该连接器随附完整的API文档和一个示例项目,该示例项目演示了最佳实践和典型使用模式。 安装 您可以按照以下步骤在Coaty应用程序中安装最新版本的OPC UA连接器软件包: npm install @coaty/connector.opcua 该npm软件包使用ECMAScript版本es5和模块格式commonjs针对Coaty项目。 注意:OPC UA连接器仅在Node.js运行时中运行,而不在浏览器中运行。 在内部,它取决于npm软件包node-opcua-client 。

文件下载

资源详情

[{"title":"( 70 个子文件 357KB ) connector.opc-ua.js:将Coaty连接到OPC UA服务器-源码","children":[{"title":"connector.opc-ua.js-master","children":[{"title":".github","children":[{"title":"ISSUE_TEMPLATE","children":[{"title":"bug_report.md <span style='color:#111;'> 1.25KB </span>","children":null,"spread":false},{"title":"feature_request.md <span style='color:#111;'> 1.03KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"src","children":[{"title":"opcua-iosource-controller.ts <span style='color:#111;'> 4.02KB </span>","children":null,"spread":false},{"title":"opcua-ioactor-controller.ts <span style='color:#111;'> 5.34KB </span>","children":null,"spread":false},{"title":"index.ts <span style='color:#111;'> 413B </span>","children":null,"spread":false},{"title":"opcua-sensor-things-controller.ts <span style='color:#111;'> 11.46KB </span>","children":null,"spread":false},{"title":"opcua-mqtt-controller.ts <span style='color:#111;'> 3.79KB </span>","children":null,"spread":false},{"title":"opcua-remote-operations-controller.ts <span style='color:#111;'> 12.82KB </span>","children":null,"spread":false},{"title":"opcua-connector.ts <span style='color:#111;'> 32.52KB </span>","children":null,"spread":false}],"spread":true},{"title":"example","children":[{"title":"src","children":[{"title":"consumer","children":[{"title":"sensor-things-consumer-controller.ts <span style='color:#111;'> 2.75KB </span>","children":null,"spread":false},{"title":"agent.ts <span style='color:#111;'> 1.97KB </span>","children":null,"spread":false},{"title":"io-actor-consumer-controller.ts <span style='color:#111;'> 847B </span>","children":null,"spread":false},{"title":"mqtt-consumer-controller.ts <span style='color:#111;'> 653B </span>","children":null,"spread":false}],"spread":true},{"title":"opcua-server","children":[{"title":"producer-server.ts <span style='color:#111;'> 6.05KB </span>","children":null,"spread":false}],"spread":true},{"title":"producer","children":[{"title":"agent.ts <span style='color:#111;'> 11.56KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"gulpfile.js <span style='color:#111;'> 1.79KB </span>","children":null,"spread":false},{"title":"tsconfig.json <span style='color:#111;'> 687B </span>","children":null,"spread":false},{"title":"LICENSE <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"tslint.json <span style='color:#111;'> 46B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 3.45KB </span>","children":null,"spread":false},{"title":".editorconfig <span style='color:#111;'> 245B </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 434B </span>","children":null,"spread":false},{"title":"package-lock.json <span style='color:#111;'> 339.40KB </span>","children":null,"spread":false},{"title":"package.json <span style='color:#111;'> 1.20KB </span>","children":null,"spread":false}],"spread":true},{"title":"gulpfile.js <span style='color:#111;'> 2.72KB </span>","children":null,"spread":false},{"title":"tsconfig.json <span style='color:#111;'> 602B </span>","children":null,"spread":false},{"title":"LICENSE <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"tslint.json <span style='color:#111;'> 46B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 4.58KB </span>","children":null,"spread":false},{"title":"typedoc.js <span style='color:#111;'> 1.42KB </span>","children":null,"spread":false},{"title":"docs","children":[{"title":"index.md <span style='color:#111;'> 288B </span>","children":null,"spread":false},{"title":"Gemfile <span style='color:#111;'> 1.33KB </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 1.79KB </span>","children":null,"spread":false},{"title":"404.html <span style='color:#111;'> 371B </span>","children":null,"spread":false},{"title":"api","children":[{"title":"index.html <span style='color:#111;'> 13.37KB </span>","children":null,"spread":false},{"title":"classes","children":[{"title":"opcuaioactorcontroller.html <span style='color:#111;'> 60.49KB </span>","children":null,"spread":false},{"title":"opcuaiosourcecontroller.html <span style='color:#111;'> 57.28KB </span>","children":null,"spread":false},{"title":"opcuasensorthingscontroller.html <span style='color:#111;'> 96.68KB </span>","children":null,"spread":false},{"title":"opcuamqttcontroller.html <span style='color:#111;'> 46.56KB </span>","children":null,"spread":false},{"title":"opcuaremoteoperationcontroller.html <span style='color:#111;'> 50.36KB </span>","children":null,"spread":false},{"title":"opcuaconnector.html <span style='color:#111;'> 85.71KB </span>","children":null,"spread":false},{"title":"opcuasensorio.html <span style='color:#111;'> 16.68KB </span>","children":null,"spread":false}],"spread":false},{"title":"assets","children":[{"title":"images","children":[{"title":"icons@2x.png <span style='color:#111;'> 27.48KB </span>","children":null,"spread":false},{"title":"icons.png <span style='color:#111;'> 9.39KB </span>","children":null,"spread":false},{"title":"widgets@2x.png <span style='color:#111;'> 855B </span>","children":null,"spread":false},{"title":"widgets.png <span style='color:#111;'> 480B </span>","children":null,"spread":false}],"spread":false},{"title":"js","children":[{"title":"main.js <span style='color:#111;'> 46.13KB </span>","children":null,"spread":false},{"title":"search.json <span style='color:#111;'> 78.87KB </span>","children":null,"spread":false}],"spread":false},{"title":"css","children":[{"title":"main.css <span style='color:#111;'> 55.37KB </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"interfaces","children":[{"title":"opcuaremoteoperationoptions.html <span style='color:#111;'> 21.51KB </span>","children":null,"spread":false},{"title":"opcuanodeidentifier.html <span style='color:#111;'> 10.61KB </span>","children":null,"spread":false},{"title":"opcuaeuinformation.html <span style='color:#111;'> 13.64KB </span>","children":null,"spread":false},{"title":"opcuadatasource.html <span style='color:#111;'> 29.60KB </span>","children":null,"spread":false},{"title":"opcuaioactoroptions.html <span style='color:#111;'> 19.71KB </span>","children":null,"spread":false},{"title":"opcuainputargumentmapping.html <span style='color:#111;'> 16.08KB </span>","children":null,"spread":false},{"title":"opcuamqttoptions.html <span style='color:#111;'> 19.23KB </span>","children":null,"spread":false},{"title":"opcuaanalogdataitem.html <span style='color:#111;'> 15.32KB </span>","children":null,"spread":false},{"title":"opcuaiosourceoptions.html <span style='color:#111;'> 19.67KB </span>","children":null,"spread":false},{"title":"opcuaoptions.html <span style='color:#111;'> 16.11KB </span>","children":null,"spread":false},{"title":"opcuacallreturnmapping.html <span style='color:#111;'> 14.82KB </span>","children":null,"spread":false},{"title":"opcuasensoroptions.html <span style='color:#111;'> 19.46KB </span>","children":null,"spread":false}],"spread":false},{"title":"globals.html <span style='color:#111;'> 9.88KB </span>","children":null,"spread":false}],"spread":false},{"title":"Gemfile.lock <span style='color:#111;'> 7.18KB </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 35B </span>","children":null,"spread":false},{"title":"_config.yml <span style='color:#111;'> 1.63KB </span>","children":null,"spread":false}],"spread":true},{"title":".editorconfig <span style='color:#111;'> 245B </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 513B </span>","children":null,"spread":false},{"title":"CHANGELOG.md <span style='color:#111;'> 2.56KB </span>","children":null,"spread":false},{"title":"package-lock.json <span style='color:#111;'> 363.99KB </span>","children":null,"spread":false},{"title":"package.json <span style='color:#111;'> 1.81KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明