LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

pwm

Salut

Svp aider moi

J’ai réalisé un générateur pwm pour comander un onduleur triphasé  

1-Le problème c’est que le signale triangulaire ne reste pas stable dans son amplitude

2- est ce que je peut utiliser une constante a la place du loop itertion  si oui comment

Parceque je veux utiliser ce code dans le simulation loop pour faire une co simulation entre labview et multisim

Download All
0 Kudos
Message 1 of 5
(2,817 Views)

Hi all

This is my first post so please be tolerant

Please help me

I made a PWM generator for a three-phase pwm inverter

1 - The problem is that the triangular signal does not remain stable in its amplitude

2 is that I can use a constant in place of the loop itertion  if so how

Because I want to use this code in the loop simulation to co simulation between Multisim and Labview

0 Kudos
Message 2 of 5
(2,817 Views)

blbmalek,

 

When I run your VI on my computer the amplitude seems to remain stable, at least over 2-3 complete periods of the signal. Could you be a bit more specific about the issue you are seeing with unstable amplitude.

 

If you are looking for an alternative time source to wire into the signal generation VIs you might try using something like the tick count VI 

 

Also, as a word of caution, and as a potential fix to odd front panel behavior. It looks like a couple of your front panel objects overlap. This can cause your VI to behave strangely as it forces LabVIEW to redraw both panel objects more often than they should be redrawn.

 

Thanks

Alex W.
0 Kudos
Message 3 of 5
(2,767 Views)

Hi alex

with this VI  I want to controlled  a three -phase inverter ( opening and fermuture of the switches )

how  I can replace iteration loop with a constant numeric if yes what is the exact value

Best regards

0 Kudos
Message 4 of 5
(2,742 Views)

A constant will not work in this case. You need something that increments each time the loop increments to be able to generate a proper signal.

 

Alex W.
0 Kudos
Message 5 of 5
(2,703 Views)