Industrial Communications

cancel
Showing results for 
Search instead for 
Did you mean: 

Devicenet cRIO Errors -61202 and -2147136203

Hello,

 

I need help trying to work on a project that uses a NI 9213 thermocouple module and a 9882 DeviceNET module. I'm getting errors and -2147136203 ever since I added the 9213 thermocouple modules to the project. What it appears to me is that I have too FPGA reference VI's for each module. I trying using one, but it didn't work.

 

What is the proper way that I can have 2 different modules in the same VI?

 

I attached the Project. I hope I'm expressing correctly. Anyone that may know and/or understand what's happening, please contact me.

 

Jose

0 Kudos
Message 1 of 2
(6,527 Views)

Well I f I understand correctly, then you want to use the TC module in FPGA mode and the 9882 of course in Scan mode. If that is the case you can remove the dummy VI from your FPGA because the FPGA VI that handles the TC module is enough to get the 9882 taken care of. Then you need to awitch the chassis mode to scan interface in chassis properties.

This way LabVIEW uses a Hybridmode to get the DNET over  scan and the TC data over what ever you use, DMA  or Host Interface.

You still need to compile and run the FPGA code and power your 9882 externaly.

Of course you could add the TC module as a scanned module as well and avoid the FPGA, but then you would need to compile and run the dummy VI in order to get the 9882 module taken care of.

 

DirkW

0 Kudos
Message 2 of 2
(6,514 Views)