This commit is contained in:
2023-01-12 16:36:28 +01:00
7 changed files with 69 additions and 15 deletions

View File

@@ -7,7 +7,7 @@
{
"type": "cmd",
"text": "Scan panel",
"command": "caqtdm -noMsg -attach -macro \"P=X11MA-ES2-,S=scan1\" G_SYNAPPS_scan_more.ui"
"command": "caqtdm -noMsg -attach -macro \"P=X11MA-ES2-,S=scan1\" scan_more.ui"
},
{
"type": "cmd",
@@ -25,4 +25,4 @@
"command": "caqtdm $SLSBASE/sls/config/panel/X_X11MA_timing-es2.prc"
}
]
}
}

View File

@@ -29,11 +29,6 @@
"text": "Scaler",
"command": "caqtdm -attach -noMsg -dg +680+480 -macro P=X11MA-RSOX:,S=JS scaler16_full.ui"
},
{
"type": "cmd",
"text": "CCD camera",
"command": "caqtdm -attach -noMsg -dg +800+600 -macro P=X11MA-ES3-CCD:,R=cam1: Roper.ui"
},
{
"type": "cmd",
"text": "Manta camera",

View File

@@ -9,6 +9,14 @@
"text": "Basler acA1280-60gm",
"command": "start_CAM3"
},
{
"type": "caqtdm",
"text": "4 Motors Panel",
"panel": "motor4x.ui",
"macros": "P=X11MA-VME-ES4:,M1=TRX,M2=TRY,M3=TRZ,M4=THT",
"param": "-noMsg -attach"
},
{
"type": "cmd",
"text": "Motor X",

View File

@@ -10,9 +10,11 @@
"command": "caqtdm -noMsg -attach -macro \"NAME=X11MA-HG,NAME1=X11MA-ES1\" G_HEXGIR_5Dbasic.ui"
},
{
"type": "cmd",
"type": "caqtdm",
"text": "Status",
"command": "caqtdm -noMsg -attach -macro BML=X11MA,D=DUMMY X_X11MA_SOFT-status.ui"
"panel": "X_X11MA_SOFT-status.ui",
"macros": "BML=X11MA,D=DUMMY",
"param": "-noMsg -attach"
},
{
"type": "caqtdm",
@@ -55,7 +57,7 @@
{
"type": "caqtdm",
"text": "He Flow",
"panel": "X_X09LA_PC_BRONKHORST_bronkhorstMain.ui",
"panel": "BronkhorstMain.ui",
"macros": "IOC=X11MA-PC-BRONKHORST,NAME=PEEM",
"param": "-noMsg -attach"
},

View File

@@ -21,12 +21,12 @@
{
"type": "cmd",
"text": "ES1 scan1",
"command": "caqtdm -noMsg -attach -dg +791+0 -macro \"P=X11MA-ES1-,N=1,S=scan1\" G_SYNAPPS_scan_more.ui"
"command": "caqtdm -noMsg -attach -dg +791+0 -macro \"P=X11MA-ES1-,N=1,S=scan1\" scan_more.ui"
},
{
"type": "cmd",
"text": "ES1 scan2",
"command": "caqtdm -noMsg -attach -dg +791+433 -macro \"P=X11MA-ES1-,N=2,S=scan2\" G_SYNAPPS_scan_more.ui"
"command": "caqtdm -noMsg -attach -dg +791+433 -macro \"P=X11MA-ES1-,N=2,S=scan2\" scan_more.ui"
},
{
"type": "cmd",

View File

@@ -12,7 +12,7 @@
{
"type": "cmd",
"text": "ID & Mono saveData",
"command": "caqtdm -noMsg -attach -dg +2200+600 -macro \"P=X11MA-ES1-\" G_SYNAPPS_scan_saveDataplus.ui"
"command": "caqtdm -noMsg -attach -dg +2200+600 -macro \"P=X11MA-ES1-\" scan_saveDataplus.ui"
},
{
"type": "title",

View File

@@ -2,7 +2,7 @@
"menu": [
{
"type": "title",
"text": "Desktops"
"text": "Console 1"
},
{
"type": "cmd",
@@ -19,10 +19,59 @@
"text": "Expert desktop 3 (StripTool's)",
"command": "X_X11MA_desktop3.sh"
},
{
"type": "separator"
},
{
"type": "title",
"text": "Console 2"
},
{
"type": "cmd",
"text": "PEEM desktop 1",
"command": "PEEM_Desktop1"
},
{
"type": "cmd",
"text": "PEEM desktop 2",
"command": "PEEM_Desktop2"
},
{
"type": "cmd",
"text": "PEEM desktop 3",
"command": "PEEM_Desktop3"
},
{
"type": "cmd",
"text": "PEEM desktop 4",
"command": "PEEM_Desktop4"
},
{
"type": "separator"
},
{
"type": "title",
"text": "Resoxs"
},
{
"type": "cmd",
"text": "Resoxs desktop",
"command": "X_X11MA_desktop_resoxs.sh"
},
{
"type": "separator"
},
{
"type": "title",
"text": "TR-TEY"
},
{
"type": "cmd",
"text": "TR-TEY desktop",
"command": "TR-TEY_Desktop"
}
]
}
}