Hi, For my project i need to send data from Node-Red to Proficloud. I want to know if a Node exist to transfer the Data. This works for Microsoft Azure thank to the node-red-contrib-azure-iot-hub that connects Node-red with Azure and transfer the data, but i would like to know if the same exists for Proficloud. PC WORX engineer’s v7.2.3 AXC F 2152 Firmware v1.1.0.23 Node-RED version: v0.19.5
Node.js version: v6.11.2 Thank you in advance for your reply.
Hello, There is currently noway to send data directly from Node-Red to the Proficloud TSD service. It would be good to have a node-red package that does this, similar to the Azure package. I will pass this idea on to the Proficloud development team. In the mean time, you can currently achieve this result in a couple of ways: 1. If you are using an AXC F 2152 PLC, you can send data from Node-RED to the PLC using the PLC’s built-in OPC UA server. Data items in the PLC can be logged directly to the Proficloud TSD service. 2. If you are not using an AXC F 2152, you can host a Modbus/TCP Server in your Node-RED instance, and then use an IOT Gateway to transfer data from this server to the Proficloud. Hope this helps. - Martin.