Jump to content

Recommended Posts

Posted (edited)
I am having difficulty displaying a number with exponent on a E-1101 HMI. I am able to read and display any Ana.signals without exponent using " Float without exponent". Have tried with "Float with exponent" but unable to display the actual value eg. 2.50 E-3 etc. HMI is connected to instrument via RS422 to RS422 ( Modbus protocol ) and all configured correctly as hmi could read all other parameters. Is there any method to read above without heavy calculations ? Any help is much appreciated. Thanks. Edited by donny
Posted
donny, To give an answer, why you can not display the data, represented in format of floating point with exponent, we should know the format of data, that you are receiving from external device and would want to display. You did not give us this data yet.
Posted
Inntele It is 32 bit real number and pressure reading from a Vacuum system. Instrument can display from 3.00E+1 to 9.99E-9. Have tried all possibilities but no result . I've heard that many HMIs can not display exponent without serious calculations. donny
Posted
donny, As a standard, the exponential value can be represented in two forms of floating point: binary (usual) and scientific. In both case the value occupy two words. A good description in details was in FX1S-FX1N-FX2N Programming Manual. In scientific format the low word stores the mantissa part and the high word stores the exponential part, so there is no problem to represent the value at HMI as a combination of two INTEGERs. In a binary floating point format the mantissa occupies three least bytes, while the exponent occupy only a most byte... That's why I asked about "the format of data, that you are receiving from external device", because the value can be represented in first, second or even ... third format.... Once I met "inventors" from EU, who decided to represent the exponential value in a single word in equipment, they manufacture: a low byte is for mantissa part, a most byte is for exponent part... and they argued with me that their exponential form is a standard... A floating point binary format is an usual representation of floating point numbers in Mitsu PLCs, and the Beijer HMI should display it without problem...

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.   Restore formatting

  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...