Duke-UNC Brain Imaging and Analysis Center
BIAC Forums | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Support Forums
 Experimental Control
 Triggering problem with Kulpe (4T)

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
diaz Posted - Jan 18 2005 : 1:20:55 PM
I tried using Cigal on Kulpe(the computer on the left at the 4T) this morning. The wait for scanner option was not working, (I pressed 'w', the scanner was started, and the screen continued to say "waiting for scanner" but never started counting disdaqs or displaying the files.
10   L A T E S T    R E P L I E S    (Newest First)
rkozink Posted - Mar 06 2007 : 12:36:05 PM
We also use e-prime, the 8-button box, and the e-prime SR response box on Kulpe. We don't foresee any problems with moving it to Darwin, but would like to be kept informed and/or provide input regarding dates and times of the transition.
Dichter Posted - Mar 06 2007 : 12:26:34 PM
As I discussed with Jim, we use the 8-button box with Eprime on Kulpe, so installation and testing of Eprime on Darwin will have to precede permanently moving the 8-button box to Darwin. Thanks.
jim.voyvodic Posted - Mar 06 2007 : 11:54:10 AM
So the problem is that Cogent is a Matlab program, and apparently the only way MatLab can see a scanner trigger is via the National Instruments a/d board (NIDAQ interface). Only Darwin has an NI a/d board installed.

The best solution is probably to move the 8-button response box, and the e-prime SR response box to Darwin, and use that PC as our primary behavioral control computer. All software programs can run on that machine and it would have all 3 response boxes. Before making this change though we will have to see if any users will be adversely affected by running on Darwin.

Please respond here if moving the 8-button box or e-prime box to Darwin will cause you problems.

Jim

stjacques Posted - Mar 06 2007 : 11:27:11 AM
We are using Matlab & Cogent, with the following code to trigger the scanner:

ainidaq = analoginput('nidaq',1);
chan = addchannel(ainidaq,2);
duration = 2; % two second acquisition
set(ainidaq,'SampleRate',44100);
ActualRate = get(ainidaq,'SampleRate');
set(ainidaq,'SamplesPerTrigger',ActualRate*duration);
set(ainidaq,'TriggerChannel',chan);
set(ainidaq,'TriggerType','Software');
set(ainidaq,'TriggerCondition','Rising');
set(ainidaq,'TriggerConditionValue',1);
set(ainidaq,'TriggerFcn','scannertrigger');
start(ainidaq);
waittilstop(ainidaq,26);
delete(ainidaq)
clear ainidaq

Thanks.
jim.voyvodic Posted - Mar 06 2007 : 10:30:31 AM
Trigger pulses are available on both computers at the 4T. Each software program however has only limited ways that it can use the trigger pulse so the problem is probably a software configuration issue. What software are you using on Kulpe with the 8-button box?

Jim
stjacques Posted - Mar 06 2007 : 09:46:49 AM
Kulpe is the only computer hooked up to the 8-button box, which we are using in our study. Thanks.
diaz Posted - Mar 06 2007 : 08:40:30 AM
You can certainly use either computer at the 4T, and if you're using the computer on the right, manually triggering is an option. Is there any reason why you wouldn't want to use the computer on the left? I believe that machine is equipped with an a/d board and will trigger from the scanner.
Dichter Posted - Mar 06 2007 : 08:36:56 AM
Triggering Cigal on the computer on the RIGHT at the 4T does work.
stjacques Posted - Mar 06 2007 : 01:58:53 AM
I tried using the scanner trigger last week via Matlab on Kulpe at the 4T, but it did not work. Is it possibly related to this same problem with using the trigger via CIGAL? And if so, just wondering when it might be fixed. Thanks.
jim.voyvodic Posted - Jan 18 2005 : 4:38:26 PM
The digital trigger is not connected to Kulpe yet because we do not have an a/d board on that machine. We are working on an alternative triggering scheme for CIGAL but for now you will have to manually start CIGAL paradigms on Kulpe.

Jim

BIAC Forums © 2000-2010 Brain Imaging and Analysis Center Go To Top Of Page
This page was generated in 0.3 seconds. Snitz Forums 2000