|
Re: Simulated Robot?
The LabVIEW project window has top-level entities called targets. A target is a computer or microcontroller that you write code for. The wizard-built projects for FRC have two targets, My Computer, that is of type PC, and a cRIO, that is of type PPC cRIO.
A VI can belong to one or more targets, and depending on where in the project you click to open it, you are selecting where you want it to execute.
Greg McKaskle
|