Help with FLA Calculation

Tim Ganz

Member
Join Date
Dec 2010
Location
Dallas, Texas
Posts
691
I need help determining how to code a motor FLA reading. The HMI has a numeric display with a bar from 0-150% FLA and it's looking for a integer number in a SLC 500 processor.

I have the Motor data plate FLA in a integer data file and I have the actual FLA of the motor from the current ring in a float but how would you code that to compare to the data plate FLA and display a integer number 0-150?
 
If the actual amps is greater than the FLA, you will be over 100%. There is no need for any other scaling. If your motor should exceed 150% it will simply peg the bar, the numeric will still be accurate. In the real world, this condition won't last long, the motor will trip on overload.
 
Last edited:
I tried a compute block online where I have F60:0/F60:1*100 with a destination of F60:2 and F60:0 is my actual amps and F60:1 is my data plate FLA but the compute block won't accept and says it has errors?

I tried to make the destination a integer file also N100:0 but it won't accept that either?

Where am I going wrong?
 

Similar Topics

Hello, I need to write the following program in Ladder language, but I could not integrate the Fibonacci sequence into the ladder. Can you help...
Replies
16
Views
208
this a program to send data to barcode printer I want to integrate a new printer in a new machine and i wanted to adapt the old prgram on it but I...
Replies
4
Views
157
So i've been at this for a long while, i have Citect Scada 2018, i have full access to everything but i can't seem to find any option or...
Replies
0
Views
54
Hi all, hope you are having a great day, I am in need of your help to create a AOI or program that does this kind of job: I have a IO Link...
Replies
26
Views
483
please help me . I have to make this ladder diagram and I can’t figure it out :(
Replies
12
Views
363
Back
Top Bottom