forked from autodeploy_config/sls_x04sa_launcher
44 lines
1.7 KiB
JSON
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\""
|
|
}
|
|
]
|
|
} |