10-07-2007 06:05 PM
10-08-2007 06:20 PM
I hope it helps.
10-09-2007 03:21 PM
10-10-2007 06:36 PM
Hi Annayaj:
The PCI-5922 can only be controlled from signal express and any other development system using the NI-SCOPE drivers. You are getting the “No supported devices found” because probably you don’t have any NI-DAQmx supported device. NI-DAQmx is the drivers for most of our Data Adquisition Devices not our SCOPES. You can’t point the PCI-5922 to the NI-DAQmx like I said before it will only work with the NI-SCOPE drivers.
I think you are trying to find a solution to your stream data to disk issue. The difference here us that you are going to be following again that same design as the “niScope EX Configured Acquisition.vi”, where you fetch a record, you reconfigure the SCOPE and then you fetch data again, doing this you are going to have gaps between fetches, the “Fetch Forever” example will continuously read without going through this process, so if you try to “record” the acquisition Signal Express is not going to be doing a true streaming to disk even if you slow down the rate to 4 MHz, (10 times your frequency). So you will still need a Development System like Labview.