Floating points? still confused.

XIO

Member
Join Date
Oct 2007
Location
Los Angeles
Posts
64
I have tried to research on floating points but I am still confused. I am trying to understand to function FLT and INT in GX Developer (Mitsu). I have read different articles but I am not sure I get the concept. Can any one put it in simple words? Why or What is the application in automation with PLC?. I understand floating points is a "imaginary" representation of real numbers that otherwise would be out of range??? is this right?.

Thanks
 
I don't understand your actual question.
An integer is a fixed precision number. It can have 'implied' decimal places, but is fixed precision.

A Float is an arbitrary precision number, that stores a number of significant digits, and an exponent, so it can directly represent extremely small numbers, or extremely large numbers. Of course, the full binary size of a float is not used for storing the mantissa, and adding together large and small floats might not actually result in a change when you perform a mathmatical operation on them.


Floats can also (and do) have built in error values that specify underflow, overflow, +/- infinity, and NaN.

See http://en.wikipedia.org/wiki/IEEE_floating-point_standard for more.
 

Similar Topics

Hi All, I'm a new person in PLC working on a program which involves lots of floating point maths.. Seeing the available registers for floating...
Replies
3
Views
1,293
lm moving two motor x and y with floating numbers using mitsubishi fx.once i have the floating points calulated where do i put the output for the...
Replies
4
Views
1,987
Can anyone here refresh my mind on how to perform addition on 33 floating point variables? F8:1 to F8:32. the result should be in F8:0
Replies
3
Views
1,989
Is there a way to address floating point variables with Modbus/TCP? FYI: Using Quantum 434 12U (Unity Pro XL 3)
Replies
6
Views
3,944
Hi all! I'm still confused with the integer "N" and floating points "F" on the Allen Bradley PLC. Thanks -adeah-
Replies
15
Views
8,127
Back
Top Bottom