12-17-2008 09:40 PM
i have created calculator in labview 8.0 .its working bt 2 bugs are there.
1) ans alwayz come in 0.000000 format and ans is always rounded off.
2) whn i press any operator like */-+ thn last input number become invisible and screnn blank on calculator.
12-18-2008 04:55 PM
ghayas-
Here are your answers-
1) You need to use "Fract/Exp String to Number" instead of all of your "Decimal String to Number"
2) The screen goes blank because you reinitialize the String Local Variable everytime an operation button is pressed. See attached picture for what I'm talking about.
Hope this helps. Happy Wiring!!
*Remember* Help out the community and set posts to answers if they actually answer your post!!
12-24-2008 08:08 AM
thank you sir..
sor its been done but the new problem is that its not accepting 3rd input like if i wnt to add 4+4+4=12 so kindly tell me any posibility
12-27-2008 08:56 PM