LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Access NI9263 and NI9205 from my Computer

Solved!
Go to solution

I am a newbie in LabVIEW development and have a question.

I have NI cRIO-9004 Real Time controller with FPGA back panel.  It has C-series modules NI9263 and NI9205.

The Real Time controller is configured as DHCP IP address.

When I start Measurement & Automation, it detects the chassis, but it doesn't recognize the modules.

When I start LabVIEW 2010, I can only program in FPGA level, if that makes sense.

Is there a way to perfrom data acquisition from these modules from My Computer in the LabVIEW project?

Thank you in advance for your advice.

0 Kudos
Message 1 of 10
(2,857 Views)

hi newbieSmiley Wink

 

MAX does not interogate the modules if they are in an RT target. However if you have a CompactDAQ they should appear.

 

Have you the RT software loaded. Sounds like you need to install the RT software.

 

Trying creating a new project then right click on 'My computer'

 

You should have option to 'Targets and Devices'

 

If you can't come any further then install RT software

 

xseadog

0 Kudos
Message 2 of 10
(2,846 Views)

Yes, I can see the modules from CompactDAQ.

But I would like to use real time controller instead.

I have NI Developer suite with Real Time and FPGA.

And when I create a project, the modules appear under FPGA.

 

0 Kudos
Message 3 of 10
(2,831 Views)

Hi

 

suggest you provide a screen dump (jpg) of your project explorer.

 

So I can then see if you have both the RT and FPGA .

 

Xseadog

0 Kudos
Message 4 of 10
(2,817 Views)

Here it is.

Thanks!!

0 Kudos
Message 5 of 10
(2,808 Views)

So

 

your project template appears OK

 

Now you have to develop your FPGA code. Check NI examples for 9263 & 9205 modules.

 

Open any project with either of the modules to understand the architecture. You can 'copy the code over to a new VI in your own project.

It will be necessay to relink the parts though.

 

Go for it.

 

xseadog

 

PS have you read the cRIO reference guide?

0 Kudos
Message 6 of 10
(2,781 Views)

Well, I wanted to be able to access those modules from My Computer level, not from FPGA or real time controller.

Do you know of any examples for doing that?

0 Kudos
Message 7 of 10
(2,776 Views)

You can't, that is the point in using the cRIO platform. 

 

You need to make some code that can run on the real time controller to operate the modules, and make a host program for your pc that recieves data from the cRIO over ethernet

 

Take a look at:

http://zone.ni.com/devzone/cda/tut/p/id/11197

http://www.ni.com/compactriodevguide/

http://digital.ni.com/manuals.nsf/websearch/C9721DD0A5F989CE8625760A007D4D1B.

 

0 Kudos
Message 8 of 10
(2,763 Views)

If you want to access directly from PCSmiley Sad

 

Then use a compact DAQ chassis.

 

You'll suffer a performance hit though Smiley Very Happy

 

Happy wiring

xseadog

0 Kudos
Message 9 of 10
(2,759 Views)
Solution
Accepted by topic author ledru

Thank you for your pointers.

0 Kudos
Message 10 of 10
(2,728 Views)