Files
sls_x04sa_launcher/X_X04SA_Diag_encInit.json
2021-08-31 09:45:21 +02:00

44 lines
1.7 KiB
JSON

{
"menu-title": {
"text": "Encoder Initialisation Utilities"
},
"menu": [
{
"type": "separator"
},
{
"type": "title",
"text": "Powder Diffractometer"
},
{
"type": "cmd",
"text": "Home Axis A (Analyser) - Clockwise",
"command": "xterm -sb -sl 1000 -T X04SA-ES2-TH1:RO -geometry 90x40+340+340 -e \"encoder-home.py -w --tol=50 X04SA-ES2-TH1:RO + 2.0\""
},
{
"type": "cmd",
"text": "Home Axis B (Microstrip) - Clockwise",
"command": "xterm -sb -sl 1000 -T X04SA-ES2-TH2:RO -geometry 90x40+340+340 -e \"encoder-home.py -w --tol=100 X04SA-ES2-TH2:RO - 2.0\""
},
{
"type": "cmd",
"text": "Home Axis C (Sample) - Clockwise",
"command": "xterm -sb -sl 1000 -T X04SA-ES2-TH3:RO -geometry 90x40+340+340 -e \"encoder-home.py -w --tol=50 X04SA-ES2-TH3:RO + 2.0\""
},
{
"type": "cmd",
"text": "Home Axis A (Analyser) - Anticlockwise",
"command": "xterm -sb -sl 1000 -T X04SA-ES2-TH1:RO -geometry 90x40+340+340 -e \"encoder-home.py -w --tol=50 X04SA-ES2-TH1:RO - 2.0\""
},
{
"type": "cmd",
"text": "Home Axis B (Microstrip) - Anticlockwise",
"command": "xterm -sb -sl 1000 -T X04SA-ES2-TH2:RO -geometry 90x40+340+340 -e \"encoder-home.py -w --tol=50 X04SA-ES2-TH2:RO + 2.0\""
},
{
"type": "cmd",
"text": "Home Axis C (Sample) - Anticlockwise",
"command": "xterm -sb -sl 1000 -T X04SA-ES2-TH3:RO -geometry 90x40+340+340 -e \"encoder-home.py -w --tol=50 X04SA-ES2-TH3:RO - 2.0\""
}
]
}