Jump to content

ufo900

Members
  • Posts

    13
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 8.0
  • Since
    2011

ufo900's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. i solved it in another way.. another question: i need to make a sort of pid NOT realtime.. i explain this: if I put a sine wave with frequency 1Hz i need the system to try to follow the wave.. sometimes it does not (the system is late with high frequency) but i need that the system follows the sine wave anyway.. how can i do that? Example: sine wave(0s)=0 temperature wave(os)=0 (OK) sine wave (1s)=1 temperature wave(1s)=0,95 (acceptable) sine wave(2s)=2 temperature wave(2s)=1,7 (not acceptable) every value after 2sec is late. So when sine wave reaches the maximun value (example 5 for 5sec) the temperature wave is lower that 5 (example 4.5). The sine wave is now going down but the temperature wave still going up: the temperature doesn't reach the value 5 because when it is 4.85 the sine wave is going down and so the temperature has to follow the sine wave. At the end i have the sine wave as a sine wave (obvious) but the temperature wave as a triangle wave. How can i force the temperature to follow the sine wave, without thinking about its late? Thank you
  2. thank you about that but now I have another "PID problem". I have some issues to apply PID into my system.. I can do a PID control by simulating a system only in temperature but issues if I want a voltage control that depends of temperature value. Attached here PID subVIs I use and the program with the other subVI. Hope you can help me apply PID into it. Thank you VIs(1).zip
  3. that''s right, but anyone could help me solving the problem? Thank you all
  4. well the oscillation of the signal is "casual" if it is not touched (it depends on the real temperature of the ambient) but i need to control voltage of a heater to make the oscillation of the temperature zero (costant value), one frequency (sine oscillation) or in a way that the user is defining (square or something). the problem is actually this: how to write the code, starting from the temperature array ending to the graph..
  5. well i did but nothing changed. maybe i can explain better: I need to graph the spectrum of the temperature wave (input of a NI 4351 connected to a termocouple) (Vi attached named temperatura.vi) I did the FFT amplitude and phase spectrum and it visualizes the spectrum in X=0 and Y=frequency (i guess) But i need to graph the frequency of the signal as in the example in the attached VI (vicreate.vi). How to do that, using the incoming instrumental signal? Someone told me to use filter anti.aliasing and other stuff but how to implement in the attached code? Thank you temperatura.vi
  6. well thank you but i already implemented the pid control. I have another issue now as you can see above here
  7. frequency is visualized as Y and time as X how to visualize the frequency as X and amplitude as Y?
  8. ok I understand that, but i need to plot the spectrum of the signal, the frequencies of the signal.. don't know how to explain in a different way
  9. Another minor issue. I need to graph the spectrum of the temperature wave.. I did the amplitude and phase spectrum but anything changed: no graph visualized.. How to do that?
  10. I saw that trick but (example) in PID.vi i have a function that recall the toolkit.. Anyway i think I solved in another way, if I'll have trouble i can try that way! Thank you
  11. Hi! I need to implement a temperature control by changing the voltage of a power supply connected to a heater. I don't have PID toolkit, but I know how PID theorically works. Attached: VIs (Untitled 1 the principal one) [cannot upload zip file] Any suggestion, help or hints are appreciated. Thank you Untitled 1.vi HP6XXXA.LLB ni435x.llb ni435xcm.llb NI435Xu.llb
  12. Anche io partecipo al give-away contest di @MugenItaly per vincere una batteria estesa #MugenBattery -http://t.co/ABe0wR2R

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.