DavidR Posted April 14, 2013 Report Share Posted April 14, 2013 Hi, I'am just getting started with Visilogic, about 1 week into my first project, I have a V1210 and version 9.5.0 I have a need to display and enter very small numbers in scientific notation, example: (3.2 x 10-9) I don't see any options for this. Is it possible to easily do this? if so could somebody point me in right direction? I did do ladder programming about 30 years ago and this is very different! I have learned alot by reading this forum so I would like to thank you all. Thanks to anybody than can help Link to comment Share on other sites More sharing options...
MVP 2023 Joe Tauser Posted April 14, 2013 MVP 2023 Report Share Posted April 14, 2013 Scientific notation is not a standard entry method on a Unitronics on-screen keyboard. You will need to use floating point numbers (type MF). If the exponent is always going to be the same you may want to make it easier on yourself and only enter the significand on the screen into a buffer variable. You could then divide this by a number to get the exponent you need. Joe T. Link to comment Share on other sites More sharing options...
MVP 2014 Simon Posted April 15, 2013 MVP 2014 Report Share Posted April 15, 2013 For that matter, you could then add a second keypad entry variable for the exponent and convert the two values to a single MF in the ladder. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now