LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Info. on commands for Java to control Labview over the internet

To whom this concerns

I just finished putting together a weather station program in labview and are ready to place the VI on the internet.

The plan is to use Java to accomplish the task.
My problem is that I haven't found an intuitive source that shows the proper commands or protocol to interface (create datasocket) between Java and Labview.

Can anyone please advice me on a book or website that gives a clear conscise description on key commands, executables.


Regards
Saul Correa
0 Kudos
Message 1 of 9
(4,644 Views)
The book "Internet Applications in LabVIEW" by Jeffrey Travis has a section on Java. It's published by Prentice Hall and is ISBN 0-13-014144-5. You can also go to www.jeffreytravis.com.
Message 2 of 9
(4,643 Views)
Dennis

Thank you for the quick response. I am currently using the book you are suggesting.

I looking for an alternate source to compliment this one. I want more detail to polish my program.

saul
0 Kudos
Message 4 of 9
(4,643 Views)
Just downloaded LabVNC from Jeffrey Travis's web site. It says "LabVNC will create a Java applet on the fly that is an exact representation
of any VI you choose." It looks very easy to use.
0 Kudos
Message 5 of 9
(4,643 Views)
Hi,
maybe that's what you are looking for:
- Internet Applications in LabVIEW (Prentice-Hall. ISBN #0130141445 / ch 11. Using Java with LabVIEW.Java Programming. Using the DataSocket JavaBean. Other Techniques for Using Java and LabVIEW. FAQs. )

- a great open source toolkit http://www.jeffreytravis.com/lost/labvnc.html

good luck
Message 3 of 9
(4,643 Views)
hi,Read text
i had seen your problem today, and i am taking part in research about internet application in labview, but i have anything useful information, so, please help me send me a copy book, i want to read about it in my spare time, thanks a lot!
this is my e-mail address:
 
0 Kudos
Message 6 of 9
(4,413 Views)
The book is not free and it's also obsolete. Current versions of LabVIEW allow you to post any VI to the web and control it remotely.
0 Kudos
Message 7 of 9
(4,404 Views)
hi,
i want to know how to control labview by java application or applet remotly via internet, whether it should set up the labview in client side or not?  and i have another question, is there an interface between java and labview?if java can communicate with labview, how to realize the pass of all kinds of data type?
thanks! regards!
 
lyy_csu@hotmail.com
0 Kudos
Message 8 of 9
(4,396 Views)
Besides the book mentioned (assuming it's still in print) you might want to search the LabVIEW forum for references to java. One discussion at http://forums.ni.com/ni/board/message?board.id=170&message.id=115050&query.id=0#M115050 seems applicable.
0 Kudos
Message 9 of 9
(4,390 Views)