From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
10-13-2012 01:40 PM
Hello everyone, i'm getting started with LabWindows/CVI and it's realtime module. I've got a NI PCI-6221 and i want to use it to generate some signals. I want to know how to communicate the host (control) part of my software and the targetRT part. Please advice me some example or tutorial which describes howto do that.
10-15-2012 10:01 AM - edited 10-15-2012 10:02 AM
Have you read through the "Getting Started with LabWindows/CVI" PDF found on the startup screen of CVI? It does a good job of discussing how you make a RT CVI project.
10-15-2012 10:04 AM
Yes, of course, but i need more. This tutorial only describes how-to build application for RT target, but does't describes how to communicate with host application and many else.
10-15-2012 10:14 AM
There are several examples available in the example finder under Toolkits and Modules » Real-Time which should demonstrate what you are looking for.
Communication between the host and target is usually done using network published shared variables, the whitepaper below discusses this:
http://www.ni.com/white-paper/4679/en#toc1
You can find an example of this usage here:
https://decibel.ni.com/content/docs/DOC-3806
Are these resources what you are looking for?
10-15-2012 10:24 AM
thank you so much.