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 Quote Link to comment Share on other sites More sharing options...
MVP 2022 Joe Tauser Posted April 14, 2013 MVP 2022 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. Quote 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.