LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Programming Types

Solved!
Go to solution

thank you for your deceleration 

0 Kudos
Message 11 of 14
(731 Views)

@engmoh wrote:

thank you for your deceleration 


THAT it exactly what I told my wife as she was driving last night with the back of the car loaded up with trays of food on the back seat.

 

Spoiler

 

Normally I endure G forces when she stops and that does not mix well with trays of food that are wating to go flying!

 

 

 

Ben 

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 12 of 14
(712 Views)

You might (or might not) be interested to read this white paper about the "under the hood" description of the compilation process for LabVIEW.

Particularly of note to this thread is the idea that LabVIEW (G code) is taken from the stuff we write on a block diagram, through a pair of "Intermediate Representations" (DFIR - Data Flow Intermediate Representation, and the LLVM IR), to a low-level compiler (LLVM) that does a bunch of further checking and optimizing before targeting a specific device for machine code generation.


GCentral
0 Kudos
Message 13 of 14
(678 Views)

I think I might have actually found what the OP was looking for!  Compare NI Software Suites.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 14 of 14
(637 Views)