09-07-2010 09:05 AM
HI, I have a medical instrument which can be monitored remotely using the ethernet port, this instrument has an embedded web page, using the Internet Explorer I can read a series of data displayed on the page but I just need to capture a single datum of this page using Labview, someone give me any suggestions on how to read this data.
Thank you..
09-07-2010 09:28 AM
I did something similar a long time ago. The image below shows a method using data socket to read the source code of a webpage. The returned string can then be manipulated to get the desired data value.
09-07-2010 10:04 AM
Hi SSK, thank you by your help, but I have a problem, using the internet explorer, I can connect me to the instrument but after this I ask me by a User an Pasword, as I can enter this data and time inwhichthe
09-08-2010 02:17 AM - edited 09-08-2010 02:23 AM
Not sure if this will help you but the code show above also required a username/password (i removed them for security purposes!!).
This url worked for me:
For some reason the editor kept putting a smiley in the middle of the URL, so see the attached image!!
09-08-2010 11:39 PM
Hi SSK, I can not see the attache image, please can you unlaod again the igame..
09-09-2010 02:25 AM
The image is the URL show (it just looks like text on screen). http://.........
09-09-2010 11:05 AM
Hi SSK, I am sorry for my insistence but I do not understand, you could put a picture of this, do not really understand that you try and tell me with http://......... change the names of your url...
09-10-2010 02:15 AM
I was trying to say that it is an image of text (if that makes sense!), here is the image again (immediately below):
09-10-2010 02:56 AM
Hi Wilmer,
did you try to monitor the communication between your device and your pc if you connect per browser? If you do it, and it's not a SSL connection, then you should be able to see what you have to send from labview.
It sounds like a normal HTTP Authentication, so you can send your USER and PASSWORD base64 coded.
http://en.wikipedia.org/wiki/Basic_access_authentication
Mike
09-10-2010 10:12 AM - edited 09-10-2010 10:13 AM
Hi SSK,
Please, can you give a sample? I need a VI, I do not understand your advice !!