Sheraz Posted December 17, 2008 Report Share Posted December 17, 2008 Hi After Build and deploy the service, can i change the static documents eg. images, pdf... at runtime? Quote Link to comment
Sheraz Posted December 17, 2008 Author Report Share Posted December 17, 2008 How can i show a graph using Web Services, when values are frequently change. Quote Link to comment
Tomi Maila Posted December 18, 2008 Report Share Posted December 18, 2008 One way to do this is to poll the webserver for new data points. LabVIEW webserver supports sessions, so you can only send datapoints changed since last poll. If you client is a web browser application, create a polling & refresh application with ajax or flash. Another way is to keep the stream open and from web server constantly write new datapoints to the HTTP stream, however I'm not sure if LV web server supports this kind of persistent HTTP connections. Tomi Quote Link to comment
maxgod145 Posted February 10, 2009 Report Share Posted February 10, 2009 Hi!People!! I have question! Please tell me how LV web service get results?? I want ask about html!?!?!? Can I redacting the html which get after enter in inet explorer and get result! I want what that page will be fine and beaty Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.