09-09-2009 03:17 PM
I have a single board sbRIO-9642 for couple of weeks to get acquainted with this latest technology. However, I have no prior knowledge of it nor experience with LV Real-Time. I have learned some general stuff from the PPS presentations and was unsuccessful in trying to obtain the web-videos. Yet, I still couldn't find a working example to get me started. All of them presume implicitly basic knowledge which I don't have.
Does anyone know the part number or the exact PDF of the accompanying document within the evaluation package, or any other step-by-step guide for absolute beginners. I'd need to program, emulate and download into the chip a DAQ FPGA VI with simple AIO, DIO and use of counters.
Thanks in advance,
09-10-2009
09:09 AM
- last edited on
08-05-2025
03:33 PM
by
Content Cleaner
There are three environments that you need to get used to over here: LabVIEW, LabVIEW Real Time and LabVIEW FPGA. I would suggest going through the following links:
LabVIEW:
Real Time:
Getting Started with the LabVIEW Real-Time Module
Will help you with sb-RIO since it's the same technology:
Getting Started with CompactRIO and LabVIEW
LabVIEW FPGA:
Getting Started with the FPGA Module
Post back if you have any other questions.
10-02-2009 04:31 PM
Hey. I'm pretty new to this sbRIO world too... Let me setup my question, as this looks like a good noob thread to post in.
I'm just learning the board, so bare with me... I'm trying to sample an external frequency generator that I control the freq/amplitude, etc. Then I plug that into the sbRIO board under AIO, and GND. Now, I think I want to create a realtime app that will sample, compile and spit out a waveform that looks like what I dialed in on the frequency generator... So I created a realtime project with 2 loops, and file I/O. I then created an FPGA vi through the explorer. I then went to the data point in the FPGA vi, and bound it to the data - network shared variable.. I'm not sure if I'm on the right track here or not.... Here are some screenshots of what I have been working with for further explanation.. Any help is appreciated.
-Kyle
Thanks again!
-Kyle
10-02-2009 05:48 PM - edited 10-02-2009 05:56 PM
10-05-2009
11:03 AM
- last edited on
08-05-2025
03:33 PM
by
Content Cleaner
Kyle,
If you want to do waveform acquisition and streaming, you will probably need to sample faster than the IRQ based architecture you've started with will allow. I would suggest starting with the cRIO Waveform Acquisition reference application developed by the NI Systems Engineering Group to get higher performance.
Most CompactRIO example programs build into LabVIEW are also compatible with Single-Board RIO. For examples that will work with the onboard I/O of Single-Board RIO, search for 9205, 9263, 9425, or 9476 for the AI, AO, 24V DI, or 24V DO examples, respectively.
Cheers,
12-15-2009 05:00 PM
12-15-2009 05:49 PM