03-16-2023 07:22 AM
I am tring to make tcp connection between node-red and labview. but in order to do that I need to define IP address and port number of labview server in nodered. and I am not sure where to find them.
so could someone please help me with that.
Solved! Go to Solution.
03-16-2023 08:44 AM
Without knowing NodeRed I'd say:
- NodeRed can surely run on any local IP, of course not 127.0.0.1. Check the IP of your PC and set the one on NodeRed to perhaps one higher. Pick any port.
- Once NodeRed is running a TCP stack, open a socket connection to NodeRed by using its IP and the selected port by using the TCP VIs.
03-21-2023 04:25 AM
I am also not familiar with the Node-RED code here does, but at least the LV code doesn't seem to make much sense:
I would make the following suggestions:
03-21-2023 04:38 AM
Thank you for your reply.I have already made changes but Now I am facing this new problem:
https://forums.ni.com/t5/LabVIEW-Web-Development/TCP-SERVER-READING/td-p/4291879