|
Re: No clue where to start on Programming...
I agree with all the rest of them. I am a first year labView programmer in lead position. However I have done other languages before. Do you have any other experience? I learned a lot from the tutorials, and the programer from last year (now in college). For where you are I would just suggest setting up your cRIO with the default code and getting it to deploy. After that, start from the basics. Add a motor with a default power value into your code. For a motor to run you need an "Open VI" and a "Set Refnum VI" wired together in the "Begin VI". Then in your telleop VI write a "Get Refnum VI" wired to a "Set Output VI" with an output value. And in the "End VI" write in a "Get Refnum VI" wired to a "Close VI" with the same refnum name you put into the other Refnum name terminals. The wiring is easy using the color coding. Also to give a constant value to a terminal right click on the terminal and chose Create then Constant. Once you have this, start adding in other controlls, doing the same setup, and hook them together in a logical order.
ps. some of the VIs might be the wrong name since I was working off of memory.
|