Basic Training (Technical)

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 10

BASIC TRAINING

By Iwan Prasetyo Wibowo


INPUT/OUTPUT

 Input :
 Digital Input
 Analog Input

 Output :
 Digital Output
 Analog Output
DIGITAL INPUT

 Description : PLC Input thats only have 2 condition (ON


or Logic 1 & OFF or Logic 0)
 Digital Input :
 HMI (Human Machine Interface) : Push Button, Selector
Switch, Touch Screen, SCADA, etc.
 Feedback/ Sensor : Limit Switch, Proximity Switch, etc.
 Sink/Source :
 Sink : True/ON = Logic 1
 Source : True/ON = Logic 0
ANALOG INPUT

 Description : PLC Input thats use 4-20mA, 0-10V, 0-


20mA, RTD, PT100, etc. (Have many values)
 Analog Input :
 Sensor : Temperature sensor (PT100, RTD, etc), 4-
20 mA, 0-20mA, 0-10V, flow sensor, etc
DIGITAL OUTPUT

 Description : PLC Output thats only have 2 condition


(ON or Logic 1 & OFF or Logic 0)
 Digital Output :
 Device : Motor, Solenoid Valve, Relay, Contactor, etc.
 Sink/Source :
 Sink : True/ON = Logic 0
 Source : True/ON = Logic 1
ANALOG OUTPUT

 Description : PLC Output thats use 4-20 mA, 0-10V, 0-


20mA, have many values
 Digital Output :
 Device : Flow Control Valve, etc.
CONTROL

 Hard Wire : Control by wiring Hardware


 Use Controller : Control by Program (PLC, DCS, Smart
relay, etc)
QUESTION

 What is NO (Normally Open)


 What is NC (Normally Close)
COMMUNICATION

 SCHNEIDER M221 :
 ModBus Serial(RS232 / RS485)
 Modbus TCP (Ethernet)
 USB
PRACTICE

 Create Start/Stop Ladder with 2 button


 Create Start/Stop Ladder with Emergency Stop

You might also like