Help - Search - Members - Calendar
Full Version: Micro 1200
Forums.MrPLC.com > PLCs and Supporting Devices > Allen Bradley
mr_electrician
Hi, I am wiring a new MicroLogix1200 PLC (1762-L40BXB). This is a new processor for me as I am use to SIEMENS. Can someone tell me what terminal number the following addresses go on.

I:0.1/0
I:0.1/1
I:0.1/2
I:0.1/3

I am pretty sure I have the other addresses I am using figured out.
pabeader
Since:
I:0.0/0 = IN 0 and
I:0.0/15 = IN 15

Then

I:0.1/0 = IN 16
I:0.1/1 = IN 17
I:0.1/2 = IN 18
I:0.1/3 = IN 19
Alaric
I:0.0/0
File:Slot.Word/bit

A word is 16 bits. The Ms on board IO is slot 0. When you run out of bits in word 0, you use the next word, word 1.

However, you can enter shorthand addressing at any time. I:0.1/1 is the same as I:0/17. If you also want your ladder display to show the shorthand address right click in any blank space in your ladder window, select properties, and configure your display to show your address in shorthand notation.



pabeader
notworthy.gif


but he did ask WHERE...
mr_electrician
QUOTE(pabeader @ Jul 9 2008, 08:21 AM) [snapback]71307[/snapback]

Since:
I:0.0/0 = IN 0 and
I:0.0/15 = IN 15

Then

I:0.1/0 = IN 16
I:0.1/1 = IN 17
I:0.1/2 = IN 18
I:0.1/3 = IN 19

Excellent, thats what I figured but wanted to be sure. Thank you thumbsupsmileyanim.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.