Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors trying to open MARGO #44

Open
SM6717 opened this issue Nov 2, 2022 · 1 comment
Open

Errors trying to open MARGO #44

SM6717 opened this issue Nov 2, 2022 · 1 comment

Comments

@SM6717
Copy link

SM6717 commented Nov 2, 2022

Hi there,
I'm using Matlab 2016b with the bug updates to try and open MARGO, but keep getting some errors. Would hugely appreciate any help on this topic- I got it going once before but it won't seem to work anymore :( I've attached the error code here:

ls

. .gitignore README.md data classes experiments hardware tracking
.. LICENSE.md analysis and plots examples gui profiles utilities

addpath(genpath(pwd));
margo
Error using serial/fwrite (line 199)
Unsuccessful write: A timeout or Ctrl-C occurred during the write operation.

Error in writeInfraredWhitePanel (line 25)
fwrite(COM_obj,writeData,'uchar');

Error in refreshCOM (line 54)
writeInfraredWhitePanel(expmt.hardware.COM.light,1,...

Error in margo>margo_OpeningFcn (line 118)
[expmt, handles] = refreshCOM(expmt, handles);

Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});

Error in margo (line 48)
gui_mainfcn(gui_State, varargin{:});

@werkhoven
Copy link
Collaborator

Issue should be fixed with on the most recent versions of the master branch after: https://github.com/de-Bivort-Lab/margo/tree/feature/zwerkho-001-update-deprecated-functions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants