Floating Points Very Limited

Coulombboy

Member
Join Date
Jan 2012
Location
Makati City
Posts
70
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 points, it is very few and i don't think i can complete my program.. I'm using Micrologix 1400.. Is there anyone who can help me out with this.. Can i add more floats?

Thanks in advance..
 
How many do you need? Each data file can have 256 elements (registers). If you need more then create a new data file e.g. F9:?? and make it 256 more registers. You are only limited by memory in your processor. See picture below.
You can only increase or create data files in program mode.

elementsize.png
 

Similar Topics

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,985
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,975
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)...
Replies
1
Views
2,586
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,938
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,101
Back
Top Bottom