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

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...