08-09-2023 01:10 AM
Hi guys,
I need a help, basically I wanted to create an animation for example a motor is running and I want to show the speed of the motor in a waveform graph, if the speed of the motor is increasing then the amplitude of the waveform is increase in a sequence way like a motor having a speed of 4 rpm (in a graph the waveform should have an amplitude of 4 and if a motor is having a speed of 2 rpm than the graph should have an amplitude of a 2 and vice versa) and this is done at the running time of a vi.
Have anybody know how to solve it and teach me the solution. thank you very much
08-09-2023 03:20 AM
Hi amnazafar,
amnazafar021@gmail.com wrote:
I wanted to create an animation for example a motor is running and I want to show the speed of the motor in a waveform graph, if the speed of the motor is increasing then the amplitude of the waveform is increase in a sequence way like a motor having a speed of 4 rpm (in a graph the waveform should have an amplitude of 4 and if a motor is having a speed of 2 rpm than the graph should have an amplitude of a 2 and vice versa) and this is done at the running time of a vi.
An animation typically consists of a series of images/frames. The "animation speed" is the speed for switching between those frames…
So when you want to sync the animation to your motor speed you "just" need to show the animation frames with different delays between each frame!
08-09-2023 10:42 AM
Check this video, it will give you some start up ideas.
08-17-2023 02:37 AM
Hey! I was wondering if there is a way to create such simulation in labView that I have Attached below, where you could control the speed of the animation and get a corresponding simulation.
08-17-2023 04:10 AM
LabVIEW is capable to do most complex simulation as well, but with picture its difficult to understand exactly what you are trying to simulate.
Need to generate sine wave? based on the rotation of the Fan?, Detailed requirement will be better.
08-17-2023 04:24 AM
Hi amnazafar,
amnazafar021@gmail.com wrote:
Hey! I was wondering if there is a way to create such simulation in labView that I have Attached below, where you could control the speed of the animation and get a corresponding simulation.
Please keep discussions in one place instead of creating new threads, especially when you already received answers…
08-21-2023 01:44 AM
yes we need to generate a sine wave based on the rotation of a fan, further we are trying if the speed of a fan is slow then the amplitude of a sine wave is also reduced further more is the speed of a fan is increased than the amplitude of a sine wave is also increased
08-21-2023 01:59 AM
Hi amnazafar,
amnazafar021@gmail.com wrote:
yes we need to generate a sine wave based on the rotation of a fan, further we are trying if the speed of a fan is slow then the amplitude of a sine wave is also reduced further more is the speed of a fan is increased than the amplitude of a sine wave is also increased
So there are two parameters "fan rotation position and speed" that are converted to "sine wave phase and amplitude". This sounds like pure and rather simple math: what have you tried and where are you stuck?