LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read data of embedded web page

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..

0 Kudos
Message 1 of 37
(4,558 Views)

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.

 

 

Message 2 of 37
(4,545 Views)

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

0 Kudos
Message 3 of 37
(4,528 Views)

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!!

 

23376iF989EDAD9FA20587

0 Kudos
Message 4 of 37
(4,515 Views)

Hi SSK, I can not see the attache image, please can you unlaod again the igame..

0 Kudos
Message 5 of 37
(4,480 Views)

The image is the URL show (it just looks like text on screen). http://.........

0 Kudos
Message 6 of 37
(4,472 Views)

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...

0 Kudos
Message 7 of 37
(4,460 Views)

I was trying to say that it is an image of text (if that makes sense!), here is the image again (immediately below):

23568i3BE8768A325315BB

0 Kudos
Message 8 of 37
(4,443 Views)

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

Message 9 of 37
(4,437 Views)

Hi SSK,

 

Smiley Mad  Please, can you give a sample? I need a VI, I do not understand your advice !!

0 Kudos
Message 10 of 37
(4,423 Views)