Differences between revisions 1 and 2
Revision 1 as of 2020-12-25 11:18:25
Size: 704
Editor: satoru.ikeda
Comment:
Revision 2 as of 2020-12-25 11:24:07
Size: 1171
Editor: satoru.ikeda
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Windows 10 Home(Windows 64bit)
USB-Serial変換機:サンワサプライ:USB-CVRS9(最新はUSB-CVRS9H-10が同等品)
PC: Windows 10 Home(Windows 64bit)
USB-RS232C(Serial)コンバーター:サンワサプライ USB-CVRS9(最新はUSB-CVRS9H-10が同等品)
制御ソフト: /kagra/Dropbox/Subsystems/VIS/TypeBp/Traversers/cont_serial.py
Line 20: Line 21:
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
Line 22: 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)