LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
0 Kudos
Chris_12345

Combine LabVIEW with CVI by having BD window and C window for same code

Status: Declined

Any idea that has not received any kudos within a year after posting will be automatically declined. 

Some programmers prefer LabVIEW programming, and others prefer text-based programming. How about being able to display your code as either a block diagram, as equivalent C code, or as a split screen with C (or C-like) code on top and the equivalent BD below it?  Either one could be edited with a corresponding change to the other. I realize this would be a huge effort, but it might help attract the world of C-only programmers. A similar type of display is used by the Dreamweaver app for programming web pages.

 

2 Comments
RavensFan
Knight of NI

It won't work.  There is no such thing as "equivalent C code" for a LabVIEW block diagram.  The LabVIEW block diagram code is compiled to machine language (just like C code is).  G to C to machine code does not exist.

Darren
Proven Zealot
Status changed to: Declined

Any idea that has not received any kudos within a year after posting will be automatically declined.