plc software

8
BASIC PLC TWIDO SOFTWARE Schneider Electric Automation Business 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.

Upload: ahmad-hidayat

Post on 27-Sep-2015

10 views

Category:

Documents


6 download

DESCRIPTION

plc

TRANSCRIPT

  • BASIC PLC TWIDO

    SOFTWARE

    Schneider Electric Automation Business

    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

    Tujuan konfigurasi adalah menentukan parameter-parameter yang sesuai dengan kemampuan PLC dan juga sesuaidengan kebutuhan kita, misalnya :1. Type PLC yang dipakai2. Penggunaan memory3. Mode operasi4. Port komunikasi yang dipakai5. Modul-modul tambahan yang terhubung dengan PLC :

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

    Twidosuite

    Schneider Electric Automation Business

    TSXPCX 1031

    TwidoSuite

    TwidoSuite, Computer and Twido

    Serial port (COM)

  • Schneider Electric Automation Business

    Overview

    Schneider Electric Automation Business

    Create A New Project (1)

  • Schneider Electric Automation Business

    Nama project

    Tempat menyimpan file

    Actions frame

    Project information main pane

    Create a New Project (2)

    Schneider Electric Automation Business

    Graphic pane

    Product catalog pane

    Describe application

  • Schneider Electric Automation Business

    Error list box

    Application steps bar Program substeps bar Taskbar

    Program application

    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