JICAシニア海外ボランティア活動報告

1. シリアで行った活動

配属先の要請内容

ラタキア市の地中海沿岸、大きいシュロ並木が亜熱帯気候を示す       遊覧船の浮かぶ地中海、水は澄んできれいだ

地中海沿岸沿いの高層ビルディング                    ラタキア市役所付近

配属先、ティシュリーン大学の概要

Tishreen University Tishreen University

活動計画

  1. 講義
    • “Mechatronics Applications Using PIC Microcontroller” (4年生向)
    • “Automatic Control with Computer” (5年生向)
  2. USB制御プロジェクト
    • 応用制御基板作成、応用プログラム作成、データ収集装置作成
    • PC、USBインタフェース、PICによる自動制御装置作成
  3. ロボットアームプロジェクト
    • JICAに申請中の情報保持電池が到着すればロボットアーム初期化作業開始、PLC、ロボットアームなどを含むJICA無償援助装置稼動作業開始
    • サーボモータ使用ロボット指作成、ステップモータ制御応用(学生と共同)
  4. PID制御プロジェクト
    • モータのPID制御装置の製作
    • JICAに申請中の機材到着すればPID制御応用装置の製作
  5. 工場オートメーションプロジェクト
    • 学科は4年経過しているのでこれまでいくつもの工場オートメーション関連プロジェクトを完成させている。大学スタッフと学生が中心に進めているプロジェクトに前記(1)〜(4)プロジェクトの技術で参加する。
    • ネットワーク機能を持つPLCとモジュールの導入をJICAと大学に申請

活動結果

講義と講演

Apr. 22, 2008 (Tue): I attended the lecture meeting held at the Al-Baas University to introduce experience of Mechatronics Department of Tishreen University. Lecturer: Dr. Bassam, Dr. George, Dr. Moustafa, Dr. Khnessi and me.

Apr. 28, 2008 (Mon): I attended the lecture held at the Aleppo University to introduce mechatronics. Lecture title: Mechatronics Engineering. This lecture was held as one of series of presentations of the 50th year anniversary of the University.

USB制御プロジェクト

自動制御測定装置

  1. 応用基板作成、応用プログラム作成、データ収集装置作成
    • EZ-USB/FX2キットを使用
    • 新ICの採用: FT232RX
      USB-RS232変換ICは仮想COMポート機能を持ち プログラミングが大幅に簡単になる。
  2. PC、USBインタフェース、PICによる自動制御装置作成
    • High-precision analog I/O terminal for USB 2.0, AIO-160802AY-USB, product of CONTEC Co., Ltd を採用
  3. このプロジェクトは単独プロジェクトではなく他のプロジェクトの自動制御インターフェイス用として使われている。

ロボットアームプロジェクト

ロボット指プロジェクト ロボット指プロジェクト

PID制御プロジェクト

  1. PID制御プロジェクト
    • 現在あらゆる工業分野で制御技術が使われている。最も広く使われているのがPID制御である。 大学スタッフとも協議しデジタルPID制御プロジェクトを学科に提出した。
    • PID制御とは比例(P)、積分(I)、微分(D) controller (Proportional-Integral-Derivative controller)のことであり、 設定値と実測値の差(Error)が最小になるように、差の時間変化に対して比例、積分、微分演算を行った成分の和を制御対象に加える制御方式を言う。
    • 輸入品に頼らず Made in Syria を作る目的で基礎から出発、最も多くの時間を使ってハードウェア、ソフトウェアをつくり精密な実験を行った。 その結果、優れた実験結果とそれに整合するシミュレーション特性を得た。結果は学術論文水準のものである。
    • 大学では仕事の結果を共著論文にすることが最も確実な技術移転になる。
  2. 技術論文6編まとめる作業完了(Dr. George(当初のカウンターパート、後メカトロニクス学科長)と共著)
    • Characteristics of PIC PWM controller measured by USB based data acquisition system
    • Basic simulation of ideal digital PID controller
    • DC motor speed control by PIC based digital PID controller
    • Dynamic response of DC motor startup characteristic examined by simulation and experiment
    • DC motor PID controller with locked anti-phase PWM driver
    • DC motor position PID controllers examined by experiment and simulation
  1. 技術論文1(PWM制御特性)
    Characteristics of PIC PWM controller measured by USB based Data acquisition system
  2. 概 要

    • 測定装置の写真(上からPIC Programmer, DC motor, PIC16F88 board, I/O board, 入出力ターミナル、PC制御画面)


    PWM output (duty cycle = 25 %)
    Current flow of motor (duty cycle = 25 %)

     

  3. 技術論文2(PIDシミュレーション)
    Basic simulation of ideal digital PID controller
  4. 概 要

    • シミュレーションシステムは次のようなステップで制作された。
    • PID基本式 >> デジタル(有限要素法)表現 >> C言語プログラム

    Block diagram of PID controller and process

    基本方程式

    デジタル表現の式

     

  5. 技術論文3(PIDスピード制御)
    DC motor speed control by PIC based digital PID controller
  6. 概 要

    • DCモータのPIDスピード制御特性を測定する実験装置のブロックダイアグラムと実験装置の写真を示す。
    • DCモータのPIDスピード制御ステップ応答特性を下図に示す。

    Dynamic responses of the revolution against step function type PWM signal

    Dynamic responses of the revolution against step function type PWM signal for TI=0.8, 0.5, 0.3, 0.2 and 0.1. KP=1.4. PWM frequency was 240 Hz.

    Dynamic responses of revolution with PI controller against step function type PWM signal Dynamic responses of revolution with PI controller against step function type PWM signal for the set variable = 634 (3311 rpm) and 701 (3661 rpm). PWM frequency was 240 Hz.

     

  7. 技術論文4(DCモータシミュレーション)
    Dynamic response of DC motor examined by simulation and experiment
  8. 概 要

    • コンピュータ・シミュレーション・システムを制作することによりDCモータの始動特性の動的応答が研究された。
    • 測定装置はマイクロコントローラ・ボード、デジタル・マルチメータ、高精度USBアナログ入出力ターミナルによって構成された。
    • モータの回転速度と電流の始動動的応答特性が測定された。
    • シミュレーションで求められたそれらの特性は実験データと良い一致を示した。
    •    Equivalent circuit in dynamic state under mechanical resistance

      Equivalent circuit of DC motor in dynamic state under mechanical resistance

    • Determination of back electromotive force constant
    • Block diagram of experimental setup         Photo of experimental setup

      Block diagram of experimental setup Photo of experimental setup

       

    • Comparison between simulation and experimental data
    • Comparison of current and revolution speed of the motor between simulated

     

  9. 技術論文5 (Locked anti-phase PWM)
    DC motor PID controller with locked anti-phase PWM driver
  10. 概 要

     

     

     

  11. 技術論文6 (PID位置制御)
    DC motor position PID controllers examined by experiment and simulation
  12. 概 要

    • コンピュータ・シミュレーション・システムをWindows APIを使用して制作した。
    • モータの回転位置PID制御特性、実験とシミュレーション特性を比較した。
    • ブロックダイアグラムと実験装置の写真
    •  

    • 階段状参照信号に対する回転位置の動的応答特性(実験値 )
    •  

    • 階段状参照信号に対する回転位置の動的応答特性 (シミュレーション)

工場オートメーション プロジェクト

工場オートメーションプロトタイプ            マシンビジョンプロトタイプ

コンテナ移送プロトタイプ                 PIDコントローラプロトタイプ

 

 

 

Copyright ©y.takase since 2010
inserted by FC2 system