Files
sls_x11ma_launcher/X_X11MA_AU_motor_gui.json

23 lines
785 B
JSON

{
"menu": [
{
"type": "title",
"text": "AU (+BP) Motor Control"
},
{
"type": "cmd",
"text": "AU motors",
"command": "caqtdm -noMsg -attach -macro \"P=X11MA-OP2-,M1=AU:TRY1,M2=AU:TRY4,M3=AU:TRZ1,M4=AU:TRZ4,M5=BP1:TRY,M6=BP1:TRZ\" topMotors6.ui"
},
{
"type": "cmd",
"text": "Horizontal Aperture Control",
"command": "caqtdm -noMsg -attach -macro \"P=X11MA-OP2-,SLIT=AH,mXp=AU:TRZ4,mXn=AU:TRZ1\" X_X11MA_2slit.ui"
},
{
"type": "cmd",
"text": "Vertical Aperture Control",
"command": "caqtdm -noMsg -attach -macro \"P=X11MA-OP2-,SLIT=AV,mXp=AU:TRY1,mXn=AU:TRY4\" X_X11MA_2slit.ui"
}
]
}