LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

view block diagram as .NET codes

may I know if its possible to view the graphical block diagram in .NET codes?? do i need some convertor or something like that?? btw, i'm using LV 8.0...
Best Regards,

JQ

LV 8.0 user...
0 Kudos
Message 1 of 12
(3,622 Views)

There is no way to view the block diagram as anything other than the block diagram. There is no underlying c, c++, visual basic, .net, or any other code. The block diagram is directly compiled to machine code. The only converter is LabVIEW embedded which can convert a subset of LabVIEW functions to c code that you can load onto a microprocessor.

Message 2 of 12
(3,591 Views)
thanx dennis... but i heard from my colleague that he was able to view the "source code" (i'm not sure what language it was, but most probably is C/C++/VB) in text format in previous verions... although i'm uncertain of the version he claims... maybe he is also mentioning about the link you've recommended me.... Smiley Very Happy
Best Regards,

JQ

LV 8.0 user...
0 Kudos
Message 3 of 12
(3,557 Views)
There has never been any 'source code' for LabVIEW other than the block diagram. Maybe he was looking at a VB, C++ or LabWindows/CVI program.
Message 4 of 12
(3,544 Views)
oic... i'll confirm it with him again.. thanx for the help once again... Smiley Wink
Best Regards,

JQ

LV 8.0 user...
0 Kudos
Message 5 of 12
(3,541 Views)
btw, is it possible to view the code by using LabWindows to open a LabVIEW vi?? lol.. just wondering.. which most probably the ans will be no?? just wondering...
Best Regards,

JQ

LV 8.0 user...
0 Kudos
Message 6 of 12
(3,540 Views)
The answer is no. CVI can not read LV code any more than any other C compiler.

___________________
Try to take over the world!
Message 7 of 12
(3,506 Views)
oic... kk thanx... Smiley Very Happy
Best Regards,

JQ

LV 8.0 user...
0 Kudos
Message 8 of 12
(3,490 Views)

Dennis and Tst - thanks for helping us out.  Ya'll are appreciated by the AE department more than you can imagine!  True LabVIEW gurus - how about that for the next title distinction above enthusiastic?

JQ,

LabVIEW block diagrams are actually compiled straight to the machine, there is no "middle man" language. 

Happy programming!

Janell R | Applications Engineer

0 Kudos
Message 9 of 12
(3,469 Views)
kk... thanx 2 all 4 helping out... @ least now i can tell my colleague its impossible... thanx once again... Smiley Wink
Best Regards,

JQ

LV 8.0 user...
0 Kudos
Message 10 of 12
(3,460 Views)