<br>Parallel to the manual break method (using GetUserBreakState), you could add a simple test that calculates the difference between the 'çurrent time' and some starting point, and use this value to set the break state as soon as a timeout limit is reached:<br>

<br><br>Const maxduration&=600000&   ' add & to make sure large values are declared as long integer<br><br>if Clock.ReadMillisec>=StartObject.OnsetTime+maxduration then<br>   SetUserBreakState(1)<br>end if<br>
<br>if GetUserBreakState() then<br>    TrialList.Terminate<br>    BlockList.Terminate<br>end if<br><br>Where StartObject is the object that is the first one displayed in the 10minute epoch (this must be an object that is displayed only once).<br>
<br>Cheers<br>Paul<br><br><br><br><div class="gmail_quote">2012/9/27 terhi helminen <span dir="ltr"><<a href="mailto:helminenterhi@gmail.com" target="_blank">helminenterhi@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Hi,</div><div><br></div><div>For option number 1 see the safe exit sample in </div><div><a href="http://www.pstnet.com/support/samples.asp?Mode=View&SampleID=22" target="_blank">http://www.pstnet.com/support/samples.asp?Mode=View&SampleID=22</a>  </div>


<div><br></div><div>Terhi</div><br><div class="gmail_quote">On Thu, Sep 27, 2012 at 7:17 PM, Alison T Miller Singley <span dir="ltr"><<a href="mailto:alisontmsingley@gmail.com" target="_blank">alisontmsingley@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'd like to modify an experiment to last only 10 minutes total, so regardless of how many trials a subject completes, the experiment stops at 10 minutes.<div>


<br></div><div>I can think of two options, but I don't know how to operationalize either of them:  :)</div><div>1 - have the test administrator watch time and manually stop the experiment at 10 minutes</div><div>Issue: by aborting the experiment (with ctrl+alt+shift), the .edat file is not created. Is there a way to safely stop an experiment and preserve the data? Or a way to write the .edat file continuously?</div>


<div><br></div><div>2 - set an experiment-level timer to end after 10 minutes</div><div>Issue: I don't know how to do this. :) Does anyone know of a feature or code I could use as an example?</div><div><br></div><div>


Thanks!</div><span><font color="#888888"><span><font color="#888888"><div><br></div>

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br>
To post to this group, send email to <a href="mailto:e-prime@googlegroups.com" target="_blank">e-prime@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:e-prime%2Bunsubscribe@googlegroups.com" target="_blank">e-prime+unsubscribe@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msg/e-prime/-/BaIbAT82ksYJ" target="_blank">https://groups.google.com/d/msg/e-prime/-/BaIbAT82ksYJ</a>.<br>
For more options, visit <a href="https://groups.google.com/groups/opt_out" target="_blank">https://groups.google.com/groups/opt_out</a>.<br>
 <br>
 <br>
</font></span></font></span></blockquote></div><span><font color="#888888"><br>

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br>
To post to this group, send email to <a href="mailto:e-prime@googlegroups.com" target="_blank">e-prime@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:e-prime%2Bunsubscribe@googlegroups.com" target="_blank">e-prime+unsubscribe@googlegroups.com</a>.<br>
For more options, visit <a href="https://groups.google.com/groups/opt_out" target="_blank">https://groups.google.com/groups/opt_out</a>.<br>
 <br>
 <br>
</font></span></blockquote></div><br>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
To unsubscribe from this group, send email to e-prime+unsubscribe@googlegroups.com.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />
 <br />
 <br />