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

Reading This Topic

Explore
Messages
Mentions
Search