11-13-2010 10:22 AM
I have attached my idea of the simulate block desgin, i hope anybody can have a look at that , and then help me to figure this out by building the simple circuit in labview, I will so great appreciate that if someone can do so.
In this design, I want to set the fundamental information and the circuit can measure the Even Harmonics and Odd Harmonics values, and also it can display the Harmonic waveforms if Press On button, and the number of harmonics can be set as well.
I'm realllllllllly need this desgin
Please help me.
11-13-2010 10:37 AM
LabVIEW does not do circuit designs. The block diagram may resemble a schematic in places but it is not the same thing at all and you should not refer to it as a 'circuit'.
So, you've got a front panel. Have you written any code at all? Have you tried any of the simulate signal functions? It sounds like this is a school assignment and students are expected to do most/all of the work themselves. Please ask very specific questions instead of 'Im reallllly need this design' (and keep the multiple letters to a minimum)
11-13-2010 10:50 AM
Hi, Dennis Knutson
Ok, sorry for my poor english.
Well, whatever it is school assignment or not, I just think about this design and I also want get help.
Ok, i have did a lot of things , and i want this simulate block to be my sub-vi. But I still didn't figure this out. Could you give me some hints or some ideas when you look at this front panel at first? I think you must came up with some ideas how to do it, right?
Regareds
11-13-2010 11:09 AM
Yes, I have ideas and I also see that you were shown how to add a harmonic in this thread. I would suggest you incororate that code with an event structure so that when a value change event occurs, you add the selected harmonic to the primary waveform.
11-13-2010 12:43 PM
Well, just make it easy. If I want use the "Number of Harmonics" to control the number of row in Even/Odd area, how to achieve that? For example, when I enter 3 in the Number of even harmonics, then the Even area can display 3 rows
11-13-2010 01:00 PM
Display them in an array.
11-14-2010 03:31 AM
Can you show me any examples?