08-13-2013 04:52 AM
Hello Ahmed_Zahran,
Please find the attached VI in Labview 2011 version.
Regards,
Shweta
08-13-2013 10:10 AM
Hi PBP,
Nice and Well Organized work 🙂
Thanks for you reply.
08-13-2013 10:17 AM
Hello Shweta_Walanj,
Nice work and Simple GUI with good use of the Menu bar 🙂
Thanks for you reply.
08-13-2013 10:30 AM
Hi all,
I submitted the Scientific Calculator Project yesterday to meet the deadline,
However, I'm still working on fixing some bugs, then I'll upload it again to leave it as (hopefully) one of the good working references in our Discussion thread.
Thanks for your highly appreciated replies and feedback.
All the Best to you all
Ahmed Zahran
08-13-2013 12:20 PM
Thanks Ganesha ... All the Best !!
08-13-2013 06:27 PM
Dear All,
Kindly find attached the Scientific Calculator Project Zip file with the new Modifications and Bugs Fixation.
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Modifications (Scientific Calculator)
-----------------------------------------------------
1. Reinitialize Result and Last Ans to Default on Start
2. Fixing the "Ans" Button and Use the "Ans" String in the Formula + Replaced by Last Ans Numeric on Exec "="
3. Fixing the Deg/Rad Conversion to include Basic or Compund Arithmetic between the Trig. Func. Brackets
4. #Feature : Using the Brackets directly as Multipliers or Including the Multiplication Operation
automatically incase a Function or "Ans" was used with no Mathematical operation added apriori.
5. #Feature : Balancing the Brackets "(", ")" of any Formula before Execution "="
6. Cannot write a number after "Ans" without any Math Operations or Brackets in between (Ans5 --> Wrong)
7. User Interface update: Buttons are "Latch when Released" instead of "Latch when pressed"
Modifications (Matrix Calculator)
-------------------------------------------------
1. User Interface updated.
2. #Added: Matrix Square Root and Trace Operations
3. #Fixed: the normal Matrix Addition and Subtraction Operations.
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Highly appreciating your Suggestions and Feedback
Thanks and Best Regards,
Ahmed Zahran
08-13-2013 11:25 PM
Hi PBP
You have one of the most unique solutions with a Master Slave loop concept implemented.
I have a suggestion for you; you may want to automatically set the cursor position in the answer indicator after every operation.
PBP wrote:
Find calculator...
Give suggestions and feedback.
Regards
08-14-2013 01:36 AM
Hi Parth
Well done with the menu editor. I have a few suggestions for you
1. Return (backspace) button is unavailable
2. Set the cursor position in the input control using a property node.
08-14-2013 01:43 AM
HI Sapsatin
The GUI looks neat! I have a few suggestions
1. I can only see the result in the answer indicator after pressing "=". It would be more convenient to show all inputs in the answer indicator.
2. There is no backspace.
3. Set Cursor position.
08-14-2013 01:46 AM
Hi,
Thanks for your compliment and suggestions.
I have done changes for cursor position and updated code.