Skip to content
Snippets Groups Projects
Commit 1e336929 authored by Giuseppe Mercurio's avatar Giuseppe Mercurio
Browse files

Merge branch 'SAM-Z' into 'master'

sam-z-motor

See merge request !124
parents 7763655c 05f8f9ce
No related branches found
No related tags found
1 merge request!124sam-z-motor
...@@ -360,9 +360,12 @@ mnemonics = { ...@@ -360,9 +360,12 @@ mnemonics = {
"scannerY_enc": ({'source': 'SCS_CDIFFT_SAM/ENC/SCANNERY', "scannerY_enc": ({'source': 'SCS_CDIFFT_SAM/ENC/SCANNERY',
'key': 'value.value', 'key': 'value.value',
'dim': None},), 'dim': None},),
"SAM-Z": ({'source': 'SCS_CDIFFT_MOV/ENC/SAM_Z', "SAM-Z": ({'source': 'SCS_CDIFFT_MOV/MOTOR/SAM_Z',
'key': 'value.value', 'key': 'actualPosition.value',
'dim': None},), 'dim': None},),
"SAM-Z-MOT": ({'source': 'SCS_CDIFFT_MOV/ENC/SAM_Z',
'key': 'value.value',
'dim': None},),
"magnet": ({'source': 'SCS_CDIFFT_MAG/ASENS/PSU_CMON', "magnet": ({'source': 'SCS_CDIFFT_MAG/ASENS/PSU_CMON',
'key': 'value.value', 'key': 'value.value',
'dim': None}, 'dim': None},
...@@ -380,7 +383,7 @@ mnemonics = { ...@@ -380,7 +383,7 @@ mnemonics = {
'dim': ['llc2_y', 'llc2_x']},), 'dim': ['llc2_y', 'llc2_x']},),
# PI-MTE3 CCD camera # PI-MTE3 CCD camera
"MTE3": ({'source': 'SCS_CDIFFT_MTE3/CAM/CAMERA:daqOutput', "MTE3": ({'source': 'SCS_CDIDET_MTE3/CAM/CAMERA:daqOutput',
'key': 'data.image.pixels', 'key': 'data.image.pixels',
'dim': ['x', 'y']},), 'dim': ['x', 'y']},),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment