eswaney Posted March 17, 2021 Report Share Posted March 17, 2021 V130-33-T2 Using Variable numeric to set a MI. Is there a way to enter more than 32000 in the max keypad entry field? This application counts press strokes to indicate end of run. typically the numbers are less than 10,000. We have a new product and need to set a preset count of 120,000. Link to comment Share on other sites More sharing options...
MVP 2023 Ausman Posted March 17, 2021 MVP 2023 Report Share Posted March 17, 2021 I might be missing something here, but can't you simply change the MI to an ML? Adjust the numeric controls to suit your new needs. cheers, Aus 1 Link to comment Share on other sites More sharing options...
MVP 2023 Flex727 Posted March 17, 2021 MVP 2023 Report Share Posted March 17, 2021 An MI is a 16-bit signed integer. By definition it cannot hold a number outside the range of -32,768 - 32,767. An ML is a 32-bit signed integer which has a range of -2,147,483,648 to 2,147,483,647. If there is ANY possibility of a number outside the range of -32,768 - 32,767, then you must use an ML. 1 Link to comment Share on other sites More sharing options...
eswaney Posted March 18, 2021 Author Report Share Posted March 18, 2021 Thanks for the info. I did not think I posted this, After typing it out I realized I used a MI where it should have been ML. 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