Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的笔记本电脑上安装了一个节点 opcua 服务器。我想将文件或设备驱动程序中的一些数据(如 x、y 坐标和时间)写入我的 opcua 服务器中的变量。我是 JavaScript 新手。非常感谢有关此主题的任何帮助。提前致谢。
我建议您将 node-red 用于此类解决方案。Node-RED 在处理这类问题时非常有用且容易。您可以使用 Node-RED 中的节点轻松连接数据库,然后在服务器上获取数据。