1762OF4 Analog Output

You can configure these modules for "Raw/Proportional" or for "Scaled for PID".

In "Raw/Proportional" mode the full scale output is a 16-bit signed integer, so +32767 counts = Full Scale Output.

The "Scaled for PID" means that they are scaled to take the full scale output of an SLC/MicroLogix PID instruction, which is 16383 for Full Scale Output.

Here's the tricky part, which is why there are a couple of Knowledgebase documents about it (38470 and 34193):

Full Scale is 10.5 volts (in Voltage mode) or 21 mA (in Current mode).

So even though the module is nominally a "0-10V DC" module, the full scale output value will actually generate 10.5 volts.

If you take into account the extra half-volt or extra milliampere, you'll get your best results.
 
The excerpt from the Knowledgebase that I always write down when I'm using these modules:

Code:
Raw/Proportional

Data Table Value   Voltage/Current Value

    32767                10.5 Volts
    31206                10   Volts
    0                     0   Volts

    32767                21 mA
    31206                20 mA
    6241                  4 mA
    0                     0 mA
 
Last edited:
Thanks Ken.
I'm using the Raw/Proportional and 4-20MA.
I'm not getting the correct mA from the card.
0 - 0% - 0mA
8191 - 25% - 5.2mA
16838 - 50% - 10.5mA
24575 - 75% - 15mA
32767 - 100% - 20mA
 
Thanks Ken.
I'm using the Raw/Proportional and 4-20MA.
I'm not getting the correct mA from the card.
0 - 0% - 0mA
8191 - 25% - 5.2mA
16838 - 50% - 10.5mA
24575 - 75% - 15mA
32767 - 100% - 20mA

See chart below

Remember 0 counts (raw data) = 0ma 0%
32767 counts (raw data) = 21ma 100%

If you are looking for % of 4-20ma then see chart 2

6242 counts (raw data) = 4ma 0% 0f 4-20ma

31206 counts (raw data) =20ma 100% of 4-20ma
 
Last edited:
Does the 1762-OF4 card require a Position Feedback to operate?
The reason I'm asking, I having a issue moving a actuated valve with this output card but I can move the valve with a 789 process meter.
If I source the valve and give it 12mA the valve will move half way.
So I thought it may be in the wiring of the PLC card.

Thanks again for your help
 
It may be in the wiring to the card. After a quick look at the manual for that card it looks like you have to make sure you are connecting to an amperage output and not a voltage output.

Bubba.
 

Similar Topics

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
109
Hi all. Customer wants analog faceplates really bad, even if we explained that it doesn't make much sense in his process. What he wants to see...
Replies
5
Views
110
I'm having trouble calming down 2 Tempo Sonics. I'm using Studio 5000 CompactLogix my Raw value is jumping around from 8575.0 to 8755.0 at a...
Replies
30
Views
1,134
I cannot add SLC500 analog input tag (I: 8.3) to EZSeries Touch Panel Editor (V 5.3). I used all the listed tag datatype but it all says "Invalid...
Replies
10
Views
257
Hi, I have questions. I have Analog Input that need to put into Ignition Designer. But I don't know how to put?
Replies
1
Views
118
Back
Top Bottom