PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

NI PXI 6713 non redéclenchement pour une tâche avec trigger.

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. 

0 Kudos
Message 1 of 4
(2,661 Views)

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?

 

 

 

Dane S.
Product Support Engineer
National Instruments
0 Kudos
Message 2 of 4
(2,621 Views)

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.

0 Kudos
Message 3 of 4
(2,576 Views)

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.

hanning waveform.PNG

Dane S.
Product Support Engineer
National Instruments
0 Kudos
Message 4 of 4
(2,565 Views)