paumailo / ephys

Automatically exported from code.google.com/p/ephys
0 stars 0 forks source link

Error in saving with new pooling GUI #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open tank with pooling GUI
2. Class Pools
3. Attempt to Save

What is the expected output? What do you see instead?

Errors are thrown

What version of the product are you using? On what operating system?

Please provide any additional information below.

>> Pooling_GUI2
Matlab<->MySQL connector v1.36
Connecting to  host = uber-server  user = GCHSRuser  password = GCHSRpass
Uptime: 592974  Threads: 1  Questions: 76748  Slow queries: 0  Opens: 6020  
Flush tables: 1  Open tables: 0  Queries per second avg: 0.129
Current database is "bk_trials"
Loading: Tank '130625_EB4' Channel 1 ...done
Saved: 130625_EB4 | Ch_1 1
Updating tank "130625_EB4"  block "Block-1"     channel   1 ...Reference to 
non-existent field 'event'.

Error in AutoClass2TDT (line 82)
    N = TTX.ReadEventsV(1e6,cfg.event,channel,0,0,0,'IDXPSQ');
    %#ok<NASGU>

Error in Pooling_GUI2>SavePools (line 281)
AutoClass2TDT(poolstr)

Error in gui_mainfcn (line 96)
        feval(varargin{:});

Error in Pooling_GUI2 (line 21)
    gui_mainfcn(gui_State, varargin{:});

Error while evaluating uipushtool ClickedCallback

>> 

Original issue reported on code.google.com by ejbre...@gmail.com on 16 Jul 2013 at 8:04

GoogleCodeExporter commented 8 years ago
Also, trying to use "SCRATCH_BatchPools2Tank" i receive the same error

Error in AutoClass2TDT (line 82)
    N = TTX.ReadEventsV(1e6,cfg.event,channel,0,0,0,'IDXPSQ');
    %#ok<NASGU>

Original comment by ejbre...@gmail.com on 16 Jul 2013 at 8:11

GoogleCodeExporter commented 8 years ago
Please make sure you have the most recent versions of TDT software installed on 
 your machine, especially the OpenDeveloper ActiveX controls.  
http://www.tdt.com/downloads.htm.  Note that if you do need to update, make 
sure to update all TDT software and you'll probably need to restart your 
machine.  Also update the firmware on your hardware using the zBusMon utility.

Original comment by daniel.s...@gmail.com on 16 Jul 2013 at 8:48

GoogleCodeExporter commented 8 years ago
Updated the activeX it was at 74 now it's 76, but i'm still getting the same 
error at the moment

Original comment by ejbre...@gmail.com on 16 Jul 2013 at 9:01

GoogleCodeExporter commented 8 years ago
Should be fixed.

Original comment by daniel.s...@gmail.com on 16 Jul 2013 at 10:05

GoogleCodeExporter commented 8 years ago

Original comment by daniel.s...@gmail.com on 16 Jul 2013 at 10:05

GoogleCodeExporter commented 8 years ago
Thanks Dan,
 Seems to be working fine now.  However there are some mismatch errors on
some blocks, but it seems to go ahead and bypass then.

Original comment by ejbre...@gmail.com on 16 Jul 2013 at 10:55