Sei sulla pagina 1di 8

BASIC PLC TWIDO

SOFTWARE

TwidoSuite
TwidoSuite 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

Twidosuite
Tujuan konfigurasi adalah menentukan parameter-parameter
yang sesuai dengan kemampuan PLC dan juga sesuai
dengan kebutuhan kita, misalnya :
1. Type PLC yang dipakai
2. Penggunaan memory
3. Mode operasi
4. Port komunikasi yang dipakai
5. Modul-modul tambahan yang terhubung dengan PLC :
Real Time Clock (RTC), modul I/O tambahan, dll.

Schneider Electric Automation Business

TwidoSuite, Computer and Twido

TwidoSuite

Serial port (COM)

TSXPCX 1031

Schneider Electric Automation Business

Overview

Schneider Electric Automation Business

Create A New Project (1)

Schneider Electric Automation Business

Create a New Project (2)


Project information main pane

Nama project

Tempat menyimpan file

Actions frame
Schneider Electric Automation Business

Describe application
Product catalog pane

Graphic pane
Schneider Electric Automation Business

Program application
Program substeps bar

Application steps bar

Error list box


Schneider Electric Automation Business

BASIC PLC TWIDO

ADDRESSING

Taskbar

Pengalamatan I/O :

: 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

: Step bits

: 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

Schneider Electric Automation Business

Potrebbero piacerti anche