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

28 lines
875 B
JSON

{
"menu": [
{
"type": "title",
"text": "Front-end Motors"
},
{
"type": "cmd",
"text": "FE BM1 (Vert.)",
"command": "caqtdm -x -attach -noMsg -dg +670+130 -macro P=X04SA-FE-,M=BM1:TRV motorx_du.ui"
},
{
"type": "cmd",
"text": "FE BM1 (Horz.)",
"command": "caqtdm -x -attach -noMsg -dg +410+130 -macro P=X04SA-FE-,M=BM1:TRH motorx_wr.ui"
},
{
"type": "cmd",
"text": "FE BM2 (Vert.)",
"command": "caqtdm -x -attach -noMsg -dg +540+030 -macro P=X04SA-FE-,M=BM2:TRV motorx_du.ui"
},
{
"type": "cmd",
"text": "FE BM2 (Horz.)",
"command": "caqtdm -x -attach -noMsg -dg +540+260 -macro P=X04SA-FE-,M=BM2:TRH motorx_wr.ui"
}
]
}