11-15-2013 09:27 AM
I have a Java program that takes a file pathname for a binary file into it and reads and interprets it. I want to call this java program from a parent program written in LV 2013. I want to pass the filename into the java program and retrieve the data that it read from the file for postprocessing and display. Anybody have recommendations on how to do this?
11-15-2013 12:34 PM
Can your JAVA program be called from the command line? If so have LabVIEW call it using the System Exec call and set the wait until done to TRUE. Then the standard output will have what was returned from the JAVA program.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord