Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BeamDynamics
matutil
Commits
5eab2455
Commit
5eab2455
authored
Jul 17, 2018
by
beam dyn
Browse files
restored 5s pause for FDA data to be stored correctly
parent
1d063bac
Changes
2
Hide whitespace changes
Inline
Side-by-side
qem/ACORM/getFDAreaderXZ.m
View file @
5eab2455
...
...
@@ -12,7 +12,7 @@ dvtimeout(devfda,50);
XZ
=
dvcmd
(
devfda
,
'ReadXZPositions'
,
n_and_date
);
pause
(
.
1
);
pause
(
5
);
size
(
XZ
);
X
=
XZ
(
1
:
224
*
n
);
Z
=
XZ
(
1
+
(
224
*
n
):
448
*
n
);
...
...
qem/ACORM/getFDAreaderXZCor.m
View file @
5eab2455
...
...
@@ -12,7 +12,7 @@ dvtimeout(devfda,50);
XZcor
=
dvcmd
(
devfda
,
'ReadXZCorrectionsSorted'
,
n_and_date
);
pause
(
.
1
);
pause
(
5
);
siz2
=
size
(
XZcor
);
siz
=
siz2
(
2
);
Xcor
=
XZcor
(
1
:
siz
/
2
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment