<div dir="ltr">Dear All,<div><br></div><div>I am a complete newbie in e-prime. A 
philosopher by formation venturing myself in a postdoctoral fellowship 
in neuroscience. And I an running against time to run an experiment 
before my fellowship finishes. </div><div><br></div><div><div>I am having problems with sending triggers to the "Aquisition" machine.<br><br>In
 my protocol I have 3 procedures (conditions) that divide the big list 
into 3. I have a first general Inline to open the ports. And I have an 
Onset Inline for each of the questions and each of the stimuli that can 
after the question. All that works. I can manage to make the machines 
send triggers when the question 1,2 and 3 appears and then when the 1,2 
and 3 stimuli appears. When I try to insert an InLine after the stimuli,
 the first trigger (the one that marks the onset of the question does 
not work anymore)  <br><br>So my list is divided in 3 procedures (conditions) and each has the following structure</div><div><br></div><div>Text (ITI Fixation Cross with Jittered values) <br>Inline </div><div>question (Image Display with 2000 ms duration)</div><div>Another ITI (Fication Cross with Jittered Values)</div><div>Inline</div><div>products (Stimulus/Image Display with fixed duration) </div><div><br></div><div><br></div><div><br>My script runs like that. First in the beginning of the protocol:<br><br>question2.OnsetSignalEnabled = True<br>question2.OnsetSignalPort = &H378<br>question2.OffsetSignalEnabled= True<br>question2OffsetSignalPort = & H378<br><br>products2.OnsetSignalEnabled = True<br>products2.OnsetSignalPort = &H378<br>products2.OffsetSignalEnabled= True<br>products2OffsetSignalPort = & H378<br><br>question1.OnsetSignalEnabled = True<br>question1.OnsetSignalPort = &H378<br>question1.OffsetSignalEnabled= True<br>question1.OffsetSignalPort = & H378<br><br>products1.OnsetSignalEnabled = True<br>products1.OnsetSignalPort = &H378<br>products1.OffsetSignalEnabled= True<br>products1OffsetSignalPort = & H378<br><br>question1.OnsetSignalEnabled = True<br>question1.OnsetSignalPort = &H378<br>question1.OffsetSignalEnabled= True<br>question1.OffsetSignalPort = & H378<br><br>products3.OnsetSignalEnabled = True<br>products3.OnsetSignalPort = &H378<br>products3.OffsetSignalEnabled= True<br>products3.OffsetSignalPort = & H378<br><br>Before each condition (specific procedure) <br><br>I have a Inline like that<br>question2.OnsetSignalData ="2"  and so on... for each of the question and products...<br><br>That works all fine! But I have to use a trigger for the responses of the stimuli. Whenever I insert<br><br>WritePort &H378,"11"  or any other value,</div><div><br></div><div>transforming the procedure to this structure to:</div><div><br></div><div>Text ITI (Fixation Cross with Jittered values) <div>Inline </div><div>question (Image Display with 2000 ms duration)</div><div>Another ITI (Fication Cross with Jittered Values)</div><div>Inline</div><div>product (Stimulus/Image Display with fixed duration)</div><div>InLine - WritePort &H378,"11"</div><div><br></div><br></div>after
 each product object, the first trigger (related to the question) stops 
appearing in the aquisition machine. The Writeport command functions, 
the products onset keeps working, but the question that comes in the 
beginning of this condition stops appearing.<br><div> <br>I will be 
deeply grateful if you could help me out, as I tried various (hundreds 
of) diverse strategies to fix the problem and nothing seems to work! </div><div><br>Best,<br><br>Gabriel</div></div></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:e-prime+unsubscribe@googlegroups.com">e-prime+unsubscribe@googlegroups.com</a>.<br />
To post to this group, send email to <a href="mailto:e-prime@googlegroups.com">e-prime@googlegroups.com</a>.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/e-prime/a1092837-37ba-47d7-a3bd-2a49c4d0e318%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/e-prime/a1092837-37ba-47d7-a3bd-2a49c4d0e318%40googlegroups.com</a>.<br />
For more options, visit <a href="https://groups.google.com/d/optout">https://groups.google.com/d/optout</a>.<br />