Hello Gillaume,
Do you also have a copy of the CVI Real-Time Module? You'll need the module in order to run CVI applications in your real-time OS (unless you plan on using LabVIEW to call CVI-built DLLs).
If the answer is yes, and you have already installed it, your first step is to configure your real-time target using MAX (Measurement and Automation eXplorer). You should be able to see your RT node showing up in the Remote Systems section of the tree. To configure it, you need to expand it, click on the Software node, then click on the Add/Remove Software button on the top. You'll need to install the LabWindows/CVI Run-Time Engine and the LabWindows/CVI Network Variable components.
Once they are installed, and you reboot the RT target, go back to the CVI environment. A good place to start is to run a couple of examples in the samples\realtime folder. Each workspace there typically has two projects: one that will run in the target, and one that will run in PC host. So you should load the workspace in order to make sure that both projects are loaded. To make sure that the RT project runs in the right target, you need to set its target to the same name / IP that is configured in MAX. You do this by clicking on Run>>Switch Execution Target>>Select Target with Options. Once you do that, you should just need to run both projects simultaneously (if you want to debug both, you should have two instances of CVI running; otherwise, just run the one that you don't want to debug from outside the environment). TO debug the RT program, you run it just like you would a normal program.
Once you're done exploring the examples, and you want to start developing your own, you can select File>>New>>Project from Template and then select "Real-Time Application" to start with a good skeleton for your program.
Hope this helps.
Luis
Message Edited by LuisG on 03-19-2007 10:59 AM