12-07-2006 09:33 PM
12-08-2006
04:18 PM
- last edited on
06-26-2024
08:14 AM
by
Content Cleaner
12-10-2006
06:53 PM
- last edited on
06-26-2024
08:14 AM
by
Content Cleaner
Sounds like a very interesting application.
I agree that putting your slower speed data on cFP and linking all of these via ethernet is a great way to go. You can have RT controllers or the enet backplanes 1804 and 1404.
For the cRIO, you will need to synchronize multiple chassis:
http://zone.ni.com/devzone/cda/tut/p/id/4217
For the voltage range, you can use the +/- 60V 12 bit module, add voltage dividers for the +/-10V 16 bit module, or in the near future expect a +/-60V 24bit module. Can you tell us more about the sensors you are working with?
Keep us posted of your progress.
12-11-2006 11:39 AM
12-11-2006
11:51 AM
- last edited on
06-26-2024
08:15 AM
by
Content Cleaner
12-11-2006 12:06 PM
12-11-2006
01:47 PM
- last edited on
06-26-2024
08:16 AM
by
Content Cleaner
12-11-2006 06:06 PM
12-12-2006 09:17 AM
A cRIO system should be more than capable enough for your application. Something you may want to think about though is your loop speeds. If you need to get 1000 samples per second, you don't need to have a loop in your realtime code running at 1000Hz. Usually you will set up your FPGA code to acquire at a certain rate and then dump the data into a DMA FIFO. The loop in your realtime code just reads data out of the FIFO and logs it (or whatever else). For example, your realtime loop could run at 10Hz and read 100 samples per iteration from the FIFO to get the full 1000 samples per second back. This will give you more leeway to do other things in your loop since it doesn't have to run quite as fast.
As far as whether to get a 1M gate or a 3M gate FPGA, it really depends on your application. If you are doing complex triggering and logic along with lots of analog signals, you should probably get a 3M gate FPGA. If you are doing mostly digital IO with just a few analog channels, a 1M gate FPGA should be fine. Also, some of the higher channel count modules occupy a little more FPGA space (such as the cRIO-9205). So if you have more than a couple 9205's I would reccommend getting a 3M gate FPGA.
Regards,
Justin D