05-08-2018 01:56 PM
Bonjour,
Je souhaite réaliser une génération de signal de type pulsation en sortie analogique. Je dispose d'un châssis PXIe-1071 avec un module MXI-express controler 8301 pour l'entrée numérique et d'un module PXI 6713 en sortie analogique vers une BNC 2110. Le problème est que ma carte 6713 semble de pas supporter le mode redéclenchement lorsque je veux la soumettre à un compteur. Le principe est que je génère une waveform particulière à l'aide d'une code en C dans une boite de dialogue et que je veux la généré à une cadence particulière. Pensez-vous qu'il soit possible de réaliser ce type de génération avec ma carte analogique ? je réfléchis en ce moment coder le train de waveform d'un coup en C mais j'ai peur que la carte ne supporte pas toute l'information. Merci d'avance pour votre aide,le script en pièce jointe est celui du montage que je souhaite réaliser mais avec en signal d'entrée un sinus basique.
05-09-2018 02:42 PM
Have you seen the following example?
http://www.ni.com/example/26675/en/
Have you considered using a counter output card to generate your PWM signal?
05-25-2018 10:31 AM
Hi,
I don’t have any PWM signal, I just want to generate a waveform (a sine wave gated with hanning function) every 0.5 ms. I have a PXI 6713 AO card and I do not succeed to use the start retrigerable trigger option. I tried to do the same thing by using only loops, but one loop takes to much time to match the timing I need. Do I need to change my card to do this type of generation ? Thanks for your help, I tried a lot of things and look at discussions on the NI forum but never find what I was looking for. You can find attached the VI that represent what I would like to do.
05-29-2018 03:40 PM
I would recommend using the Voltage (non-regeneration) - Continuous Output example as a starting place as it outputs a sine wave continuously and you can configure the frequency and sampling properties to allow it to output at your rate.
Then one option is to use the hanning window on the Y component of the sine wave output that is used to generate the signal in that example.