Output Relays (Y); Auxiliary Relays (M) - Delta AS Series Operation Manual

Hide thumbs Also See for AS Series:
Table of Contents

Advertisement

A S S e r i e s O p e r a t i o n M a n u a l
2.
Direct input: The state of a direct input is read by the PLC during the execution of the instructions. For
example, LD DX0.0.

5.2.5 Output Relays (Y)

 Output function
The output sends the ON/OFF signal to drive the load connected to the output, such as an external signal
lamp, a digital display, or an electromagnetic valve. There are four types of outputs: relays, transistors
(NPN and PNP), and TRIACs (thyristors). You can use the output contact A or contact B several times in
the program. Use output Y only once in the program; otherwise, according the PLC's program-scanning
principle, the state of the output depends on the circuit connected to the last output Y in the program.
 Output number (the decimal number)
For the PLC, the output numbers start from Y0.0. The number of outputs varies with the number of outputs
on the digital input/output modules. The outputs are numbered according to the order in which the digital
input/output modules are connected to the PLC. The maximum number of outputs on the PLC is 1024, and
the range is between Y0.0 and Y63.15.
An output that is not used as an output device can be used as a general device.
_5
 Output types
Outputs are classified into two types.
1. Regenerated output: The state of a regenerated output is not written until the program executes the
instruction END according to the states of the outputs. For example, OUT Y0.0.
2. Direct output: The state of a direct output is written by the PLC during the execution of the instructions
according to the states of the outputs. For example, OUT DY0.0.

5.2.6 Auxiliary Relays (M)

The auxiliary relay has contact A and contact B. It can be used several times in the program. You can combine
the control loops with the auxiliary relay, but you cannot drive the external load with the auxiliary relay. You can
use the auxiliary relays in either of two ways.
1. For general use:
2. For latched use:
5 - 1 2
In general use, if an electrical power interruption occurs when the PLC is running,
the auxiliary relay is reset to OFF. When the power is restored, the auxiliary relay
remains OFF.
In latched use, if an electrical power interruption occurs when the PLC is running,
the state of the auxiliary relay states for latched use is retained. When the power
supply is restored, the state remains the same as before the power interruption.

Advertisement

Table of Contents
loading

Table of Contents