User Tools

Site Tools


kpnl:psychopy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kpnl:psychopy [2016/02/13 18:11] – [Setting the default LabJack address] adminkpnl:psychopy [2018/01/21 16:45] (current) admin
Line 18: Line 18:
 Moving between ''Builder'' and ''Coder'' is a one-way street. You can move from ''Builder'' to ''Coder'', but not from ''Coder'' to ''Builder''. Moving between ''Builder'' and ''Coder'' is a one-way street. You can move from ''Builder'' to ''Coder'', but not from ''Coder'' to ''Builder''.
 </WRAP> </WRAP>
 +
 +====== Tutorials ======
 +
 +[[https://www.youtube.com/watch?v=9BqRyut2UZk|PsychoPy Tutorials]]
 +
 +====== Miscellaneous Tips ======
 +
 +  * Do not use "filename" as a variable (i.e., column header in Excel). This conflicts with a variable in PsychPy and will result in some strange names for your output files.
 +    * There are likely other variable names to avoid, but this is the first I've come across
 +
 +
  
  
Line 81: Line 92:
 </code> </code>
  
 +==== LabJack Port Addresses ====
 +https://labjack.com/support/datasheets/u3/hardware-description/db15
  
  
Line 87: Line 100:
  
 ===== Setting the default LabJack address ===== ===== Setting the default LabJack address =====
-  * PsychoPy has a built-in python library to drive the LabJack DAQ device. By default, PsychoPy uses the address for the "EI0" DB15 pins (address = 6008). We use the "FIO" terminal blocks so we need to specify the correct address (''6000'').  
  
 <note important> <note important>
 **The information contained in this box is moot if you use the method above to change the port address** **The information contained in this box is moot if you use the method above to change the port address**
  
-In order to use the "FIO" terminal we need to add the following custom code component to the beginning our Builder experiment. PsychoPy users [[https://groups.google.com/forum/#!topic/psychopy-users/Fvz3lSnkAWI|thread]].+PsychoPy has a built-in python library to drive the LabJack DAQ device. By default, PsychoPy uses the address for the "EI0" DB15 pins (address = 6008). We use the "FIO" terminal blocks so we need to specify the correct address (''6000''). In order to use the "FIO" terminal we need to add the following custom code component to the beginning our Builder experiment. PsychoPy users [[https://groups.google.com/forum/#!topic/psychopy-users/Fvz3lSnkAWI|thread]].
  
 <code python> <code python>
kpnl/psychopy.1455405119.txt.gz · Last modified: 2016/02/13 18:11 by admin

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki