It's been 11 years now since I posted my LabView Scientific Calculator (Casio) back in 2003 without sample VI. Shame! I just found the VI's I wrote 11 years ago and now would like to share this to all who will find this VI usefull. If you have any question please feel free to email me at muligo@hotmail.com. Feel free to share, modify and add more functions, formulas, conversions or anything you may think to make this application usefull. Back in 2003, Event Structure was pretty new to me. Thanks to Rich R (Applications Engineer, National Instruments UK & Ireland) for pointing me out to this NI Developer Community and also thanks to Johnsold for providing a these good suggestions below:
Joel_Mulig,
Thank you for sharing your code.
Some suggestions:
1. Refactor it to use the Event structure which was either not yet available or very new in 2003.
2. Refactor it to use a state machine architecture.
3. Eliminate local variables.
4. Eliminate sequence structures.
5. Eliminate Formula Nodes.
6. Add Dcoumentation to the VI Properties.
7. Create custom icon.
8. Enlarge the panel and buttons so the text is more legible. Screens tend to be much larger than they were 11 years ago.
Lynn
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.