12-18-2013 04:34 AM
Question)
Using the state machine architecture, develop a simple arithmetic calculator
•The calculator takes two numbers as inputs, and based on what the user selects, adds, subtracts, multiplies or divides the two numbers and displays the result on the front panel.
•Additionally, it checks before division if there is a warning because of division by zero. If this is true, a boolean LED called “Warning” lights up.
•The user can quit the VI by pressing a “Stop” button
Leave your answers as comments below by clicking on Reply
You will need to be logged-in to do so. Click here to sign-in/sign-up.
Rules & Guidelines
Recordings of the Previous Sessions
12-18-2013 05:46 AM
Please find attached the reply to the posting on Webcast wednesday contest #31
12-19-2013 04:02 AM
Please find the VI simple arithmetic calculator. Using the state machine architecture.
12-19-2013 07:01 AM
Hi friends,
Here is my VI for the contest.
1. Download the attachment
2. Run the arithmetic Calculator.lvproj project file
3. Open the Calculator.vi
4. Hit the run button
5. Evaluate and press Stop
Your feedbacks are most welcome. Have a nice day....
Thanks & Regards,
Ganesha Moorthy
(gnshmrthy)
12-19-2013 07:09 AM
Hi Siddharthv and Vikramkumar,
Nice work. All the best...
12-19-2013 10:59 PM
hi, i hope get the answer, Please leave some suggestions..thanks
12-23-2013 04:39 AM
hii, this is answer for this week webcast contest.
12-24-2013 05:52 AM
Hi Vasanthkumar,
The VI is good,
1. Initialize to default value might be added because when I was running first time the boolean was blinking until I made an click on operational button.
2. Use VI properties to arrange the FP to fixed gesture.
All the best for your contest.
12-24-2013 05:56 AM
Hi Shubhs001,
The VI looks good, my suggestions are,
1. Stop button might also been incluced in the select case block.
2. Use VI properties to arrange the FP to fixed gesture.
All the best.