Skip to content

Commit 7f7a603

Browse files
committed
logging Enable
1 parent 94d5535 commit 7f7a603

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

siListener.m

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ function UDP_handler(src,datain)
113113
%evalin('base','hSI.startGrab');
114114
%T = timer('StartDelay',1,'TimerFcn',@(src,evt)evalin('base','hSI.startGrab'));
115115
% start(T)
116+
hSI.hChannels.loggingEnable=true;
116117
hSI.startGrab;
117118
% drawnow;
118119
disp('Requested start grabbing');

startSI.m

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
% wait for SI to make these stuctures
88
drawnow
99
end
10-
siListener
10+
siListener
11+
zfocus

zfocus.mlapp

9.03 KB
Binary file not shown.

0 commit comments

Comments
 (0)