LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 63 TCP/IP

Help me, right now i using esp32 and accelerometer to gain data of Z axis
when i trying to send data into labview this error 63 happened to me
i've try ping from my pc to the IP of esp32 and its work
im still new in using labview 
can anyone help me?

Download All
0 Kudos
Message 1 of 5
(594 Views)

Hi Yunus,

 

"the server refused to accept the connection": the problem is not with LabVIEW…

 

Is there a server available?

Which credentials does it expect?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(552 Views)

can you teach me?
i want to make the labview as server 

 

0 Kudos
Message 3 of 5
(518 Views)

TCP Open creates a client connection. On the address you specify must be a running TCP Listener (aka server). There are several examples in LabVIEW about TCP servers and clients. Try the Examples Finder in the Help menu.

Rolf Kalbermatter
My Blog
0 Kudos
Message 4 of 5
(495 Views)

Hi Yunus,

 


@Yunus42 wrote:

i want to make the labview as server 


In my understanding your ESP32 should act as server. The LabVIEW program will act as client to request data from your ESP32 server.

 

I cannot help much more as I don't know anything about your ESP32…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 5
(491 Views)