03-09-2009 07:55 PM
And please don't post bitmap images! The file size is too large.
Changing the extension from .bmp to .jpg doesn't magically change the file format.
03-10-2009 09:47 AM
03-10-2009 10:31 AM
03-10-2009 12:07 PM
03-10-2009 01:57 PM
YES!
I wish though, that I could understand the error. I don't have an SCXI chassis so I simulated one with an SCXI-1100 and did not get any error when I ran your VI. The SCXI-1100 has either a 166kS/s or 6.6 kS/s max sample rate (depending on whether you are using the filter or not) so the message of a max sample rate of .952 is not something I understand. Sorry, maybe someone with more experience with SCXI can explain.
03-10-2009 03:55 PM
Hi jingrui!
I located another thread discussing the same issue with the same module! I think it may be very helpful. Post back if you still have questions!
http://forums.ni.com/ni/board/message?board.id=170&message.id=210878&requireLogin=False
Kristen H.
03-27-2009 10:43 AM
Hi, Kristen
Thanks for your help. I just went through the information you gave me and checked the setting for the filter of SCXI-1100, and the jumper stays at the position W2, according to the manual, this means SCXI has the full bandwidth; and I also tried to move the jumper to W3, it means the filter is a 10kHz lowpass filter, but my program still can not run in this mode, the warning window kept telling me that the maximum sampling frequency is around 1 Hz.
So I am wondering if there is other possibilities to cause this problem.
Thanks
Jingrui
03-27-2009 04:13 PM - edited 03-27-2009 04:14 PM
Hi jingrui,
The SCXI-1100 has three filter settings: full bandwidth,10 kHz lowpass, and 4 Hz lowpass. In 4 Hz lowpass mode, the filter takes 0.35 seconds to settle, and it has to settle every time the multiplexer switches channels. If you're acquiring from three channels, then your maximum sample rate is going to be 1 / (3 ch * 0.35 S/ch), which is approximately 0.952 S/s.
Why does NI-DAQmx think you are using the 4 Hz lowpass filter setting when in reality you have the jumper set to the full bandwidth or 10 kHz lowpass filter setting? This is because the SCXI-1100 hardware is rather old and doesn't provide software with a mechanism to read the jumper setting. (If it did, it might as well allow software to control the setting using a switch instead of using a jumper.) So you need to run Measurement & Automation Explorer, right-click on the SCXI-1100 module, and select "Properties" to tell NI-DAQmx what jumper setting you are using. Once you do that, you should be able to use higher sample clock rates.
Hope this helps,
Brad