LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to open RTDX channel in LabVIEW (Error 14316)

I am using LabVIEW 7.0 with CCS 2.2 and a TMS320C6701. When I try and use the "CCS RTDX Write I32" vi I get an unable to open error. Where should I look to resolve this issue? What's the likely problem causing this?
0 Kudos
Message 1 of 2
(2,617 Views)
Make sure that you have created the RTDX channel in your CCS code with the following command:

RTDX_CreateInputChannel(channelname);

You then need to make sure that the datatypes match up when you call the command to read.

RTDX_read(...);

Are you able to run the example programs that shipped with the toolkit? You should find them installed at
"C:\Program Files\National Instruments\LabVIEW 7.0\examples\DSPTest". If you have the 6701EVM, you should find an example especially for it.

If you continue to see the error, please post a reply.

Regards,

Kristi H
National Instruments
0 Kudos
Message 2 of 2
(2,617 Views)