LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to simulate buck,boost and buckboos converter

has anydone tried simulating this circuit?i need some pointers..Smiley SadSmiley Sad
0 Kudos
Message 1 of 9
(5,377 Views)
Hi neerza,

What, exactly, are you trying to do?  What is your application?  What software are you using?  (If LabVIEW, what version and with what toolkits/modules?)

If you are simply trying to simulate a circuit, you may want to take a look at NI Multisim.


Message Edited by Eric_V on 03-07-2008 01:52 PM

Message Edited by Eric_V on 03-07-2008 01:52 PM
Eric V
National Instruments
Applications Engineer
Certified LabVIEW Associate Developer


"I'm a Ramblin' Wreck from Georgia Tech and a helluva (NI Applications) Engineer!"
0 Kudos
Message 2 of 9
(5,339 Views)
dear sir.i'm using labview 7.1.its basic packages.my lecturer said that i need to build the simulation using functions available in labview.using equations to produce waveforms of the converters but i have no idea in doing that.
0 Kudos
Message 3 of 9
(5,327 Views)
Hi neerza,

It sounds like you know what you want to do, you just need to learn some LabVIEW fundamentals.

I recommend you look at the six hour tutorial for LabVIEW .  Also, I think a MathScript node may be a good choice for coding an algorithm to perform this kind of simulation.
Eric V
National Instruments
Applications Engineer
Certified LabVIEW Associate Developer


"I'm a Ramblin' Wreck from Georgia Tech and a helluva (NI Applications) Engineer!"
0 Kudos
Message 4 of 9
(5,295 Views)
sir,what is mathscript?i dont know bcoz its not in my sylibus.it is the same with matlab?


Message Edited by neerza on 03-10-2008 08:15 PM
0 Kudos
Message 5 of 9
(5,287 Views)

Mathscript is similar to Matlab. in that you can directly type some valid algorithm inside the Mathscript node, that ll get executed as per it.

It is integrated inside LV itself.

But, I think, it is available only from LabVIEW 8.x & above...

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 6 of 9
(5,279 Views)
parthabe is correct;  I'm sorry I forgot you were using an earlier version of LabVIEW.

You will need to implement your logic in the LabVIEW block diagram yourself;  you do have the much more limited Formula Node available to you in LabVIEW 7.
Eric V
National Instruments
Applications Engineer
Certified LabVIEW Associate Developer


"I'm a Ramblin' Wreck from Georgia Tech and a helluva (NI Applications) Engineer!"
0 Kudos
Message 7 of 9
(5,257 Views)
means that i need to use the formula node to simulate the circuits of the converters is it?
0 Kudos
Message 8 of 9
(5,253 Views)
Yes.
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 9 of 9
(5,245 Views)