11-05-2011 09:52 AM
Hello:
i have a NI 9225 in CompactRIO 9022. the input signal is real three phase voltage.
my question is how to find out the sampling rate of NI9225.
just find a fomular Fs=(Fm/256)/n, but can not find out how to set the value of n.
im a beginner, 5555555
could anyone help me
55555
11-06-2011 02:27 PM
11-06-2011 05:37 PM
hello
i know the sampling range of NI-9225, but did not define the sampling rate.
11-07-2011 03:09 AM
11-07-2011 10:43 AM
Hello 昭,
Since your 9225 module is used with a cRIO, your coding is going to be different from the DAQmx code you may have previously seen. Setting sampling rate is done by a property node "AI Sampling Rate," not by setting the value of n in that formula. Please take a look at the shipping example found in Help >> Find Examples. Then navigate to Hardware Input and Output, CompactRIO, Basic IO, and Analog Input - cRIO.lvproj.
Thanks,
Lisa
02-16-2012 11:33 AM
hi Zhao,
Did you get that NI 9225 work properly? If you did, how do you achieve it? Right now I am using both NI 9215 and NI 9225 in my FPGA vi and trying to coordinate these two.
Hao
02-20-2012 05:03 PM
Hi Hao,
Have you been able to aquire data from each of the modules alone?
Have you looked at the examples provided when we ship the code?
When you say coordinate, what are your requirements?
Regards,
Ryan
Applications Engineer
02-20-2012 05:07 PM
Hi Ryan,
I have already figure it out. What I was trying to do is logging the data both from NI 9215 and NI 9225. I just build two loops. One for NI 9215, the other for NI 9225. And it did work.
Thanks for asking.
Hao