11-25-2009 01:07 AM
I notice there do-able to create an embedded program with a Remote Front Panel on a Real-Time system. unfortunately, my labview is without the Real time engine, it's only comes with DSC module. And here the situation of my problem. I have a program which already builded up well for control and monitoring SCADA system. However, instead of monitoring the SCADA from the control room, we would needs to monitor or control it as well throught the Web Browser.
I also had tried to do the web server for individually (each vi) but somehow we have VIs that linked to one another, some sort of as a pop-up windows to the main VI. In that case, I would needs to have all of the VIs called or appears as they were in the Application.exe that we had already build. In other simple explaination, whatever the PC in control room was displaying, thats what the other peaple who's accessing the Web Browser could also seen.
Or in the way of we doing that, we still have to purchase the Real time engine?
11-25-2009 01:22 AM
Hi,
The WebServer Functionality is part of LabVIEW as well as of LabVEIW Realtime. So no, you don't need the RT Module.
You need to create a html document of your main VI going to Tools>Web Publishing Tool and following the instructions.
There are also several Documents and How To's online, just do a search at ni.com
Christian
11-30-2009 02:30 AM