Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2015-09-28 13:17:57
Size: 51
Comment:
Revision 7 as of 2015-09-28 14:46:22
Size: 1517
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe KAGRA/Subgroups/DGS/RTPC/MEDMTools here. = fmX =
fmX is a medm template for various useful interfaces.

Move to the directory of the tool
{{{
usercode
cd isc/common/medm/fmX
}}}

Edit generate_FMscreens.py
{{{
gedit generate_FMscreens.py &
}}}

Edit the section "FM_name" to have the channel name you want. In default, IFO=K1 and the subsystem is LSC

Run the script.
{{{
./generate_FMscreens.py
}}}

The following screen for the channel you specified is generated. Cut and paste to your developing screens.

[[attachment:Screenshot.png|{{attachment:Screenshot.png|fmX screen|width=600}}|width=600]]

= Kissel Button =
KisselButton is a matrix part for medm, as a useful interface of the matrix element in an RT model.


Move to the directory of the tool
{{{
usercode
cd isc/common/medm/fmX
}}}

Run the script. The notation is; generate_KisselButton.py [--sr start_row] [--sc start_column]
[--bw button_width] [--bh button_height] [--dl display_label]
[--sn screen_name] end_row end_column matrix_ch_name.

For example,
{{{
./generate_KisselButton.py 5 5 K1:LSC-PD_DOF_MTRX > LSC_PD_DOF_MTRX.adl
}}}
This generates 5x5 matrix part for channels K1:LSC-PD_DOF_MTRX.

The following screen for the channel you specified is generated. Cut and paste to your developing screens.

[[attachment:Screenshot-1.png|{{attachment:Screenshot-1.png|Kissel Button|width=200}}|width=200]]

Finally, link the auto-generated original matrix in {{{/opt/rtcds/userapps/release/$(subsystem)/k1/medm/}}} on the generated bottum.

fmX

fmX is a medm template for various useful interfaces.

Move to the directory of the tool

usercode
cd isc/common/medm/fmX

Edit generate_FMscreens.py

gedit generate_FMscreens.py &

Edit the section "FM_name" to have the channel name you want. In default, IFO=K1 and the subsystem is LSC

Run the script.

./generate_FMscreens.py

The following screen for the channel you specified is generated. Cut and paste to your developing screens.

fmX screen

Kissel Button

KisselButton is a matrix part for medm, as a useful interface of the matrix element in an RT model.

Move to the directory of the tool

usercode
cd isc/common/medm/fmX

Run the script. The notation is; generate_KisselButton.py [--sr start_row] [--sc start_column] [--bw button_width] [--bh button_height] [--dl display_label] [--sn screen_name] end_row end_column matrix_ch_name.

For example,

./generate_KisselButton.py 5 5 K1:LSC-PD_DOF_MTRX > LSC_PD_DOF_MTRX.adl

This generates 5x5 matrix part for channels K1:LSC-PD_DOF_MTRX.

The following screen for the channel you specified is generated. Cut and paste to your developing screens.

Kissel Button

Finally, link the auto-generated original matrix in /opt/rtcds/userapps/release/$(subsystem)/k1/medm/ on the generated bottum.

KAGRA/Subgroups/DGS/RTPC/MEDMTools (last edited 2015-09-28 14:47:50 by KeikoKokeyama)