BIOSEMİ ACTIVE2 MID TASK TRIGGER PROBLEM


Author
Message
cansu
cansu
Associate Member (89 reputation)Associate Member (89 reputation)Associate Member (89 reputation)Associate Member (89 reputation)Associate Member (89 reputation)Associate Member (89 reputation)Associate Member (89 reputation)Associate Member (89 reputation)Associate Member (89 reputation)
Group: Forum Members
Posts: 38, Visits: 136
Hi, I am having problems sending triggers to biosemi active two system. We changed LPT to COM6. The task is running without error but not sending any trigger. here is a part of my code.


<shape incentivecue>
/ shape = rectangle
/ size = (values.stimsize * 0.75, values.stimsize)
/ position = (50%, 50%)
/ color = red
</shape>
<port incentivecueeeg>
/ port = COM6
/ subport = data
/ items = ("00000001")
</port>
<shape nonincentivecue>
/ shape = rectangle
/ size = (values.stimsize * 0.75, values.stimsize)
/ position = (50%, 50%)
/ color = red
</shape>
<port nonincentivecueeeg>
/ port = COM6
/ subport = data
/ items = ("00000011")
</port>
<shape eraser>
/ shape = rectangle
/ size = (values.stimsize * 2 * 0.75, values.stimsize * 2)
/ position = (50%, 50%)
/ color = black
</shape>
<port erasereeg>
/ port = COM6
/ subport = data
/ items = ("00000000")
</port>
<shape target>
/ shape = rectangle
/ size = (values.stimsize * 0.75, values.stimsize)
/ position = (50%, 50%)
/ color = white
</shape>
<port targeteeg>
/ port = COM6
/ subport = data
/ items = ("00000111")
</port>
<text feedback>
/ items = feedback
/ select = values.feedback
/ vjustify = center
/ fontstyle = ("Arial", 5%, false, false, false, false, 5, 1)
</text>
<port feedbackeeg>
/ port = COM6
/ subport = data
/ items = ("00001111")
</port>
<text total>
/ items = (" Total = <%values.total%> TL ")
/ vjustify = center
/ fontstyle = ("Arial", 3%, false, false, false, false, 5, 1)
/ position = (50%, 90%)
/ txcolor = gray
/ erase = false
</text>
<port totaleeg>
/ port = COM6
/ subport = data
/ items = ("00011111")
</port>
**************************************************************************************************************
**************************************************************************************************************
    LISTS    
**************************************************************************************************************
**************************************************************************************************************

Note: list.baselineRT fills during runtime with all baseline latencies
<list baselineRT>
</list>

Note: the following lists store the success (1) and failures (0) for each experimental condition, separately for incentive/nonincentive trials
<list successIncentive_Reward>
</list>

<list successNonIncentive_Reward>
</list>

<list successIncentive_Punishment>
</list>

<list successNonIncentive_Punishment>
</list>

<list successIncentive_Control>
</list>

<list successNonIncentive_Control>
</list>
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
cansu - Last Month
cansu - Last Month
Dave - Last Month
cansu - Last Month
Dave - Last Month
                         Thanks for answeringAs you mentioned,I define com6 as Port : / port =...
cansu - Last Month
                             You've defined a <port> stimulus. That's step one. Step two is...
Dave - Last Month
                                 MONETARY INCENTIVE DELAY TASK SCRIPT INFO Script Author: Katja...
cansu - Last Month
                                     trial.incentive.insertstimulustime(shape.incentivecue,...
Dave - Last Month
                                         I checked by using Tools -> Serial Port Monitor to see if you can...
cansu - Last Month
                                             port.eraseeg must not be output at the same time as...
Dave - Last Month
                                                 Thanks Dave, I am new in coding and I am unfamiliar to Millisecond...
cansu - Last Month
                                                     Try this:
Dave - Last Month
                                                         It doesnt work,I still can't send trigger to Biosemiactive2. Can it be...
cansu - Last Month
                                                             It works fine over serial, I've tested it on my system. Different com...
Dave - Last Month
                                                                 A task written in Python sends a trigger when it runs on the same...
cansu - Last Month
                                                                     That's all well and good, but it doesn't answer two if the questions I...
Dave - Last Month
                                                                         1) baudrate:115200 data bits:8 parity:none stop:1 flow control :none...
cansu - Last Month
                                                                             > how can I define port as com6 with settings You don't. You look...
Dave - Last Month
                                                                                 Thanks but unfortunately ıt doesn't work with inquisit 6, triggers are...
cansu - Last Month
                                                                                     We've already responded to your emailed request regarding use o...
Dave - Last Month
                                                                                         I tried AUDITORY ODDBALL TASK . it worked correctly with triggers.Iı...
cansu - Last Month
                                                                                             It makes no difference whether you specify directly in /stimulustimes...
Dave - Last Month
                                                                                                 It sends trigger from serial port but it does not send while the code...
cansu - Last Month
                                                                                                     > It sends trigger from serial port but it does not send while the...
Dave - Last Month
                                                                                                         What I mean is that when I send a trigger via tools -> serial...
cansu - Last Month
                                                                                                             The serial port monitor has nothing to do with any particular script....
Dave - Last Month
                                                                                                                 thank you very much for everything, for spending your time and effort,...
cansu - Last Month
                                                                                                                     Under Inquisit 4, as under 6 and 7, CTRL+Q is the shortcut to...
Dave - Last Month
                                                                                                                         Thank you so much for your support :) It must have been quite the...
cansu - Last Month
                                                                                                                             Not at all. And it's a weird issue, through no fault of your own. It's...
Dave - Last Month
                                                                                                                                 Hello again, The script running on Inquisit 4 sends triggers to the...
cansu - Last Month
                                                                                                                                     You're sedning the incentivecue and nonincentive cue triggers twice,...
Dave - Last Month
                                                                                                                                         I have done it,it works with one trigger. Thank you so much for your...
cansu - Last Month

Reading This Topic

Explore
Messages
Mentions
Search