Differences between revisions 2 and 3
Revision 2 as of 2020-12-25 11:24:07
Size: 1171
Editor: satoru.ikeda
Comment:
Revision 3 as of 2020-12-25 11:24:43
Size: 1190
Editor: satoru.ikeda
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
* インストール環境 === インストール環境 ===
Line 11: Line 11:
*インストール手順 === インストール手順 ===
Line 28: Line 28:
* 制御方法 === 制御方法 ===

Traverser

環境構築

Windows編

インストール環境

PC: Windows 10 Home(Windows 64bit)
USB-RS232C(Serial)コンバーター:サンワサプライ USB-CVRS9(最新はUSB-CVRS9H-10が同等品)
制御ソフト: /kagra/Dropbox/Subsystems/VIS/TypeBp/Traversers/cont_serial.py

インストール手順

1.WindowsのPower Shellを開く
2.pythonのインストール(他の手段でも構わない)
 > python
 と打つとインストールするか聞いてくるのでインストールする。
3.PySerialのインストール
 > pip install pyserial
4.SanwaサプライのHPからUSB-CVRS9のソフト(ドライバー)をダウンロードしてインストール
 この時の最新は、cvrs9_1.0.083.exeをインストールした.
5.USB-RS232Cコンバーターを接続
6.制御ソフトをPCへコピーしておく。
 k1ctrのネットワークに接続してSCP(WinSCPとかでも)でコピーする。
 ex. scp controls@k1ctrX:/kagra/Dropbox/Subsystems/VIS/TypeBp/Traversers/cont_serial.py ./
7.制御ソフトの実行
 python .¥cont_serial.py

制御方法

書きかけ

KAGRA/Subgroups/VIS/OpsManual/Traverser (last edited 2022-06-07 16:25:30 by satoru.ikeda)