Differences between revisions 6 and 7
Revision 6 as of 2015-09-28 14:41:04
Size: 1555
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 4: Line 4:
Line 7: Line 6:
cd /opt/rtcds/userapps/release/isc/common/medm/fmX usercode
cd
isc/common/medm/fmX
Line 32: Line 32:
cd /opt/rtcds/userapps/release/isc/common/medm/fmX usercode
cd
isc/common/medm/fmX

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)