LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Built web page to control a vi

Alipio...
Como se hace exactamente? (siento tantas preguntas). para probar, he hecho un vi muy sencillo y he contruido una aplicacion, pero no se como acceder a ella desde el web browser... realmente estoy muy perdida con este tema, estoy encontrando muchas cosas pero no encuentro la forma de hacerlo... (todo lo estoy probando desde el mismo pc)
0 Kudos
Message 11 of 15
(561 Views)
Alipio...
Como se hace exactamente? (siento tantas preguntas). para probar, he hecho un vi muy sencillo y he contruido una aplicacion, pero no se como acceder a ella desde el web browser... realmente estoy muy perdida con este tema, estoy encontrando muchas cosas pero no encuentro la forma de hacerlo... (todo lo estoy probando desde el mismo pc)
0 Kudos
Message 12 of 15
(562 Views)
Thank you all for your help. You have help me too much...

finally, I have found this http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/3b2160b128ee09a886256b60006ffa66?OpenDocument
that explained what I need to know

Regards!!
0 Kudos
Message 13 of 15
(548 Views)
To control the VI with the editor installed, you need to check the box Request Control. When I preview in my browser, it comes up already in control of the vi.

To enable remote control of a compiled application, you have to create an INI file to specify the options that do not match the standard defaults. If you have already run the App, you will see an INI file created for you. Add this line to the INI file:

WebServer.Enabled=True

If you have not run the App yet, create an INI file to match the name of the application. For MyApp.exe, create a file in the same directory called MyApp.ini and enter the following:

[MyApp]
WebServer.Enabled=True

Michael Munroe
ABCDEF
Michael Munroe, CLD, CTD, MCP
Automate 1M+ VI Search, Sort and Edit operations with Property Inspector 5.0, now with a new Interactive Window Manager!
Now supports full project automation using one-click custom macros or CLI.
0 Kudos
Message 14 of 15
(546 Views)
Hola Esther
Me alegro de que hayas encontrado la solucion
Por si acaso, te envio estos enlaces con informacion sobre el tema.
http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/4d966061ee84df5386256de1005808ca?OpenDocument
http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/3b2160b128ee09a886256b60006ffa66?OpenDocument

Recuerda que puedes saber quien esta conectado en remoto y controlar tanto el acceso como el tiempo de control.

Posiblemente ya los hayas encontrado todo.
Suerte
Saludos
Alipio
---------------------------------------------------------
"Qod natura non dat, Salmantica non praestat"
---------------------------------------------------------
0 Kudos
Message 15 of 15
(542 Views)