03. plc software.pdf

22
BASIC PLC TWIDO SOFTWARE

Upload: iman-fushshilat

Post on 28-Nov-2015

74 views

Category:

Documents


0 download

TRANSCRIPT

BASIC PLC TWIDO

SOFTWARE

Schneider Electric Automation Business

Twidosoft

• Twidosoft adalah software untuk memprogram PLC Twido yang dibuat oleh Schneider Telemecanique.

• Software ini dapat digunakan untuk memprogram semua type PLC Twido :

– Compact (TWDLCAA10DRF, dll) – Modular (TWDLMDA20DTK, dll)

• Namun sebelum memrogram PLC kita harus melakukan konfigurasi terlebih dahulu.

Schneider Electric Automation Business

Konfigurasi

Tujuan konfigurasi adalah menentukan parameter-parameter yang sesuai dengan kemampuan PLC dan juga sesuaidengan kebutuhan kita misalnya :1. Type PLC yang dipakai2. Penggunaan memory (pada PLC Twido Auto konfigur)3. Mode operasi4. Port komunikasi yang dipakai5. Modul-modul tambahan yang terhubung dengan PLC :

Real Time Clock (RTC), modul I/O tambahan, dll.

Schneider Electric Automation Business

Konfigurasi PLC Twido Secara Umum (1)

Secara umum konfigurasi PLC Twido adalah:• Hubungkan program (Twidosoft) dengan PLC melalui

kabel komunikasi multifungsi (TSX PCX 1031). Pilih menu switch pada TSX PCX 1031 di TER DIRECT (2).

• Ikuti langkah-langkah konfigurasi berikut hingga PLC siap untuk diprogram.

Schneider Electric Automation Business

Konfigurasi PLC Twido Secara Umum (2)

Schneider Electric Automation Business

Konfigurasi PLC Twido Secara Umum (3)

Schneider Electric Automation Business

Function Level Management

Schneider Electric Automation Business

Klik Kanan Pilih type PLC yang digunakan

Konfigurasi PLC Twido Secara Umum (4)

Schneider Electric Automation Business

Konfigurasi PLC Twido Secara Umum (5)

Klik Kanan Pilih type modulyang digunakan

Hal ini dilakukan jika kita akanmenambahkan modul tambahan pada Base Controller/PLC seperti : •Real Time Clock (RTC) cartridge•Memory cartridge & modul lainnya

Schneider Electric Automation Business

Klik Kanan

Konfigurasi PLC Twido Secara Umum (6)

Schneider Electric Automation Business

• Jika kita menggunakan pilihan komunikasiremote link maka kita gunakan address 0 (untuk Master)

♠ PLC telah terkonfigurasi dan siap diisi program

Konfigurasi PLC Twido Secara Umum (7)

Schneider Electric Automation Business

MAIN WINDOWTitle bar Menu bar

Main Toolbar

Application Browser Editor and Viewer Status bar

Schneider Electric Automation Business

APPLICATION BROWSERClose boxApplication name

Controller model

Serial portsExpansion modulesHardware options

Program editorSymbol editor

Animation tables editor

Print setup

Software configuration

Hardware configuration

Schneider Electric Automation Business

STATUS BAR

Schneider Electric Automation Business

LADDER VIEWER

Toolbar

Rung Header and Comments

Rung

Programming grid

Ladder elements

BASIC PLC TWIDO

ADDRESSING

Schneider Electric Automation Business

Pengalamatan I/O :

I : Input

Q : Output

x : Master (0) / Slave (1-7) controller

y : Base (0) / Expansion (1-7) I/0

z : I/O channel number

Schneider Electric Automation Business

Contoh :• %I0.0.5 : input bit no. 5 dari base controller.• %Q0.3.4 : output bit no. 4 dari modul I/O

tambahan dengan alamat modul tambahan 3 untuk base controller.

• %I3.0.1 : input bit no. 1 on remote I/O controller at remote link add number 3 for the base controller.

Schneider Electric Automation Business

Pengalamatan Bit :

M : Internal bits

S : System bits

X : Step bits

i : Number

Schneider Electric Automation Business

Contoh :

• %M25 = internal bit number 25

• %S20 = sistem bit number 20

• %X6 = step bit number 6

Schneider Electric Automation Business

Pengalamatan Word :

M : Internal words

K : Constant words

S : System words

W : Word (16 bit)

i : number

Schneider Electric Automation Business

Contoh :• %MW15 = internal word number 15

• %KW26 = constant word number 26

• %SW30 = system word number 30