el 06-09-2011 03:24 AM
Hello to everybody!!!
I'm using the NI5761 module and I want to acquiere samples at 25Ms/s. This clip only work in three ways: Multisample, SingleSample and LowSpeed. How can I configure the last opertaion mode? I have not found any paper or pdf file with info to configure it. And furthermore I don't know where can I find a manual or something like this which describle how the SPI ports works? Because with the SPI ports you can configre the ADC registers al right? Well where can i find any document whic explain this?
Thank you very much and have a nice day!!!
el 06-10-2011 04:17 AM
Please I need help, I can not find anything about this module. I need a good datasheet about its working...
el 06-14-2011 02:23 AM
Nobody can help me??
el 06-14-2011 04:39 AM
Hello flote,
To configure a FlexRIO adapter you need to add the FlexRIO board in a LV project, then expand the FlexRIO, right-click on the adapter module and select the Property option in the menu.
Inside the property window you can select the Module you are using and the CLIP you want to use.
It is not necessary to use SPI lines to configure the sample Clock. There are specific inputs in the module to configure it. To know how to use these options, open the example embedded in LabVIEW “NI 5761 - Clock Select.lvproj”
el 06-14-2011 12:40 PM
First of all thanks for everything!!
I know this property. The problem is when I try to use the LowSpeed Sampe mode CLIP. Because I need to acquiere samples at 25Ms/s. So I need to use this CLIP and I dont know how it works. That is the reason because I'm looking for any manual about this CLIP's.
Thanks.!
el 06-15-2011 02:26 AM
Furthermore when I try to compile the LowSpeed Module CLIP I get an error in the Map.exe. Can be a bug of LabView?
Thanks
el 06-15-2011 02:51 AM
Hello flote,
This is a known problem with the Xilinx compiler. You can find more information about this problem and how to fix it in this link:
http://digital.ni.com/public.nsf/allkb/BBD7A87F2ADC2028862577FB005F6B19?OpenDocument
el 06-15-2011 02:55 AM
I did it and now the compile worker does not work 😞
06-15-2011 10:44 AM - editado 06-15-2011 10:50 AM
Hi flote,
I believe the documentation you are looking for can be found in LabVIEW Help by searching for "5761" and selecting "NI-5761 Low Speed CLIP." This help document gives most of information needed to enable the Low Speed CLIP.
The main parts to take away are:
To do this, let's open the NI 5761 - Clock Select.lvlproj example. You can find this by going into LabVIEW and clicking Help»Find Examples and searching for "5761." Next, examine the project and notice there is a Clock Select Host vi and a Clock Select FPGA vi. Let's start by expanding the RIO Device you are using. You will then see the CLIP it is defaulted to below, let's right click this and select Properties, as shown below.
From the next menu we will select the device to use the Low Speed CLIP!
Now that we have the proper CLIP selected, we will need to set the Sample Clock. To do this, open up the FPGA vi and notice the Front Panel has a selection for Sample Clock. We want to set this to one of the two allowable values from the Help. I have selected to use CLK_IN or "2".
After we have selected where our slower clock rate is coming from we need to adjust the vi to fix the Analog Inputs. Since the Low Speed CLIP is a single sample CLIP we need to change the block diagram to reflect this.
Notice the broken wires illustrated below:
So since this is single sample, we won't need the multiple inputs, or the entire case structure really.
Now that we have configured our input there is only one more thing that we really need to do which is to Enable the Low Speed Mode. Refer back to the project explorer under the CLIP we have selected. Here you will find the bottom selection is to Enable The Low Speed Mode.
We need to drag this item onto our block diagram and use it to tell the Target that we are indeed in Low Speed Mode.
This should be everything you need to get your 5761R up in running in the Low Speed Mode. Please let me know if you have any further questions or if anything was unclear!
Regards,
Kyle S
el 06-16-2011 02:26 AM
Hello KyleTTU !!!
The first of all Thank u very much for help me. tried to follow you great manual yesterday and the I think that NI has a BUG with the LOW SPEED MODE of this CLIP. When I compile the program I get error window attached:
And of course I test with other computers and it happens the same. Before this window appears another window pop up telling that something is wrong with the file Map.exe....
If I change the CLIP to the Mutisample CLIP or SingleSample CLIP and compile, this error does not appears...
Is there another way to enable the LowSpeed?
PS: I have already installed the next patch, and it does not work too:
http://digital.ni.com/public.nsf/allkb/BBD7A87F2ADC2028862577FB005F6B19
Gretings, FLote!