Hello Stefan, I ordered a Profinet IRT Gateway but it is still on the road. So currently I am just using two RevPi Connect for a test. Without considering the application in Codesys, I first set the static ip on both devices and make a ping test between two devices. Then I encountered the above ques...
Hello everyone, I want to use one RevPi Connect as a Profinet master and another one as Profinet Slave. The master has eth0 static ip: 192.168.0.100/24, eth1 static ip: 192.168.0.101/24. While the slave has eth0 static ip: 192.168.0.1/24, eth1 static ip: 192.168.0.2/24. There is an eth cable connect...
Hello guys, My laptop has already installed Codesys V3.5.18.40 and package Codesys Control for Raspberry PI 4.8.0.0. However I cannot find the relevant deb packge in the path ..\Users\<user name>\CODESYS Control for <device>. Therefore I cannot install the runtime to the RevPi via "Upgrade Rasp...
Hello Cloud, try restarting the server: sudo systemctl restart noderedrevpinodes-server.service If the problem still occurs, please post the output of: sudo systemctl status noderedrevpinodes-server.service and sudo journalctl -fu noderedrevpinodes-server Regards, Jonas Hi Jonas, after restarting t...
Hi Federico, check the versions again like this: You can get the server version with this command. The Server should be in version 1.0.5-1 not 1.0.5. apt-cache policy noderedrevpinodes-server For the client, go to the palette manager in the NodeRed frontend. The nodes with version 1.1.0 should be t...
Hello Zhiyao Yin, basically, you would have to use the two's complement to convert the DWORD into Int. To get around this, you can convert the result of parseInt() into 32-bit-int by forcing it with a binary operation. In this case, the or operation is always done by parseInt(), so this has no othe...
Hello guys , I want to use Node-Red to receive data from codesys via modbus tcp and then send to cloud using MQTT. The original data is a DINT (say -593) in codesys, I split it into two words to Modbus TCP (High word "FFFF" and low word "FDAF"). Now in Node-Red I have received tw...
Hi Cloud, I can see that there is a red triangle and a blue circle which indicates some error or settings that are missing with the function node. Maybe the root cause is related to the code you have entered. function node.png Could you share your flow file with us? Hello dirk, one more question. I...
Hi Cloud, I can see that there is a red triangle and a blue circle which indicates some error or settings that are missing with the function node. Maybe the root cause is related to the code you have entered. function node.png Could you share your flow file with us? Hi dirk, finally I fixed this is...