Micrologix1200 help please

ceilingwalker

Lifetime Supporting Member
Join Date
Mar 2010
Location
Phoenix, AZ
Posts
1,586
Good day all. I am troubleshooting a Micrologix1200 (1762-L40BWA) with a Bul.1762, ser C processor. I have two questions, please. I have the publication 1762-UM001G-EN-P-March 2011 manual and have perused it but I can't find this info. First, it has two expansion modules. I have disconnected the ribbon cable from the PLC and attempt to create a new project. When I do and I select "Read I/O Config" from the I/O config page, it still shows the expansion modules, even though they have been disconnected. I looked for possible jumpers or dip switches but could not find any. I found dip switches on the expansion modules but not on the PLC itself. I checked to see if somehow it was configured on an image table some where but found nothing. The reason this is significant is because I am getting a processor error that says "The controller can not communicate with expansion I/O module 1". I was trying to determine if the problem is in the ribbon cable, which it doesn't appear to be.
Second, when I turn on and off the inputs, the LED's on the control light and extinguish however, watching the I/O image table, it does not update. This could be attributed to the faulted processor but I am not sure. I appreciate any help that can be offered. Thank you.
 
Another question, please. The trim pots on the front of the control are supposed to allow modification of the data within the controller. What exactly does that mean? Thank you
 
is this thing on any sort of network? ... and if it is, are you absolutely SURE that you're connecting to the right processor? ...

when I turn on and off the inputs, the LED's on the control light and extinguish however, watching the I/O image table, it does not update.

most processors that use RSLogix500 must be in the Run mode in order to update their input tables ... note that this is different from most PLC-5 processors that you might be more familiar with ...
 
Last edited:
most processors that use RSLogix500 must be in the Run mode in order to update their input tables ... note that this is different from most PLC-5 processors that you might be more familiar with ...

Yup, that was it. With the PLC-5 and the SLC500 processors I have worked with I was able to use Remote Program and it worked. I had to put this in Run, which it wouldn't do because the processor was in fault mode. I cycled power to the PLC and the fault went away. All I did was remove the ribbon wire connector and then put it back. Must have been something in there it didn't like. Thanks Ron
 
The trim pots have an address in the function files section under the TPI tab, you can use this address in your program as a analog value,

Alan

Could you please give me an example. I am still having trouble wrapping my head around this. Thanks Alan.
 
The trim pots are addressed as "TPI:0.POT0" and "TPI:0.POT1". These are 16-bit integer registers that contain the current positions of the two single-turn potentiometers. The range is 0 (fully CCW) to 250 (fully CW).

You can use these addresses in any instruction that reads a word address. The following would turn on the output if the pot is turned past the halfway point.

tpi.JPG
 
one example of an actual use would be to scale the input value appropriately – then feed the results into the Preset of a timer ... this way a technician could "tweak" the timing of a machine without needing RSLogix500 software – or an HMI to make the change ...
 
I really wish we had a way to give a thumbs up to a post that helps us or we like to help weight the answers/comments in the forum. Thanks for the examples Kolyur and Ron.\\

(y)


Kraken Fan #69
 
Thank you for this information. I wasn't able to try it until today. That's a pretty cool feature! Also, comparing and contrasting the RSLogix500 from a SLC500 and this Micrologix1200, there are many things that are different. I was under the assumption (never had to any serious work on the Logix1200) that they were identical. You all have helped a lot. Thanks again.
 

Similar Topics

Hi Guys, This is my first post here. I'm fairly new at PLC programming and am having some trouble with AB Micrologix1200. I have a 1762-24bwa. In...
Replies
5
Views
3,461
Hello to everyone... I have a basic understanding of RSLOGIX 500 programming, and very little of Panelviews. I am migrating from...
Replies
2
Views
1,727
Hello let me explain my problem. I just got tossed into a somewhat complicated job because the person that normally does the writing is on...
Replies
5
Views
3,828
Hello; I'm programming a 1200 with RSLogix and a InView Panel 2706-P42R with Inview Messaging Software. I'm struggling with how to make the plc...
Replies
5
Views
4,168
I have a micrologix 1200 that will run one of three different timing sequence, depending on which input is triggered. I'm trying to find the best...
Replies
6
Views
3,456
Back
Top Bottom