Jump to content

NoamM

Moderators
  • Posts

    185
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by NoamM

  1. Hello,

    The real numbers are set up to show 6 significant figures after the decimal.  This is due to the format we use for real numbers (following IEEE 754 standard).

    Unfortunately, there is no way to directly format the decimal placing after a real number in the software.  You would have to convert the real into two 16-bit integers (the whole part, and the fractional part) then manually format the number on screen by putting these two integers together on screen.


    UPDATE:
    From UniLogic 1.18 and above there is a property name 'Decimal precision' to numeric box in case it linked to a REAL tag as you can see in the attached image.


     

    Capture.JPG

    • Upvote 1
×
×
  • Create New...