Analog Readings in contrologix

dhuber

Member
Join Date
Jul 2009
Location
Ontario
Posts
49
Hi everyone.

I have a question about analog devices and the value that the Plc reads. Do all vain slog devices give the Plc a reading between 0-30800, that's the raw signal and then I do the scaling with whatever range I have it set to?

Or does my raw data for an analog input vary between that.
So my 4ma will always be raw data of 0 and my 20ma signal will always be raw data of 30800? The I do with it what I want in the Plc?

Thanks.
 
The data format and scaling depends on the Analog Input module.

In general, the more platform-specific the module is, the better it integrates. 1756-series analog modules have onboard Engineering Units scaling, in which you manually set the values that are equivalent to 20 mA and to 4 mA. Often these are floating point values, which leads to a very easy-to-use engineering value that directly represents kilograms, meters, newtons, degrees, etc.

Modules that are intended for use with multiple platforms, especially older ones, tend to have fewer configuration options and report their value in "counts", which requires you to write ladder logic to perform engineering unit calculations.

The SLC-500 family controllers had a very popular ladder logic instruction called "Scale With Parameters", into which you just plugged the min/max values for the raw counts and the engineering units.

ControlLogix has the "Scale" function block that does a similar thing. Because it's not available in the Relay Ladder Logic language, many subroutines and Add-On-Instructions have been developed to emulate the popular SCP instruction from the SLC-500 family.
 
Do all vain slog devices give the Plc a reading between 0-30800
Mickey, Translation of dhuber's editing-that-went-astray: "Do all [analog input] devices give the Plc a reading between 0-30800....
 

Similar Topics

Good morning. I have an S7-400H connected to 13 pressure transmitters. I need to read the 13 values for a short period of time (less than a...
Replies
1
Views
1,443
Hi, I've been reading the contents of the forum for a while and finally decided to ask a particular question related to a project I'm currently...
Replies
9
Views
4,308
Hi. OK, i have a pressure transducer for a run tank level (h20 based) that i just checked for accuracy. it's reading 3.999ma at .001in.of h20, so...
Replies
39
Views
13,892
I’ve written a SNPX driver for our products. The SNPX has been easy to integrate. The next issue I have is when I read in an analog input; I...
Replies
0
Views
2,258
Good afternoon, I am currently working with an HMI/PLC LP-a070 and I require at least one analog output, but the PLC does not have one. I was...
Replies
5
Views
100
Back
Top Bottom