add mirror 3 motors and encoders

This commit is contained in:
Xiaoqiang Wang
2023-03-08 10:05:39 +01:00
parent eb3559d9f4
commit f3c0d85fbf
2 changed files with 47 additions and 2 deletions

View File

@@ -3,6 +3,40 @@
"text": "Encoder caqtdm Panels"
},
"menu": [
{
"type": "title",
"text": "Optics"
},
{
"type": "cmd",
"text": "Mirror 3 X1",
"command": "caqtdm -x -attach -noMsg -macro P=X04SA-OP-MI3:,E=ECX1,M=TRX1 G_DRV_kmtEncoder.ui"
},
{
"type": "cmd",
"text": "Mirror 3 X2",
"command": "caqtdm -x -attach -noMsg -macro P=X04SA-OP-MI3:,E=ECX2,M=TRX2 G_DRV_kmtEncoder.ui"
},
{
"type": "cmd",
"text": "Mirror 3 X3",
"command": "caqtdm -x -attach -noMsg -macro P=X04SA-OP-MI3:,E=ECX3,M=TRX3 G_DRV_kmtEncoder.ui"
},
{
"type": "cmd",
"text": "Mirror 3 Y",
"command": "caqtdm -x -attach -noMsg -macro P=X04SA-OP-MI3:,E=ECY,M=TRY G_DRV_kmtEncoder.ui"
},
{
"type": "cmd",
"text": "Mirror 3 bender upstream",
"command": "caqtdm -x -attach -noMsg -macro P=X04SA-OP-MI3:,E=ECU,M=TRU G_DRV_kmtEncoder.ui"
},
{
"type": "cmd",
"text": "Mirror 3 bender downstream",
"command": "caqtdm -x -attach -noMsg -macro P=X04SA-OP-MI3:,E=ECD,M=TRD G_DRV_kmtEncoder.ui"
},
{
"type": "separator"
},
@@ -60,4 +94,5 @@
"style": "color: black;background-color: #7300ff006b00;"
}
]
}
}

View File

@@ -82,9 +82,19 @@
},
{
"type": "cmd",
"text": "Mirror Bender Motors",
"text": "Mirror 2 Bender Motors",
"command": "caqtdm -x -attach -noMsg -macro P=X04SA-OP-MI2:,M1=TR3U,M2=TR3D motor2x.ui"
},
{
"type": "cmd",
"text": "Mirror 3 Motors",
"command": "caqtdm -x -attach -noMsg -macro P=X04SA-OP-MI3:,M1=TRX1,M2=TRX2,M3=TRX3,M4=TRY motor4x.ui"
},
{
"type": "cmd",
"text": "Mirror 3 Bender Motors",
"command": "caqtdm -x -attach -noMsg -macro P=X04SA-OP-MI3:,M1=TRU,M2=TRD motor2x.ui"
},
{
"type": "cmd",
"text": "BPM 3",