Sei sulla pagina 1di 3

Menu

1 of 1

http://plcguide.mrplc.com/menu.shtml

Menu
Command Index
Basic Instructions
Timer & Counter
Compare
Data
Math
Register and Sequencer
Program Control
Communication
Programming References
Example Programs
PLC GuestBook
Links
Down Loads

Send Comments

2001-2006
All Rights Reserved
Your IP Address is: 117.222.1.67

02-07-2013 16:14

PLC Programming Command Guide Reference Web Site

1 of 2

http://plcguide.mrplc.com/prgcon/mcr.html

Master Control Reset Instruction (MCR)


[Introduction Page] [Command Index] [Programming References]

The Master Control Reset (MCR) instruction is used in pairs to create zones that
clear all set outputs within that zone; i.e., it turns off all the non-retentive outputs
in the zone. Non-Retentive outputs do not retain their memory when
de-energized and are reset. The rungs contained within the two MCR commands
called a zone are still scanned, but the scan time is reduced due to the false state
of non-retentive outputs.
The symbol for the Master Control Reset command is illustrated above. The MCR command
is
placed on the right side of the rung. This output instruction is used to set up areas or "zones" of your
ladder program where all non-retentive outputs may be disabled at the same time for the same length of
time. MRC's are used in pairs, one MCR is used to define the start of the ladder area to be affected and
one MCR to define the end of the area.
An input instruction is programmed on the rung of the first MCR to control rung logic continuity. When
the rung goes "false" all set outputs within that zone are scanned as false i.e. all non-retentive outputs
within the controlled zone are disabled. When the rung goes "true" all rungs are scanned according to
their normal rung conditions.
The Master Control Reset ID numbers, -32,768 to +32,767, are assigned to the MCR command by
positioning the cursor to the right of the Master Control Reset ID in the command and then double
clicking the left mouse button. This opens a text box so that the constant value for the source may be
typed.
The ending MCR instruction must be the only instruction on the rung.

WARNING!
Do not use conditional logic before an ending MCR instruction.
The MCR instruction is not a substitute for a hard-wired master control relay that provides
emergency stop capability.
MCR controlled areas must contain only two MCR instruction- one to define the start and one to
define the end.
When editing a rung that contains an MCR instruction, both the MCR start and MCR end rungs
must be edited at the same time.
If you start instructions such as timers or counters in an MCR zone, instruction operation ceases
when the zone is disabled. The TOF timer will activate when placed inside of a false MCR zone.

Example Problem
02-07-2013 16:14

PLC Programming Command Guide Reference Web Site

2 of 2

http://plcguide.mrplc.com/prgcon/mcr.html

Use the MCR command to isolate a section of a program.

In this example, when I:1/1 is TRUE the Master Control Reset command allows normal scan with normal
effects on the outputs. A false input to the first MCR command, disables any outputs within the zone
(O:2/1).

[Back] [Next Command]

02-07-2013 16:14

Potrebbero piacerti anche