indra nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/lecture...

20
1 Indra Nisja

Upload: others

Post on 20-Mar-2020

18 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Indra Nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/Lecture Notes/KEJURUTERAAN... · Indra Nisja. Typical PLC Input Scheme. Typical PLC Output Scheme. Rule

1

Indra Nisja

Page 2: Indra Nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/Lecture Notes/KEJURUTERAAN... · Indra Nisja. Typical PLC Input Scheme. Typical PLC Output Scheme. Rule

Typical PLC Input Scheme

Page 3: Indra Nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/Lecture Notes/KEJURUTERAAN... · Indra Nisja. Typical PLC Input Scheme. Typical PLC Output Scheme. Rule

Typical PLC Output Scheme

Page 4: Indra Nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/Lecture Notes/KEJURUTERAAN... · Indra Nisja. Typical PLC Input Scheme. Typical PLC Output Scheme. Rule
Page 5: Indra Nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/Lecture Notes/KEJURUTERAAN... · Indra Nisja. Typical PLC Input Scheme. Typical PLC Output Scheme. Rule

Rule 1. Input devices are placed on the left corner of the rung.

Rule 2. One (and only one) output is placed in the right corner

of the rung.

Page 6: Indra Nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/Lecture Notes/KEJURUTERAAN... · Indra Nisja. Typical PLC Input Scheme. Typical PLC Output Scheme. Rule

Rule 3. Input devices can be connected in either series, parallel,

or combination series/parallel forms.

Rule 4. Only parallel output devices can be placed in a rung.

incorrectcorrect

Page 7: Indra Nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/Lecture Notes/KEJURUTERAAN... · Indra Nisja. Typical PLC Input Scheme. Typical PLC Output Scheme. Rule

Rule 5. While input devices can be represented multiple times in

the relay logic diagram, each output device can only be

represented once in the diagram.

Rule 6. All the input and output devices must be placed

horizontally.

Page 8: Indra Nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/Lecture Notes/KEJURUTERAAN... · Indra Nisja. Typical PLC Input Scheme. Typical PLC Output Scheme. Rule

Rule 7. Current in the relay logic diagram must flow from left to right.

Rule 8. Diagrams must be numbered and commented correctly.

Page 9: Indra Nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/Lecture Notes/KEJURUTERAAN... · Indra Nisja. Typical PLC Input Scheme. Typical PLC Output Scheme. Rule

Rule 9. The location of each contact associated with a coil can

be specified.

Page 10: Indra Nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/Lecture Notes/KEJURUTERAAN... · Indra Nisja. Typical PLC Input Scheme. Typical PLC Output Scheme. Rule

Contact and Coil I/O Programming Examples

Page 11: Indra Nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/Lecture Notes/KEJURUTERAAN... · Indra Nisja. Typical PLC Input Scheme. Typical PLC Output Scheme. Rule
Page 12: Indra Nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/Lecture Notes/KEJURUTERAAN... · Indra Nisja. Typical PLC Input Scheme. Typical PLC Output Scheme. Rule
Page 13: Indra Nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/Lecture Notes/KEJURUTERAAN... · Indra Nisja. Typical PLC Input Scheme. Typical PLC Output Scheme. Rule
Page 14: Indra Nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/Lecture Notes/KEJURUTERAAN... · Indra Nisja. Typical PLC Input Scheme. Typical PLC Output Scheme. Rule
Page 15: Indra Nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/Lecture Notes/KEJURUTERAAN... · Indra Nisja. Typical PLC Input Scheme. Typical PLC Output Scheme. Rule
Page 16: Indra Nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/Lecture Notes/KEJURUTERAAN... · Indra Nisja. Typical PLC Input Scheme. Typical PLC Output Scheme. Rule
Page 17: Indra Nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/Lecture Notes/KEJURUTERAAN... · Indra Nisja. Typical PLC Input Scheme. Typical PLC Output Scheme. Rule
Page 18: Indra Nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/Lecture Notes/KEJURUTERAAN... · Indra Nisja. Typical PLC Input Scheme. Typical PLC Output Scheme. Rule

If one input is on, nothing happens

If any two input are on, a red pilot light goes on

If any three input are on, an alarm siren sounds

If all four input are on, the fire department is notified

Page 19: Indra Nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/Lecture Notes/KEJURUTERAAN... · Indra Nisja. Typical PLC Input Scheme. Typical PLC Output Scheme. Rule

Instruments Mitsubishi A series

STR Store (start a new rung of a ladder

diagram)

LD Start rung with an open contact

OUT Output OUT output

AND Series components AND Series elements

OR Parallel components OR Parallel elements

NOT Inverse action (used in conjunction

with other instructions to invert

their function, e.g. ANDNOT

=NAND function.

..I As for NOT, e.g; ORI meaning

NOR function

ORB Or together parallel branches

AND And together series circuit blocks

Some typical instruction sets for Texas Instrument and

Mitsubishi are given in Table

Page 20: Indra Nisja - portal.unimap.edu.myportal.unimap.edu.my/portal/page/portal30/Lecture Notes/KEJURUTERAAN... · Indra Nisja. Typical PLC Input Scheme. Typical PLC Output Scheme. Rule