LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

remote panel

I have created a htm remote panel file using the web publishing. I have no problem to open the site when i input the url in the browser in the same pc(server). However, i fail to open the site in other pc by inputting the url in the browser. What should i do?
0 Kudos
Message 1 of 11
(3,786 Views)
Hello

Make sure Labview run time is installed in the other PC.
You can download it from this site.

Cheers
Alipio
---------------------------------------------------------
"Qod natura non dat, Salmantica non praestat"
---------------------------------------------------------
0 Kudos
Message 2 of 11
(3,786 Views)
Where is the other pc relative to the server? Is it on the same company intranet, inside a firewall, or what?
0 Kudos
Message 3 of 11
(3,786 Views)
Thank you for your advise. That means no matter which pc(client) i use to open that site whether via internet or intranet, i have to install LV runtime, true? No exception?
Once again, thank you so much!
0 Kudos
Message 4 of 11
(3,786 Views)
If i wish to access the page through internet, what are the things i need to do? Thank you.=)
0 Kudos
Message 5 of 11
(3,786 Views)
Hello
Hope your remote panel works fine.
Take a look at this link and enclosed links about remote panels (mainly Developing remote panels..)

http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=506500000008000000013F0000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0&USEARCHCONTEXT_TIER_0=0&USEARCHCONTEXT_TIER_S=0&USEARCHCONTEXT_QUESTION_0=remote+panel+run+time&USEARCHCONTEXT_QUESTION_S=0

The mothod to acces remote panels thru internet is basically the same you are using.
Consider Internet toolkit from NI, security and amuont of data you are sending..

Hope it helps
Alipio
---------------------------------------------------------
"Qod natura non dat, Salmantica non praestat"
---------------------------------------------------------
0 Kudos
Message 6 of 11
(3,786 Views)
the client pc is connected to the server via internet. Actually, it is not yet connected. I wish to access the page from the client pc through the internet. Thank you.
0 Kudos
Message 7 of 11
(3,786 Views)
Hi Cheatian,

If you are only using the remote panel to monitor, then you don't need the run time engine. If you wish to actually request control of the panel, then you need it. The reason is that if you are monitoring all you are doing is taking a snapshot of the front panel and updating that snapshot every so often. So, depending on what you are trying to do, you are going to encounter different problems. Can you provide some more details about your application and your goal? From there we can offer a better solution to help you out! Thanks!

Jeremy L.
National Instruments
Jeremy L.
National Instruments
Message 8 of 11
(3,786 Views)
Hi Jeremy
I didn´t know about that option.
Actually, if Lv runtime is not installed, I only get vi labels and a very nice white square.
I am very interested in remote panel monitoring whitout NI soft installed in client PC, so,please, do yo mind to explain exact configuration-settings to achieve that ?

Thanks a lot
Alipio
---------------------------------------------------------
"Qod natura non dat, Salmantica non praestat"
---------------------------------------------------------
0 Kudos
Message 9 of 11
(3,786 Views)
In the Web Publishing Wizard, there should be a pull down menu for Viewing Options. You have 3 choices - Embedded, Snapshot, and Monitor. Embedded is used if you want to request control (and therefore requires the runtime engine). Snapshot takes an image of the front panel and posts it as html, so you must refresh to view changes. Monitor does the same as snapshot, except it continuously refreshes. As of now, monitoring is only supported in Netscape, and IE 5.0 (or later) refreshes every so often, which is not reliable. I would suggest that if you are not using Netscape, write a small javascript function in your html page (once you generate it with LV's web publishing tool) that will automatically refresh the page after every X seconds. It'
s fairly easy to write this code, and I believe there should be some examples out there for you to look at (just google around for it). Good luck!

Jeremy L.
National Instruments
Jeremy L.
National Instruments
0 Kudos
Message 10 of 11
(3,786 Views)