Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   NI LabVIEW (http://www.chiefdelphi.com/forums/forumdisplay.php?f=182)
-   -   Labview and Java (http://www.chiefdelphi.com/forums/showthread.php?t=84225)

chsrobotics3283 13-03-2010 15:02

Labview and Java
 
Is there a way to convert Labview data into java? or java data into labview? this method can help us out a lot next year, if I can get a way to convert data. So that our team can use two programs interchangeably.

TubaMorg 13-03-2010 15:35

Re: Labview and Java
 
If by "data" you mean source code, then the answer is no, not directly. LabView and Java are completely different paradigms. You can, however, possibly convert your program to psuedocode that can be translated to either java or Labview.

chsrobotics3283 13-03-2010 20:33

Re: Labview and Java
 
How do you do that?

TubaMorg 13-03-2010 21:36

Re: Labview and Java
 
Psuedocode is just a simplified representation of a program that describes the logical flow of your code. Since programming is a logical exercise, meeting the requirements of psuedocode is achievable regardless of the actual programming language. Look here for more information:
http://en.wikipedia.org/wiki/Pseudocode

There is no magic way to generate psuedocode other than to write it. You will notice that examples resemble Java or C++ in form, however, the logic can still be applied to LabView.


All times are GMT -5. The time now is 10:58.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi