Jump to content

Floating point data entry on a Vision260


Recommended Posts

Hi all,

Is it possible to implement a floating point data entry field on a Vision260 screen ? I have crated a screen with Numeric Variable data entry field and have set the format to 4.1 but cannot find a way to link the field to an MF (memory float).

Thankyou in advance.

TPE

Link to comment
Share on other sites

There is no direct option to enter memory floats via keypad entry on standard series vision controllers (V120, V2xx). A workaround would be to enter the value into a memory integer register and then via ladder logic convert that to a memory float. Please see the attached example that does exactly this for one decimal place of accuracy (4.1 base format).

Also, do you really need to use a memory float though? Another option would be to just keep track of that tens place (one decimal) offset in any math or logic operations you may perform while solely using memory integers or memory longs.

V260 - HMI Decimal Entry.vlp

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.