11-13-2008 06:54 AM
Hi all...
I have an application bulit in LabVIEW 8.2.1 that runs a test with cycle counter. the application runs on a PC connected to intranet.
i want to see this cycle counter data in web (interenet explorer) on a different PC.
i could do this with Datasockets in my Client application. but i dont want to have LV runtime on every PC.
Can anyone tell me how to do this without using LV runtime on client PC?
11-13-2008 07:41 AM - edited 11-13-2008 07:41 AM
Hi Share_Good,
you can install a webserver on your pc where the vi is running. Build a html file with your vi which can be load by the webserver. Another solution could be to write your own webserver.
Hope it helps.
Mike
11-13-2008 08:40 AM