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