LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

display data using labview web service

hi i am using labview 2013 and i am new with labview web service . I work in project contain two task the first one recovring data from a database this one is done . the second is display recovred information in a web interface (interface realized by another software) and here is my problem . i want to know if i can use labview web service to do this task or not ? if yes please give me examples, document, video and if not i want some suggestions how i can resolve this problem. thanks
0 Kudos
Message 1 of 7
(3,778 Views)
Can you describe a bit more about the setup? How was the website you are accessing developed? What exactly do you need to do?

From what you have said so far I doubt a LabVIEW web service will be helpful. But you will likely need the web client VIs.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 7
(3,757 Views)

this website is done by another one in my university but i get the information that he do it with java . i need to delpoie all this fields with specific value recovred from the database. by the way i need to do this by sending all information by url 

0 Kudos
Message 3 of 7
(3,728 Views)

Maybe you could check out the Web Services- Weather Monitor.lvproj example that is available in LabVIEW. But in this case I do not think LabVIEW would be the best approach for your application.

0 Kudos
Message 4 of 7
(3,712 Views)
So there is a website that someone developed using java. You can't build a website using just java.

Next, there is a database that you need to read data from using LabVIEW. What kind of database? Can you access it from the network?

Finally, you need to use the data you got from the database to populate fields in the website?

None of this makes any sense. Why are you using LabVIEW at all?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 5 of 7
(3,707 Views)

Hi the dataBase is done by Microsoft SQL Server and i can access to it from the network .

Next maybe i did not explain clearly what i need But yes i want to fulfill its data recovred from database in fields using the URL method

 

For example  "http://forums.ni.com/t5/forums/replypage/board-id/170/message-id/896461" it contain the link server, my id ..........ect .

E.g i can send each data to each specific fields .

 

Finally i think that you need to encourage me to use labview to find solution for this problem not to discourage me

0 Kudos
Message 6 of 7
(3,694 Views)

As mike told you. It is very strange that you want to use LabVIEW to develop your application. It is not a matter of discourage but something about telling you that there are easier ways of doing what you want. Each programming language is optimized for different tasks. In this case LabVIEW is not the best option for your application.

0 Kudos
Message 7 of 7
(3,674 Views)