You are on page 1of 4

Laporan Praktikum

Group 1
Nama :………………………… NIM : …………….
Tgl: Programmable Logic Controller
: ………………………... : ……………

JOBSHEET 1

I. Simulator

PROGRAMMABLE LOGIC CONTROLLER 1/3


II. Connection

III. Configuration

Number of Input : 8
Number of output : 4

Sensors Actuators Conn. To PLC port Description


Tombol0 I0.0
Tombol1 I0.1
Tombol2 I0.2
Lampu0 O0.0
O0.1

IV. Flowchart
AND

OR

PROGRAMMABLE LOGIC CONTROLLER 2/3


V. Allocation list

Absolute operand Absolute operand Symbolic operand note / comment


(input) (output)
O0.0 IO_BIT_0 Move red
O0.1 IO_BIT_1 Move blue
O0.2 IO_BIT_2 Switch reverse direction (red)
O0.3 IO_BIT_3 Switch reverse direction (blue)
O0.4 IO_BIT_4 Mark the treasure
I0.0 Tombol00

I0.1 OI_BIT_1 Treasure on blue bar


I0.2 OI_BIT_2 Treasure on both bars (crossing)
I0.3 OI_BIT_3 Start position for blue bar
I0.4 OI_BIT_4 Start position for red bar
I0.5 OI_BIT_5 End position for blue bar
IO.6 OI_BIT_6 End position for red bar

VI. Sequence table (only 1 Input or Output is allowed to change in a row)


Drilling assignment
AND

Sequence Input output


I0.0 I0.1 I0.2 I0.3 I0.4 I0.5 I0.6 O0.0 O0.1 O0.2 O0.3 O0.4

0
1 0 0 0 0 0 0 0 0 0 0 0

0
2 0 0 0 1 1 0 0 0 0 0 0

0
3 0 0 0 0 0 0 1 0 0 0 0

0
4 0 0 1 0 0 0 1 0 0 0 0

0
5 0 0 1 0 0 0 1 1 0 0 0

1
6 0 0 0 0 0 0 1 0 1 0 0

OR

VII. Listing Program (ladder)


AND

PROGRAMMABLE LOGIC CONTROLLER 3/3


VIII.Statement List (anweisungsliste)
AND

PROGRAMMABLE LOGIC CONTROLLER 4/3

You might also like