Posts

Showing posts with the label FrontPanel

LabVIEW- To Check Number is Palindrome or Not

Image
Hi Friends, Today we will make a program to check that the number is palindrome or not.Palindrome number means which can be reads the same backwards and forwards. example-515,23432,98789 etc. I hope that you know the basics of LabVIEW so that it will be little easy to start.If not, then don't worry, read another articles to learn basics from this blog. How to check Input Number is Palindrome or not ? Step-1. Open the Front Panel of the new program. Step-2. Right click on the empty Front panel to open the control palette.Click on the modern and then numeric.Now we want to provide input number in the program so chose the numeric control. If we want to display the numeric number then we need to chose the Number Indicator. Right now we don't required to display the number. To Show that the input number is Palindrome or not, we will add one LED also in the program.This is done by From the Control Palette-->Modem-->Boolean-->Round LED. Step-3. Now Cl...