analogue I/O

jeepmadmike

Member
Join Date
Mar 2005
Posts
29
Hi just a wondering if anyone can give me some clues for using & programming Analogue current I/O on allen bradley slc 500 series plc's
 
A lot depends on the particular I/O cards you're using, use the link JohnW provide to get the manual for the card(s) you plan on using. The manuals are pretty good, have setup information, example ladder and so forth.


After you've done that, give it a try, and come back with specific questions, someone will help you over the bumps.


Ken
:site:
 
The basic procedure isn't clearly identified in the manual. It isn't too tough, but you have to do a few steps:

1) Define the I/O card and the range and the channels being used in the I/O menu.

2) for inputs you can read the data directly from the I/O channel address. You should scale the data to get engineering units. The data range depends on the I/O card type and the way you set the configuration.

3) For outputs you need to convert the engineering units to data, and as with inputs the data range for 0-100% output signal depends on card and set up.

4) Within the program you can use compares for alarms or other logic, math operations on the data, PID control, whatever is required.
 

Similar Topics

Hi, I have a ControlLogix system with 1756-IF16 analogue inputs. I can't scale the inputs at the card as there is a requirement to facilitate...
Replies
14
Views
431
Dear community, I am trying to find a tool for Allen-Bradley PLCs similar to SiVArch for Siemens PLCs to automatically generate faceplates and...
Replies
0
Views
114
I am using Mitsubishi PLC :FX3g and downloaded the program in it. When I connect Mitsubihi FX2N-4DA expansion module, it lost its communication...
Replies
3
Views
274
Hi All, I am working on a small PLC system having Compact Logix LE33 PLC having only two IF4 card. Some of these channels are used for 4 - 20...
Replies
4
Views
1,170
Hello guys I am just wondering do I need to set up each channel configuration, including enabling the channel , ranging … if I have already...
Replies
8
Views
2,030
Back
Top Bottom