<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Dear FieldTrip users,<div class=""><br class=""></div><div class="">I am using rda2ft.exe to facilitate real-time EEG analyses in Matlab. The EEG is being recorded in BrainVision Recorder, processed in BrainVision RecView and passed on to a separate computer via a crossover Ethernet cable. My real-time analysis script in Matlab will launch both the buffer and rda2ft tools</div><div class=""><br class=""></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class="">system(“C:\Users\User\Documents\MATLAB\fieldtrip-20171106\realtime\bin\win64\buffer &”);</div><div class="">cd ('C:\Users\User\Documents\MATLAB\fieldtrip-20171106\realtime\bin\win64\’);</div><div class="">system(‘rda2ft.exe [IP address] 51254 localhost 1972 &’);</div></blockquote><div class=""><br class=""></div><div class="">before entering a loop in which sampling using ft_read_data and ft_read_event is performed</div><div class=""><br class=""></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class="">buff.eeg = ft_read_data(‘<a href="buffer://localhost:1972'" class="">buffer://localhost:1972'</a>, ‘begsample’, length(dat.eeg)+1, ‘endsample’, inf);</div><div class="">buff.event = ft_read_event(‘<a href="buffer://localhost:1972'" class="">buffer://localhost:1972'</a>)</div></blockquote><div class=""><br class=""></div><div class="">This procedure seems to work flawlessly, but every now and then rda2ft.exe will hard crash with no meaningful error message (only the standard “rda2ft.exe has stopped working” Windows error message). The computer is running Windows 8.1 and Matlab R2018a. There doesn’t appear to be any consistent cause of the crashes. The real-time analysis will appear to run stably for a period of time, sometimes even more than an hour, but sometimes rda2ft.exe will crash only after a few minutes.</div><div class=""><br class=""></div><div class="">I realise the lack of error message is not helpful, but any help troubleshooting this issue is greatly appreciated.</div><div class=""><br class=""></div><div class="">Best regards,</div><div class="">Jostein Holmgren</div><div class=""><div class=""><div class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">----------------------<br class=""><br class="">Jostein Holmgren<br class="">DPhil Student</div><div dir="auto" style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Anaesthesia Neuroimaging Research Group<br class="">Nuffield Department of Clinical Neurosciences<br class="">Wellcome Centre for Integrative Neuroimaging, FMRIB Building<br class="">University of Oxford<br class=""></div></div></div>
</div>
<br class=""></div></div></body></html>