Hi,
How’s your Biopac EDA recorder receiving triggers? I use EDA with a Brainproducts QuickAmp, which just gets a trigger input via the PC’s parallel port. Which is extremely simple to arrange.
Funnily, I just had a discussion on the topic of wireless items in EEG and such: in general, I have seen few scenarios where one isn’t paying extra for a feature which eventually sounds a lot better than it is. Personally, I like my subjects sitting in the lab, as fixed as possible, while my stimulus computer is a big box, my ideal screen is a CRT, and the timing is controlled with the serial port for sublime timing. But perhaps I should think more “out of the box”, i.e. out of the lab!
Sorry for the rant!
Best,
Michiel
--
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+u...@googlegroups.com.
To post to this group, send email to e-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/e-prime/f8d87d76-a5e4-4e1b-bfce-a98c6cb36823%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
No problem – I do that myself.
Parallel port:
In general, you write in the user script:
Dim outport As Integer
Then, in the beginning of the experiment an inline with:
outport = &H378 ‘this being my parallel port – not the same for everyone
writeport outport, 1 ‘sends 1 when the command is encountered
‘or:
ShowsWord.OnsetSignalData = 2 ‘sends 2 when ShowsWord is shown (a textdisplay here)
ShowsWord.OnsetSignalEnabled = True
ShowsWord.OnsetSignalPort = Outport
Hope that helps!
Best,
Michiel
PS: features: like wireless (“enabling mobile”).
To view this discussion on the web visit https://groups.google.com/d/msgid/e-prime/e1594136-9fd1-4c4d-8754-4d5046e844eb%40googlegroups.com.