From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI Server connection peer is unresponsive

From a LV executable, I am trying to force a VI to run in the LV development instance. But I get Error 1130:The VI Server connection peer is unresponsive. 

 

TCP/IP is enabled in VI server properties and the port is configured as 3363. The same port has been to open the application reference from the executable.

 

I have tried the same thing before in another executable and that works.

 

Thanks,

Saranya

0 Kudos
Message 1 of 3
(2,646 Views)

Do you have VI server enabled in the executable? And on what port, both applications (executable and IDE) can't run on the same port.

It should be OK to close the VI server port in the executable.

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 2 of 3
(2,640 Views)

Ton,

 

VI server is enabled in the executable. This is the content of the executable's ini:

 

server.app.propertiesEnabled=True
server.tcp.servic="My Computer/VI Server"
server.vi.propertiesEnabled=True
WebServer.TcpAccess=c+*
WebServer.ViAccess=+*
DebugServerEnabled=False
DebugServerWaitOnLaunch=False

 

But the port is not specified. Just to try, I added "server.tcp.port=3364" and ran the executable and still got the same error. Is this even right?

 

Thanks,

Saranya

0 Kudos
Message 3 of 3
(2,636 Views)