How to make Animated Fan Speed Control in LabVIEW

  Рет қаралды 40,644

LabVIEW ADVANTAGE

LabVIEW ADVANTAGE

Күн бұрын

Пікірлер: 48
@robotbender8271
@robotbender8271 5 жыл бұрын
I made an animated fan like 10 years ago and in a much simpler way. Ready? While Loop with shift register, wire a Boolean "Not" inline with that shift register, add whatever time delays to make this flip 0-1 faster or slower as your like. Now simply drop a boolen indicator on the front panel and change the OFF decal to an image of a fan blade and change the ON decal to that same image rotated 90 degrees. Connect that indicator to show the status of the shift register. Done
@ddlc7022
@ddlc7022 5 жыл бұрын
Care to post a video ?
@Instagram.Status
@Instagram.Status 4 жыл бұрын
Great video. Will you pls give a link for downloading these fan pictures.
@LabVIEWADVANTAGE
@LabVIEWADVANTAGE 4 жыл бұрын
You can download gif image using google and modify using image editing software. unfortunately it is no longer available with us.
@Instagram.Status
@Instagram.Status 4 жыл бұрын
@@LabVIEWADVANTAGE thanks for reply, its ok.
@LabVIEWADVANTAGE
@LabVIEWADVANTAGE 3 жыл бұрын
grafitects.com/courses/labview-for-beginners/
@IAMAPCX
@IAMAPCX 11 ай бұрын
what software is that? Also, what are the compatibility requirements for the hardware?
@Born2be2good4u
@Born2be2good4u 7 ай бұрын
The Software is named LabVIEW and especially made for hardware integration. The target group are engineers with small to none programming background.
@oldbloke135
@oldbloke135 7 жыл бұрын
Although you have 12 fan pictures you have configured them as 12 pictures per 360 deg. rotation. For a four bladed fan you obviously only need to spread your animation over 90 deg. after which it repeats. I would suggest four images at 0, 22, 45 and 67 deg. PS. I think calling this a fan speed control will confuse LabVIEW beginners, since this is an indicator!
@dongxuanyang4286
@dongxuanyang4286 6 жыл бұрын
Could you please make a video about how to control a real computer fan’s speed? Thank you so much!
@fazz8823
@fazz8823 3 жыл бұрын
Hi, how can you reverse the direction of rotation for the animation please? hope to hear from you soon.
@LabVIEWADVANTAGE
@LabVIEWADVANTAGE 3 жыл бұрын
Reverse the count value
@fazz8823
@fazz8823 3 жыл бұрын
@@LabVIEWADVANTAGE what if I want to use a switch to keep both rotation?
@nermeennahlous192
@nermeennahlous192 7 жыл бұрын
please i need help , im making project of fan with LM335 and using daq 6009 , the tempreture is changing but the fan is not functioning so i need full circuit of fan with lm35 and labview software please thanks alot
@HomoSapiensMember
@HomoSapiensMember 7 жыл бұрын
How would you reduce the flicker effect of the ring cycling through the 12 fan pictures? Would using the timing vi "wait until next ms multiple" help more in this situation?
@HomoSapiensMember
@HomoSapiensMember 7 жыл бұрын
or was that just the fact there are only 12 frames in use whereas the eye perceives 24 fps as smooth image? I cannot tell between one and another cause in this case: is it a memory call problem, a timing problem or a frame cap problem (do we just need more images)?
@HomoSapiensMember
@HomoSapiensMember 7 жыл бұрын
must be a combination of all these factors... (: thanks for the video!
@LabVIEWADVANTAGE
@LabVIEWADVANTAGE 7 жыл бұрын
+Count Agava Dear Count Agava, yes you are right to show smooth image the fps should be at least 24. But if you are writing a LabVIEW code and want it to be responsive, the recommended loop rate is 10 times a second.
@HomoSapiensMember
@HomoSapiensMember 7 жыл бұрын
Thank you for replying! At the mentioned 10 Hz loop rate, the animated fan appears as though it flickers - to a user, but the program is indeed more responsive to input. Alright, I'll try do figure out how I would make the thing responsive and pleasantly smooth at the same time. I suppose its possible then to wire controls for the program from a master while loop and run the animation loop in the slave config. As such, the timing function and the control scheme for (at the very least) halting the programme would be separate. Perhaps this would allow for a greater number of looped frames per second thus a smoother image transition as well. I shall try to test for this. But I still wonder and I want to research this in more detail, how the picture ring enum works. Are the images stored in memory or does the enum access them from a drive directly for each poll? I will try to find answers to all these questions on my own, I hope the LV documentation has all the answers. On a side note, I have recently passed the clad exam! I've studied your prep videos and several hands on projects you demonstrated. Thank you, sir! It was a fantastic experience, having passed this first exam.
@LabVIEWADVANTAGE
@LabVIEWADVANTAGE 7 жыл бұрын
Congratulations on your success. :-)
@anujagrawal1036
@anujagrawal1036 4 жыл бұрын
how can we find which integer correspond to particular image??
@LabVIEWADVANTAGE
@LabVIEWADVANTAGE 4 жыл бұрын
connect numeric indicator
@rishabhsrivastava9257
@rishabhsrivastava9257 7 жыл бұрын
plz suggest me from where i can download animated images for dice applicaton and fan controller. anyways thanks a lot
@LabVIEWADVANTAGE
@LabVIEWADVANTAGE 7 жыл бұрын
+rishabh srivastava You can do a google search. in some cases you have to create frames using photo editing softwares such as Photoshop
@syedmurtazajaffar8833
@syedmurtazajaffar8833 4 жыл бұрын
@@LabVIEWADVANTAGE Discouraging response - Sorry
@alpha3839
@alpha3839 3 жыл бұрын
@@syedmurtazajaffar8833 yup, idk why it hurts just to share images for non-commercial usages.
@gmksoft5046
@gmksoft5046 4 жыл бұрын
how we can save ring images?
@danialasyhh3768
@danialasyhh3768 4 жыл бұрын
So why the knob number is running backward
@j.abautista613
@j.abautista613 5 жыл бұрын
How to reverse the direction of ratation??
@sr6055
@sr6055 4 жыл бұрын
man if u r there who created this pls reply i am doing this as project and i need it as vi pls man
@LabVIEWADVANTAGE
@LabVIEWADVANTAGE 4 жыл бұрын
please send email to labview.advantage@gmail.com
@sr6055
@sr6055 4 жыл бұрын
@@LabVIEWADVANTAGE thanks
@sr6055
@sr6055 4 жыл бұрын
@@LabVIEWADVANTAGE hey i emailed u can u send me vi of this , I have a presentation tomorrow
@nguyenluu3082
@nguyenluu3082 7 жыл бұрын
Hi, Very interested ! Where can i download fans picture like video? Best Regards!
@LabVIEWADVANTAGE
@LabVIEWADVANTAGE 7 жыл бұрын
+Nguyen Luu Dear Ngugen you can download image from Google and then modify into different angles of rotations using editing softwares like Photoshop.
@MetallKnighT
@MetallKnighT 7 жыл бұрын
why not using random number generator VI rather than quotion rem ?
@LabVIEWADVANTAGE
@LabVIEWADVANTAGE 7 жыл бұрын
+Badre ARRAS Hi Badre, in this case we want images to display sequentially and not randomly. Thanks
@LabVIEWADVANTAGE
@LabVIEWADVANTAGE 7 жыл бұрын
+Badre ARRAS In this case we want to display images in order rather than randomly
@jeannoumsi6920
@jeannoumsi6920 7 жыл бұрын
okay!
@nurishahaniakamarudin7417
@nurishahaniakamarudin7417 6 жыл бұрын
How to stop the fan ?
@LabVIEWADVANTAGE
@LabVIEWADVANTAGE 5 жыл бұрын
Stop button
@karthikeyan451
@karthikeyan451 6 жыл бұрын
please any one give the fan image file
@LabVIEWADVANTAGE
@LabVIEWADVANTAGE 6 жыл бұрын
you can google for it.
@karthikeyan451
@karthikeyan451 6 жыл бұрын
how can I search it? There are many things are available. particularly get the same image how sir?? you send the website link pls...
@LabVIEWADVANTAGE
@LabVIEWADVANTAGE 6 жыл бұрын
search for fan png image. use a image editing software like photoshop to create 12 frames of rotation.
@karthikeyan451
@karthikeyan451 6 жыл бұрын
Thanks
@alpha3839
@alpha3839 3 жыл бұрын
is it so hard just to share fans images from the video and uploaded here? so stingy AF
@LabVIEWADVANTAGE
@LabVIEWADVANTAGE 3 жыл бұрын
grafitects.com/courses/labview-for-beginners/
How to make animated Dice application using LabVIEW
6:16
LabVIEW ADVANTAGE
Рет қаралды 25 М.
5 Things you may not know about For Loops in LabVIEW
7:31
LabVIEW ADVANTAGE
Рет қаралды 15 М.
Кто круче, как думаешь?
00:44
МЯТНАЯ ФАНТА
Рет қаралды 3,3 МЛН
PIZZA or CHICKEN // Left or Right Challenge
00:18
Hungry FAM
Рет қаралды 15 МЛН
Try Not To Laugh 😅 the Best of BoxtoxTv 👌
00:18
boxtoxtv
Рет қаралды 7 МЛН
How to become fastest LabVIEW Programmer in the World - LabVIEW
9:05
LabVIEW ADVANTAGE
Рет қаралды 19 М.
LabVIEW Fan Animation
2:41
Suparat Yeamkuan (Woon)
Рет қаралды 14 М.
How to Communicate over a Serial Port using LabVIEW
8:43
Olawale Akinwale
Рет қаралды 59 М.
How to make custom Run time Menu in LabVIEW
4:33
LabVIEW ADVANTAGE
Рет қаралды 14 М.
Workers for LabVIEW - Peter Scarfe, CLA & PhD - CHNLUG 4
47:29
LabVIEW ADVANTAGE
Рет қаралды 2 М.
NI LabVIEW: Basic image handling techniques
9:23
NTS
Рет қаралды 191 М.
Labview - Programming a 3 Floor Elevator Using MyDAQ-MySTEM
20:13
Table Control  by LabVIEW.avi
8:29
janekarn13
Рет қаралды 145 М.
Dynamically Calling a VI - LabVIEW
6:16
LabVIEW ADVANTAGE
Рет қаралды 28 М.
Кто круче, как думаешь?
00:44
МЯТНАЯ ФАНТА
Рет қаралды 3,3 МЛН