06-29-2008 09:48 PM - edited 06-29-2008 09:50 PM
Please don't post bitmap images!
Just because you renamed the file extension to a .png doesn't magically make it a .png file. It is still a .bmp at heart and eats up way too much forum space (over 1.2 MB, a real .png would be 26 KB, about 1/50th the size and download time)
06-29-2008 10:12 PM
What you have thus far is reading the calibration constants. You may want to also look at the examples for the 9233, they should be a big help.
C:\Program Files\National Instruments\LabVIEW 8.5\examples\CompactRIO\Module Specific\NI 923x
06-29-2008 10:46 PM
06-30-2008 08:25 AM - edited 06-30-2008 08:29 AM
LabVIEW 8.5\examples\CompactRIO\Module Specific\NI 9233\NI 9233 Getting StartedI think the I/O Node is the element what you are asking about. You can easily get it into a block diagram by dragging and dropping an FPGA I/O channel from the LV Project into a block diagram (e.g. AI0) or from the block diagram palette: Programming>>FPGA I/O>>FPGA I/O Node.
07-01-2008 03:29 AM
The flow of our program is as followed:
-there is an Voltage input from an accelerometer(3axis) and it will pass the Volt to NI-9233
-Inside the processor , what we want is to compare the acceleration at each axis
(i) if it is less than 20 g , it will just run the program
(ii) greater than 20 g , it will record the data
(iii) greater than 50 g , it will show alarm ,exract time line, signal out
Hi ,
thanks Jmota.Your information really gets work but i still want to know about whether we need to use the calibration part or not .
with best regards ,
roxy
07-02-2008 11:31 AM
Roxy,
You will still need the calibration VIs on your host because they take the raw data that your FPGA collects and converts it into real numbers that you can then use in calculations, data logging, etc.
Cheers,
Jonah
Applications Engineer
National Instruments
07-02-2008 12:04 PM
Or you could use the calibrated Fixed Point outputs avalible if you have NI-RIO 2.4
You will still need the calibration VIs on your host because they take the raw data that your FPGA collects and converts it into real numbers that you can then use in calculations, data logging, etc.
07-02-2008 09:04 PM
07-07-2008 04:23 PM
Hi Roxy,
1. In emulation mode the calibration data will not be available because normally LabVIEW receives this data from the specific hardware module and since the module is simulated there is no data available.
2. To find out what mode your module is in (calibrated - fixed point - where no calibration is needed, or raw where calibration is needed) you can right-click on the module in your project explorer and go to properties. In this dialog box you will see a drop down menu for Calibration Mode in which there is two selections calibrated or raw. Note if you do not see the calibration mode drop down menu, it means that you have a version of the RIO driver that does not support calibrated data (before RIO-2.4) and therefore is in raw mode by default.
Let me know if this helps!
Cheers,
Jonah
Applications Engineer
National Instruments