Overview

latest sensitivity curve

This system is to control the stepper motor of GAS and IP in VIS suspension using the KAGRA DGS network.

How to use

About the control script

コマンド送信はPythonのソケット通信ライブラリを使って実装、ライブラリ化した。

Quick Start

Run the PCAS to activate the EPICS channels for stepper motor control.

After activate, control the stepper motor using the medm screen

Setup

Nport5150

Serial setting

Network setting

Operation Mode setting

TMCM6110

Do not use in ASCII mode. Use binary mode.

Control Script (No need)

ドライバーに接続されているモータの名前をparam.pyに書き下す。

IPだけ,どのモータがIPの自由度にたいしてつながっているかparam.pyに書き下す

Check the connection (On 17/10/5)

確認のしかた

from Trinamic_control6110 import *
driver = Trinamic_control6110()
driver.connectTCP('your ip address', 4001)
driver.reconnect()

and if it says '...ok', the motors are replying. If error occurs, try to restart the motor drivers as well as Nport. Just turn off and on the power.

driver.getTargetPosition(motor_number)

driver.setTargetPosition(step,motor_number)

Insert the absolute step in to the 'step', and insert the motor number into 'motor_number.'

Driver List

EPICS channel name

Driver IP Address

Instalation

klog

JGW-S

Memo

Motor assign

K1:STEPPER_PR2_GAS

10.68.150.40

-

JGW-S1706034

-

0:BF, 1: SF

K1:STEPPER_PR3_GAS

10.68.150.41

-

JGW-S1706035

-

0:BF, 1: SF

K1:STEPPER_PRM_GAS

10.68.150.41

-

JGW-S1706035

-

2:BF, 3: SF

K1:STEPPER_IXV_GAS

10.68.150.43

-

-

JGW-S170

-

-

K1:STEPPER_IXV_IP

10.68.150.44

-

-

JGW-S170

-

-

K1:STEPPER_EXV_GAS

10.68.150.45

3566

JGW-S1706041

-

See ETMX status

K1:STEPPER_EXV_IP

10.68.150.46

3566

JGW-S1706037

-

K1:STEPPER_IYV_GAS

10.68.150.47

-

-

JGW-S170

-

-

K1:STEPPER_IYV_IP

10.68.150.48

-

-

JGW-S170

-

-

K1:STEPPER_EYV_GAS

10.68.150.49

3790

JGW-S1706043

-

See ETMY status

K1:STEPPER_EYV_IP

10.68.150.50

JGW-S1706039

-

K1:STEPPER_BS_GAS

10.68.150.51

3509

JGW-S1706032

-

-

K1:STEPPER_BS_IP

10.68.150.52

3509

JGW-S1706045

-

-

K1:STEPPER_SR2_GAS

10.68.150.53

-

-

JGW-S1706036

in SR3 rack; needs config as SR2

-

K1:STEPPER_SR2_IP

10.68.150.54

-

-

JGW-S1706040

in SR3 rack; needs config as SR2

-

K1:STEPPER_SR3_GAS

10.68.150.55

-

-

JGW-S170

-

-

K1:STEPPER_SR3_IP

10.68.150.56

-

-

JGW-S170

-

-

K1:STEPPER_SRM_GAS

10.68.150.57

-

-

JGW-S170

-

-

K1:STEPPER_SRM_IP

10.68.150.58

-

-

JGW-S170

-

-

-

10.68.150.59

-

-

-

ETMY for cryo-p

-

-

10.68.150.60

-

-

-

ETMX for cryo-p

-

-

10.68.150.61

-

-

-

ITMY for cryo-p

-

-

10.68.150.62

-

-

-

ITMX for cryo-p

-

Driver Box List according to JGWDoc on 2017-11-15

Bug