12-12-2008 06:57 PM
12-12-2008 11:54 PM - edited 12-12-2008 11:55 PM
I'm not sure if you own a copy of LabVIEW yet.
If you do, there are a ton of examples you could look through.
When you open LabVIEW, on the 'Getting Started' page, in the bottom right corner, click Find Examples.
From there, the programs are pretty self explanitory.
Try opening up simple programs, and messing with the code to see if you can understand it.
Here are 2 huge hints for trying to understand what is going on:
1) Press 'Help' >> 'Show context help'
This will display some helpful information when you hold your mouse over an icon (function).
2) Just before you run your VI, click on the light bulb on the top toolbar. This is the 'Highlight Execution' tool.
It will help you understand the dataflow of each program.
We try to help out as much as possible in the forums. If you get stuck anywhere down the line, dont hesitate to ask for help.