Differences between revisions 6 and 7
Revision 6 as of 2020-12-25 11:28:03
Size: 1315
Editor: satoru.ikeda
Comment:
Revision 7 as of 2020-12-25 12:44:01
Size: 1313
Editor: satoru.ikeda
Comment:
Deletions are marked like this. Additions are marked like this.
Line 31: Line 31:
=== 制御方法 === == 制御方法 ==

Traverser

環境構築

Mac編

/kagra/Dropbox/Subsystems/VIS/TypeBp/Traversers/MacでTraverserを動かす.pdfを参照

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コンバーターをPCとTraverserに接続
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)