psiam Posted April 2, 2008 Report Share Posted April 2, 2008 Back ground I got some problems about security page block issue ,I'm Test engineer and working with some network products ,we use Labview for get information from UNIT via web page ,after we got information from 1st unit with some IP (example :10.196.40.100) then we take new unit and test with same procedure and same IP .So,we can't get information from 2nd unit because we got some problems about security page block issue (that page need user and pwd again). Our solving (for short term) 1.close Labview program every time after test passed. 2.change IP for next unit. *************************************************** So,I'd like to know how to get information from next unit via web page without close Labview program or change IP. More information We use Labview module same as in attached file. Quote Link to comment
TobyD Posted April 2, 2008 Report Share Posted April 2, 2008 QUOTE (psiam @ Apr 1 2008, 03:50 AM) So,I'd like to know how to get information from next unit via web page without close Labview program or change IP. I noticed you are not closing the data socket. I don't know if this will help or not, but you could try something like this... http://lavag.org/old_files/monthly_04_2008/post-8758-1207068648.png' target="_blank"> Quote Link to comment
Ton Plomp Posted April 3, 2008 Report Share Posted April 3, 2008 QUOTE (psiam @ Apr 1 2008, 12:50 PM) Our solving (for short term) 1.close Labview program every time after test passed. This can be done by loading the actual connection VI via VI server. If you do a dynamic load and close it all info (inside LabVIEW) about the connection is lost. That should do th the job. Ton 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.