Programming a micrologix 1200.

Mporter4

Member
Join Date
Sep 2011
Location
georgia
Posts
39
I need some help with a plc I am working on.... I would like to have 4 push buttons send different analog output signals at one output channel.

example p/b-1 would be say 6ma output> ch.1
p/b-2 would be say 12ma output> ch.1
etc.
I used a mov block and I was just simulating WITH N7.2 and monitoring with N7.3 registers and saw that when the rung was true I saw the value I was looking for but when the rung went false it stayed there and did not go to zero?


 
What happens when you have two or more PB's on at the same time? Something to consider if you haven't already.
 
He means have another network that if all the buttons are off it moves 0 into you N register. In its simplest form 4 XIO contacts in series with the MOV.
 
do you want the output to stay at the last setpoint or do you want it to go to zero when there is no button pushed? If you want it to go to zero than move a 0 into n7.??
slow.......... fingers LOL
 
Last edited:
Do you only want a non zero value when a button is pressed? And a zero value when no buttons are pressed. If so, you can do what cbuysse suggested and move a zero value into your register when there isn't any buttons pressed.
 

Similar Topics

Hi, The MicroLogix 1200 has a Com 0 port and a "HMI/programming port". When looking at the PLC, there is a port on the left side and a port on...
Replies
6
Views
1,756
In micrologix1200 I have only one communication channel so that I do not unable to configure the PLC with Modbus rtu slave driver without losing...
Replies
9
Views
4,280
Hello, Does anyone know if can use a : TSXCUSB48 + TSXCRJMD2 (Telemecanique Cables, the first one is a USB->RS485 and the second one is a...
Replies
3
Views
2,152
I have a customer that has equipment that has AB micrologix 1200 plc installed in it. I am looking for a way to obtain the software for it. I was...
Replies
3
Views
2,154
I have an AB Micrologix 1200 unit. I understand I need to purchase a $ 700.00 software package to program this unit. Is there a cheaper software...
Replies
16
Views
13,925
Back
Top Bottom