LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

i want to remotely control my labview project from client while server is runing

i want to remotely control my labview project from clients on my own domain or any website while server is running
how can i do this?
0 Kudos
Message 1 of 11
(4,144 Views)
I'm assuming you're referring to a built application. Otherwise I don't know what you mean by controlling a LabVIEW project. In that case, read the manual on using the ActiveX server, as well as on the Web Publishing Tool. You will need to determine which method you want to use for your particular needs.
0 Kudos
Message 2 of 11
(4,130 Views)

i have developed the labview front panel application and made an html file through web publishing tool

now i want to publish this on my website not on local host so that client can monitor the system from anywhere when server is running

0 Kudos
Message 3 of 11
(4,118 Views)
0 Kudos
Message 4 of 11
(4,110 Views)

thanks

but i want to run it on my domain iieeprojects.co.tv not local host

so what can i do?????

0 Kudos
Message 5 of 11
(4,103 Views)

I would suggest you create an exe to install on the server. Follow the directions here.

0 Kudos
Message 6 of 11
(4,095 Views)

thanks i created the exe file then installer

now on my website which files i add bcoz when i uploaded the html file it gives an error that server does not support remote panel

0 Kudos
Message 7 of 11
(4,058 Views)

Hi javeria,

 

Remote panels functionality is only available on the fowllowing development systems: Professional and Developer Suite.

 

It is not avaialable on Base and Full.

 

You can purchase it here: https://www.ni.com/en/shop/labview/select-edition.html

 

Flash

National Instruments
Applications Engineer
0 Kudos
Message 8 of 11
(4,021 Views)
i have professional suite
0 Kudos
Message 9 of 11
(4,015 Views)

javeria wrote:

thanks

but i want to run it on my domain iieeprojects.co.tv not local host

so what can i do?????


I don't understand this comment. The page from the Help file I linked to doesn't say anything about it needing to be the local host. It's talking about any web server. The server must be running the LabVIEW Web Server. For this you need to install LabVIEW on the server. I'm not sure if the LabVIEW Web Server is included when installing the LabVIEW Runtime Engine. The clients, on the other hand, can connect to the server using a browser, but the clients would need to have the LabVIEW Runtime Engine installed. 

 

There are tons of KnowledgeBase articles on this subject. Some examples:

 

How Do I Enable LabVIEW Web Server or Use Remote Panels With an Executable Built in LabVIEW?

Remote Panels in LabVIEW -- Distributed Application Development

 

0 Kudos
Message 10 of 11
(4,009 Views)