1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【設計検討1】PC操作自動化システムの設計検討1

Last updated at Posted at 2020-11-23

概要

本日よりPC自動化システムの開発を行う。
以下をまとめた
・要件定義
・ユーザ操作
・GUI画面
・概略仕様

要件定義

PCのクリック操作、キーボード入力を自動化したい

ユーザ操作

ユーザ操作について説明する。ユーザがGUIを立ち上げた際に、過去の自動操作データ(コードファイルと画像ファイル)が取り込まれていた場合Executeをクリックしプログラムが実行される。GUI起動時、GUI側はコードファイルと画像ファイルを取り込む。画像ファイルはクリック操作の対象となる画像である。コードファイルはユーザが保存したコードがである。
過去の自動操作データがない場合、Read pictureをクリックし画像が保存されているフォルダを選択する。
画像が取り込まれた、コードを記述しSaveボタンによるコードを保存する。ここで保存したコードは次回UIを立ち上げた際に自動で読み込まれる。

image.png

GUI画面

GUI画面と各機能付いて説明した図を示す
image.png

image.png

概略仕様

image.png

image.png

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?