- Block Diagram
- Front Panel
- SubVIs, Icons, Connector Panes
- Navigating Menus
You are ALMOST at the point where you could begin to learn by simply downloading example VIs and taking a look at them and what they do. If you find a VI that is setup as a GUI that you want to use in your own program, you can always wire up its connector pane and call it as a SubVI. Alternately, you can copy and paste code from its block diagram.
Before you can really begin to unleash your LabView programming capability, you will need to learn the following LabView concepts:
- Structures (while, for, sequence - all elements on the Block Diagram menu)
- Arrays (A Type of LabView data handling)
- Clusters (Another Type of LabView data handling)
My future posts will hit these topics hard. Once you understand these concepts, you will understand LabView well enough to truly begin learning on your own.
2 comments:
You write very well.
Thank you for writing this. You are very easy to understand and the images are great for working through this step by step.
Post a Comment