5/01 4-20mA

sweetjohnny

Member
Join Date
Feb 2012
Location
Iowa
Posts
55
i will start off saying this is such a great site, with a treasure trove of knowledge. i have been a member for quite some time, although i had to get a new user name since my crackberry crapped out on me and i couldnt remember my pass word. i was a reader and had never posted until this week, and this will be my second post. enough said now to my subject...


i am working with a slc 5/01, it is a very simple program i am running 6 pumps. what i need is to trend the user input on a chart. i need to know what instruction type to use to scale my user input into a 4-20mA signal. thank you in advance.
 
A little more info would help someone help you.

How is this user input getting into your SLC? HMI?, analog input? or? Range of values?

Tell us the complete catalog numbers (class #) of any input, or output cards (modules) you have installed.
 
Valid point. I am at home working on this. So the machine isnt physically in front of me so i will pick back up on this monday when i get to work.
 
The SLC-5/01 doesn't support floating-point math, either, so this becomes a good exercise in the capabilities and limitations of 16-point signed integer math.

Scaling from one range of numbers to another is a straightforward linear equation. These are usually expressed as "ax + by = c", or in the more common format "y = m x +b".

Because these equations form a straight line on a graph, the m term is called the "slope", and it's calculated as m = (y2 - y1) / (x2 - x1).

That should look familiar: when you use the SCP equation, you enter the Minimum and Maximum values for both the input (y) values and the output (x) values.
 

Similar Topics

Hi all, I'm connecting several 4-20mA sensors together in parallel (only one shown below) The enclosure is ABS plastic with metal backplate DAQ...
Replies
5
Views
264
Problem: Our PLC can only output 4-20mA, but the actuators it needs to control, modulate based on a 0-135Ohm signal. Buying 4 or 8 individual...
Replies
7
Views
269
What's your go to 4-20ma isolator. I've got some 4 wire 4-20ma from several flow meters and scales that I would like to isolate before it gets to...
Replies
10
Views
1,681
Hi, I need to read three 4-20mA signals from a DCS(ABB) in a remote 6 channel analog input module with RS485 modbus port. When I connected...
Replies
2
Views
481
Hello this is my first post. Looking forward to being more involved in this community to learn and hopefully help others. Any help or guidance...
Replies
7
Views
783
Back
Top Bottom