ML 1400 & 1762-OF4 Operation

caleno

Member
Join Date
Mar 2010
Location
NJ
Posts
36
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 I have is that I do not know how to enter the scale values to get 4-20mA from the module. Can anyone please show me step by step what function do I need to set this it up? I need to be able to select 8mA, 12mA, 16mA & 20mA. Where should these values be stored? Please provide a link or screenshot on how this should be done. Thank you in advance.
 
Raw/Proportional
Data Table Value Voltage/Current Value
32767 10.5 Volts
31206 10 Volts
0 0 Volts
32767 21 mA
31206 20 mA
24965 16ma
18724 12ma
12482 8ma

6241 4 mA

0 0 mA

Scaled for PID
Data Table Value Voltage/Current Value
16383 10.5 Volts
15602 10 Volts
0 0 Volts
16383 21 mA
15602 20 mA
12482 16ma
9361 12ma
6241 8ma

3120 4 mA

0 0 mA

Writing to the module's output word, depends on where it is located. (slot # ??)
If you can tell us that or post the .RSS file ( zip it first) someone can tell from that.

The above raw data written to the card will depend on how you have configured it
"Raw Proportional" or "Scaled for PID"
 
Last edited:
Guys Thank you so much for the help. I actually used the info at the thread below. It shows exactly what I needed to know. Now I am using the SCP instruction for my 1762-OF4 and it is working fine.
The problem I have now, is that I am also using a 1762sc-OF8 module. It is properly configured and working with the PLC and RSLogix 500. The problem I have here is the scaling again. Shouldn't the scaling used for my 1762-OF4 work for this module as well? I tried to use it, except that I changed the Output from O:2.0 (1762-OF4) to O:1.0 (1762sc-OF8). the mA value I get is different on both modules. Shouldn't one scaling work for both modules?


http://www.plctalk.net/qanda/showthread.php?t=36263
 
Mickey, I am using the SCP instruction and

Raw/Proportional
31206 20 mA
24965 16ma
18724 12ma
12482 8ma
6241 4 mA

That worked fine with my 1762-OF4, but not with the 1762sc-OF8. How should I work the 1762sc-OF8 module?
 
You do realize that you will have to run a configuration file on PLC boot so the SC OF8 card will work? That is the configuration before you can mess with anything else.
 
Mickey, attached is a screenshot of the SCP instruction I am using with the 1762-OF4. N7:4 carries the value that changes the output mA value. Currently it has 20015, which gives me 20mA reading. So
20015 = 20mA
17000 = 16mA
14000 = 12mA
11000 = 8mA.
Now that I am using the scale above. How can I use it or modify it to work with the 1762sc-OF8 to obtain the same mA output reading on both modules?

Thank you

1762-OF4 SCP.GIF
 
Why are you using an "SCP" instruction?

I don't understand the 8000 to 20000 range numbers.

Where does N7:4 get it's values from?
 
Hi padees, the configuration file is already done and working. My power LED on the module is steady on as should be. I do get an output from module 1762sc-OF8, it is just not matching the 1762-OF4.
 
Is the 1762-OF8 configured for "Raw Proportional"?

If so a "MOV" instruction is all you need

Source N7:4 (value 31176 = 20ma)
Destination O:2.0

A "MOV" instruction is all you need for the 1762-OF4 also

Source N7:4 ( value 31206 = 20ma
Destination O:2.0
 
Why are you using an "SCP" instruction?

I don't understand the 8000 to 20000 range numbers.

Where does N7:4 get it's values from?

I got the SCP instruction from this link and it worked.

http://www.plctalk.net/qanda/showthread.php?t=36263

N7:4 values' are pre-programmed. I chose those values cause they gave me the 4, 8, 12, 16 & 20 mA.
Please indicate if I should use a different way. thanks.
 
Now if you are using N7:4 to hold the ma value then the SCP instruction will work for you.

Input min 4 (4000 would also work ,suit yourself)
Input max 20 (20000 would also work, suit yourself)

Scaled min 6241
Scaled max 31206
 
Last edited:

Similar Topics

Hi I need to wire module 1762-OB16 (DC Source Output Module). The module is connected to my ML 1400 PLC. I am a bit confused with the wiring, on...
Replies
1
Views
1,658
Hi all, I have a Micrologix 1400 BWAA and the correct software for it. I would like to learn to program PWM to control a stepper. I am currently...
Replies
3
Views
2,599
Dear Sirs, i have a problem with my micrologix 1400 with analog input 1762 if4 . I have set the hardware jumper for Volt and i added the...
Replies
2
Views
2,691
Hi Need help. I'm new to the plc progamming specifically Allen Bradley PLC. I am planning to create a control for an oven. using Micrologix PLC...
Replies
4
Views
2,511
We have an application using a ML1400 with five 1762 I/O modules attached. We've run out of space in the panel and would like to locate some I/O...
Replies
5
Views
5,091
Back
Top Bottom