11-02-2016 06:04 PM
hey,
I have made a labview project and want to put this online without using client-server or Web UI Builder (since it does not all the function I need for the project) is there a way to do this? and if how do I do this?
11-02-2016 06:11 PM
Please explain what you mean by "put online".
11-02-2016 06:18 PM
By online I mean like a website were mutiple users van use the project without affecting each other
11-02-2016 06:30 PM
Define "use".
11-02-2016 06:32 PM
Running the program or application without downloading it
11-03-2016 06:44 AM
Can I also ask which functionalities you need that client-server or Web UI Builder cannot provide?
Sorry for all the questions, but the more information we have, the more likely that any advice given will be useful to you!
Best regards,
LeahE
11-03-2016 07:16 AM
Hey,
The program uses eventstructures, menu, a table That will change color and it uses the tool box to export data to an excel sheet.
Best regards,
11-03-2016 08:17 AM
I wouldn't recommend this at all. I would make some kind of distribution (an exe would probably be best) and have everyone that needs it run it on their own machine.
11-03-2016 09:33 AM
Another alternative would be to set up a virtual machine and use a clientless remote desktop gateway to access it through a browser. I think Apache Guacamole can be configured to to view only a single application instead of the remote desktop, and you could compile your programme as an .exe so that the virtual machine does not require LabVIEW.
I'm not sure if this approach would be suitable for multiple simultaneous users though.
11-03-2016 12:17 PM
I have just discovered a program called Cameyo that might be suitable. You could run your .exe from a browser, and I believe it is free.
Let me know if this helps!