Testing A PLC's Card

PEFL

Member
Join Date
Jun 2012
Location
Florida
Posts
2
I'm new to PLCs. I took some Allen-Bradley classes and did fine as far as getting things to work. Now I am at work and my job has installed a new card on an existing chassis. We hooked up a meter that gives a 20ma input signal. I opened the existing program and tried to add a rung just to see if I can connect to the signal, but every time I verified the wrong I get an error. Such as I can't use and input I have to use a binary. I use a binary and it is not in the database. I tried to use a counter for the signal but once again I get a error that it is not in the database. What am I doing wrong?

Thanks in advance
PEFL
 
It's Allen-Bradley 8 input analog card. We hooked the signal up to 0 on slot 7.

I tried I:7/0 and also tried B7.0...

When I used I:7:0 and verified the rung it said I had to use Binary. So I tried B7.0 and it said not in database.

I hope that helps.


Thanks
 
PEFL, welcome to the forum.

As Gil47 requested you are going to have to provide the forum with the
complete catalog number of your PLC. Also the complete catalog number of your analog card.

Also tell us the error you are getting, what it says. And what rung is giving you this error.

It would also help if you can post the program,it's .RSS file . Zip it first then post.
 
Last edited:
I assume it's an SLC-500 controller, then.

The addressing format for the Input data file is I:Slot.Word/Bit.

Remember that the CPU is in Slot 0, so the I/O modules start numbering at Slot 1.


Addressing the entire Word or a single Bit depends on what you're trying to do. For analog cards, you will generally be addressing an entirely Word (16 bits), rather than choosing an individual Bit like you would on a discrete I/O card.

You don't really need any logic to view the input data; just open up the data table viewer and look at the Input data file.
 

Similar Topics

Hello all! New user as of a day ago, first post! Just wondering if anyone has ever purchased and / or knows where to purchase a pre-built PLC...
Replies
9
Views
2,922
Hello. We had our fire suppression system trip last week (while we were snowed out of the plant), and it sprayed so much water that our PLC...
Replies
26
Views
5,986
I have a BTEC assignment that requires me to answer the following question: Relating to PLC programming standards and/or commercial products...
Replies
11
Views
2,661
Hello! I've made a program to control fan with temperature sensor and humidity control with humidity sensors. Now i need to order some sensors...
Replies
0
Views
1,022
I have two AB MicroLogix 1500s that I want to be able to communicate with each other via two Transnet 900 radios (one master, one remote). Using...
Replies
2
Views
1,610
Back
Top Bottom