Highest Value

I am using a Micrologix 1400. With an analog input card. I am using a 4-20ma AC Current Transducer. I am wanting to measure the highest load on a cutting tool during the time that the tool is cutting.
 
I would use a Greater Than comparision to compare the current value to a stored value, and if true then move current value to stored value. This way you will get the maximum value. You can reset the maximum value by moving zero to the stored value whenever you need to (based on time, shift start, new part, etc..)
 
OK same situation, but I am trying to get my scp function correctly setup.

I am also trying to get a correct reading and I am comparing it to my fluke amp clamp. Is there a cheat sheet?
 
OK I have an Automation Direct AC Current Transducer Part Number ACT050-42L-F 4-20mA. I have a Micrologix 1400 with an analog Input card.

Input is I:5.1
Input Min is 0
Input Max is 16383

Scaled Min is 4mA
Scaled Max is20mA
output to n7:0
 
Last edited:
Your SCP scaled min/max should be set to the range of the variable you are measuring, not the analog output range of the transmitter.

The current transducer has a jumper selectable range of 10, 20, or 50 amps. If you want to know AMPS then your scaled min should be 0 and the scaled max should be whatever you have the jumper set at, 10, 20, or 50. If you want to know percent then scaled min should be 0 and scaled max should be 100.

Your input min/max depend on how you have the card configured. The input min will be the value the card returns when the input is at 4mA and the inputx max will the the value the card returns when the input is at 20mA. You can find those values in the manual OkiePC linked to.
 
sorry last post was incorrect

input data should read 9550
min same
max same
scaled min same
scaled max same
output now reads 5.

Amp clamp reads 6mA.
Is this accurate?

Tell us the analog card you are using (complete catalog number). Also tell us how your AC transducer is scaled. What does the 4-20ma represent?
Tell us how you have setup the analog card. If possible post your program
the .RSP file ( zip it first, then post)
 

Similar Topics

folks i have 104 lamps that record their hours on the panelview, so i need to get the highest hour value of these lamps data data type is...
Replies
26
Views
5,596
Hello Currently have a project in which I have to find the highest value in a dint array. Once the highest value is found I will have to move...
Replies
20
Views
11,581
This is a Citect SCADA question I have Six variables of type REAL (Float) to compare and determine (identify) which variable has the highest...
Replies
4
Views
1,445
Plc: RX3i Cpu: CPE305 I want to search a range of real registers for highest value. The range is R1050 to R1525. I thought it would be an array...
Replies
4
Views
1,633
I am trying to find a function block to determine the second highest value ( i need the second highest value out of 16 thermocouple temperatures)...
Replies
6
Views
2,574
Back
Top Bottom