analog configuration

PLCgirl

Member
Join Date
Feb 2003
Location
PA
Posts
23
To configure the analog I/O module for the micrologix 1200, there are different options. Whats the difference between raw proportional configuration vs. scaled PID?
 
Pressing F1 on the Advanced Configuration Menu yeilds the following text (excerpted):
Data Format

Raw/Proportional Data - The value ... provides a -32,767 to +32767 full range for a +/- 10vdc user input.

Scaled for PID - The value at the controller is an integer with 0 representing the lower range and 16,383 representing the upper range.


RSLogix 500 - Copyright Rockwell Software 2000

More simply:
If you are using Raw and there are 0V on the wire, the input register will have a value of 0. 10V will produce a signal of 32767.

If you are using PID and there are 0V on the wire, the input register will also have a value of 0, but 10V will produce a signal of 16383.

If you are going to use the PID instruction, then it can be handy to use the PID scaling, so you can reference the raw input as your Process Variable, instead of having to scale (via an SCP instruction) it to be in the 0 to 16383 range.

Otherwise, the Raw/Proportional setting gives you the highest resolution, which is typically the most desirable. Keep in mind that even though the PLC may be able to differentiate betweeen 10/32767th of a volt (=0.003 V), your transmitter may not be able to send out that fine a difference, especially in a noisy environment.
 

Similar Topics

Hey guys! I have come across an unique issue. Hoping that I can find some solution here. I want to replace an existing S7-1214 DC/DC/DC plc with...
Replies
15
Views
4,665
This is for a Q68DAIN 8-channel analog output. Most of the channels are outputting 0-20mA but a couple are outputting 10vDC Anyone know what rung...
Replies
11
Views
1,738
Hello everyone.Am new in allen bradley configuration,i have a mini project to execute, i have wired my Micrologix 1400 for analog input signal of...
Replies
0
Views
1,501
Hello everyone.Am new in allen bradley configuration,i have a mini project to execute, i have wired my Micrologix 1400 for analog input signal of...
Replies
3
Views
2,599
Hi, I am facing a problem. I have configured the analog output terminal EL4004 as (output_1 AT%QW2: INT) but I did not get the output which I...
Replies
6
Views
3,079
Back
Top Bottom