1762-of4

kurt.brinker

Member
Join Date
Dec 2006
Location
In Town
Posts
263
Micrologix 1100 unit with an 1762-OF4 analog output card. The card is configured for a 4-20mA / scaled for pid. It gets a scaled value of 0-16383 in the program to determine its output. The problem is that it the output is 0-21mA instead of 4-20mA. In the manual it says that normal range is 4-20 and full range is 0-21. The manual says, "The over- or under-range flag comes on when the normal operating range (over/under) is exceeded. The module continues to convert the analog output up to the maximum full scale range."


What causes the module to enter this condition? Any ideas on our problem?


 
kurt.brinker said:
Micrologix 1100 unit with an 1762-OF4 analog output card. The card is configured for a 4-20mA / scaled for pid. It gets a scaled value of 0-16383 in the program to determine its output. The problem is that it the output is 0-21mA instead of 4-20mA. In the manual it says that normal range is 4-20 and full range is 0-21. The manual says, "The over- or under-range flag comes on when the normal operating range (over/under) is exceeded. The module continues to convert the analog output up to the maximum full scale range."


What causes the module to enter this condition? Any ideas on our problem?



Scale the analog output using the SCP instruction,so that 0 counts = 4ma and 16383 = 20ma
 
The OR and UR are used for detection of OPEN cct or SHORTED CCT.
You can use the flags in your program for diagnosis of faults.
As Curly&Shemp stated, you need to scale the output to your Transmitter in your program.
 
kurt.brinker said:
thats how it is now. with the value at 0 it gives us 0 ma out and with the value at 16383 it gives us 20.9mA out.

On your SCP to the analog output channel
try
Scaled Min = 3120
Scaled max = 15600

That should get you close to 4-20ma output
 
the output to the transmitter IS scaled. We have an analog input that is scaled 0-16383 and that number is transfered directly to the output channel. We get 4-20mA in from the flowmeter and we want to send the exact same mA out so the customer knows the current flowrate.

Are you saying i need to modify my output scale from 0-16383 to 3277-xxxxx and just tweak the numbers until my output is correct?
 
curlyandshemp said:
On your SCP to the analog output channel
try
Scaled Min = 3120
Scaled max = 15600

That should get you close to 4-20ma output

ok, thats what i was doing in the field and it just struck me as odd that i needed to adjust the scales so drastically. thats what i'll do tho. thanks
 

Similar Topics

Hey guys I 'm having problems getting a valve to move that has a DVC6200 actuator connected to it via a MicroLogix 1762-OF4 PLC card. I can move...
Replies
18
Views
5,511
Hi, I have a 1762-OF4 A/O Module connected to my ML 1400. The module is configured through RSLogix 500 and wired properly per the UM. The problem...
Replies
17
Views
4,140
Hello, i have a 1762-of4 connected to a ml1100. i setup an scp instruction with n7:0 min 0 max 32760 scaled min 0 scaled max 10 output...
Replies
4
Views
2,173
I have and OF4 configured for 4-20mA. How can I test the current output from a 1762-OF4 on the lab bench. i.e. the OF4 does not have a load...
Replies
15
Views
4,647
The Allen Bradley Analog Output module 1762-OF4 with a ML1200 processor, when using old version of RSLogix 500 (5.5) no window comes up to...
Replies
6
Views
6,672
Back
Top Bottom