LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

code and block diagram

Is labview code and block diagram the same thing?
0 Kudos
Message 1 of 4
(2,795 Views)
brief answer : yes
CC
Chilly Charly    (aka CC)
Message 2 of 4
(2,788 Views)
labview1958 wrote:

> Is labview code and block diagram the same thing?

From a user point of perspective this is correct. From a technical
perspective this is however more complicated. You could see the LabVIEW
block diagram as similar to the source code of traditional programming
languages. The actual code created and executed is maintained by LabVIEW
as a separate part of the VI, and would correspond to the binary object
code created by traditional compilers. LabVIEW however hides the
creation of that compiled code completely from the user so that you
could see the block diagram as the code itself.

Rolf Kalbermatter
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 3 of 4
(2,782 Views)
Thanks
0 Kudos
Message 4 of 4
(2,711 Views)