Jarik
About
- Username
- Jarik
- Joined
- Visits
- 707
- Last Active
- Roles
- Member, Moderator
Comments
-
Just double checked. The error occurs after the experiment finishes. The error timestamp is 1 second after the finished timestamp (and I waited several seconds before hitting any key to finish the default template with xpyriment back-end). I get th…
-
Hi Hugo, You can upload using the right-most item of the toolbar above the comment field. Possibly you can even drag and drop your experiment file on the comment field (where you type your posts). Best, Jarik
-
Hi Daniel, That's the thing. No stack trace/error. Please see the bigger screenshot below that was taken from OpenSesame 3.1.2 Qt4 (the problem was already there) Default template with legacy back-end. (Image) I wouldn't worry about it to much as …
-
Hi Tali, The firmware is the software that you put in the hardware board you found on eBay. This board will probably ship empty or at least not with firmware that can 'talk' to OpenSesame. In my opinion you have two options: * Either stick to th…
-
Hi Daniel, Quickly testing OpenSesame 3.1.2 Qt5 I got no (new) errors. B) I just tested if OpenSesame starts and if the Default template runs on all back-ends and it does. The xpyriment back-end gives me the X11 error that stays away if I hit ca…
-
Hi Hugo, I think you want to use the loop like: 1) Block_loop Trial_seq mouse_resp adv_delay_ ([var.delay]) sampler Run that 3 times (or more) in random order and use values 200, 500 and 800 for var.delay. Like 'left' and 'right' are used …
-
Hi Tali, (Quote) Where are you referring to? I think the big question is what firmware are you going to put into the board and does that support a button box protocol OpenSesame supports. Best, Jarik
-
Hi all, If I may shed some light on this ;) I ran into a big delay (in dummy vs EyeLink) some time ago and tracked it down to the commit below, but never found/made the time to test/check/report it.... https://github.com/esdalmaijer/PyGaze/pull/1…
-
Hi Julie Janssens, Possibly you can use the Forms packaged with OpenSesame 3 by default (at least for Windows that is). The opensesame_questionnaire_plugins is quite old so I guess it will only work with older versions of OpenSesame: (Quote) The …
-
Hi AlexCom, Possibly you can use the Forms packaged with OpenSesame 3 by default (at least for Windows that is). Here are the new plugin docs by the way: (Quote) Best, Jarik
-
Hi Simran, In batch files, when there are spaces in a path you want to use quotes ("). So something like: (Quote) Non Windows system might not except spaces at all so in my opinion it's always a good idea to use underscores (_) instead. OrYou…
-
Hi all, I retested and updated the little how-to below: Managed to get LPT triggers working without using test mode by: * Downloading the Binaries only from http://www.highrez.co.uk/downloads/inpout32 * Unpacking the Win32 folder (drag it in some…
-
@TheAdriWest and @Miriam: You can download all versions (including 2.9.7) of OpenSesame here: * https://github.com/smathot/OpenSesame/releases If you use OpenSesame version 2.9.7 refer to the documentation here because that is written for version …
-
Hi Adrian, Yes, I would first test if sending triggers to the parallel port works at all by using the example scripts here by pasting them in a new inline script in a new experiment. This way you kind of 'isolate' the problem by not using a plugin …
-
Hi @katya and @TheAdriWest, Did either the alternative method or the documented method work for you? Best, Jarik
-
Answered here: http://forum.cogsci.nl/index.php?p=/discussion/comment/7947/#Comment_7947
-
Hi Adrian, Please post your question only ones! (Quote) Plugins should appear in the item toolbar: http://osdoc.cogsci.nl/manual/interface/#the-item-toolbar And can be dragged into the overview area: http://osdoc.cogsci.nl/manual/interface/#the-o…
-
Hi katya, Yes, this is an alternative method that does not require test mode. Please carefully follow the steps I describe and please let us know if it works. If enough people report this method to be successful maybe @sebastiaan can put it in the …
-
Hi, Maybe you can try this: http://forum.cogsci.nl/index.php?p=/discussion/comment/7500/#Comment_7500 Best, Jarik
-
Hi Raluca, I see the link in: http://forum.cogsci.nl/index.php?p=/discussion/comment/7519/#Comment_7519 is dead. You can now use: http://osdoc.cogsci.nl/3.1/manual/devices/parallel/#using-dportiodll-in-a-python-inline-script-windows-only I would …
-
Hi Raluca_Szekely, Maybe this post helps: http://forum.cogsci.nl/index.php?p=/discussion/comment/7519/#Comment_7519 Best, Jarik
-
Hi Chiara, I think you're right. You could just move a big monitor further away from the participant I guess. It is probably best to contact SR Research with these questions (they also have a forum). Best, Jarik
-
Hi Kristin, I'm afraid this is not going to work. Please read this: http://forum.cogsci.nl/index.php?p=/discussion/comment/6620 Best, Jarik
-
Hi Michael Tesar, Some quick thoughts: (Quote) The file should be named dlportio.dll (not dlpotio.dll). (Quote) If you use try like documented here you should get a warning when try fails. And last but not least: Could you try using port = 0xCFF…
-
Hi Chiara, We use the Samsung 2233RZ 3D monitors in our labs. They can handle a 120Hz refresh rate (they are designed as a 3D monitors with shutter classes with 60 Hz for each eye). But I don't know if you can still buy them and you might want to c…
-
Hi Deiniol, Good to read it's solved! (Quote) As far as I know an inline_script only runs when it's encountered in a sequence (assuming your not using parallel or coroutines plug-ins). Please see http://osdoc.cogsci.nl/usage/prepare-run/ Also not…
-
Now with correct name and clickable links: Hi Deiniol, Think you're almost there with your code. You can find a working example using the same principle here: http://forum.cogsci.nl/index.php?p=/discussion/comment/7616#Comment_7616 Another option…
-
Hi Denial, Think you're almost there with your code. You can find a working example using the same principle here: http://forum.cogsci.nl/index.php?p=/discussion/comment/7616#Comment_7616 Another option might be to put the practice block in a(noth…
-
Maybe you can use a rating scale in a custom form. http://osdoc.cogsci.nl/forms/custom-forms/ Jarik
-
Hi Maybe this answer also helps with your problem: http://forum.cogsci.nl/index.php?p=/discussion/comment/7606#Comment_7606 Jarik