<html>
<body>
<br><br>
An example using native parallel port (Decimal address = 88, therefore
Hex address 378) to send bytes to a NeuroScan system using Hex notation
(&H...), which would appear in NeuroScan .cnt file as trigger codes 1
to 10:<br><br>
' assess item level and<x-tab> </x-tab>send appropriate trigger code
to NuAmps<br>
If c.GetAttrib ("numobs") = 1 then<br>
<x-tab>        </x-tab><x-tab>
        </x-tab>WritePort
&H378, &H1<br><br>
<x-tab>        </x-tab>elseif
c.GetAttrib ("numobs") = 2 then<br>
<x-tab>        </x-tab><x-tab>
        </x-tab>WritePort
&H378, &H2<br><br>
<x-tab>        </x-tab>elseif
c.GetAttrib ("numobs") = 3 then<br>
<x-tab>        </x-tab><x-tab>
        </x-tab>WritePort
&H378, &H3<br><br>
<x-tab>        </x-tab>elseif
c.GetAttrib ("numobs") = 4 then<br>
<x-tab>        </x-tab><x-tab>
        </x-tab>WritePort
&H378, &H4<br><br>
<x-tab>        </x-tab>elseif
c.GetAttrib ("numobs") = 5 then<br>
<x-tab>        </x-tab><x-tab>
        </x-tab>WritePort
&H378, &H5<br><br>
<x-tab>        </x-tab>elseif
c.GetAttrib ("numobs") = 6 then<br>
<x-tab>        </x-tab><x-tab>
        </x-tab>WritePort
&H378, &H6<br><br>
<x-tab>        </x-tab>elseif
c.GetAttrib ("numobs") = 7 then<br>
<x-tab>        </x-tab><x-tab>
        </x-tab>WritePort
&H378, &H7<br><br>
<x-tab>        </x-tab>elseif
c.GetAttrib ("numobs") = 8 then<br>
<x-tab>        </x-tab><x-tab>
        </x-tab>WritePort
&H378, &H8<br><br>
<x-tab>        </x-tab>elseif
c.GetAttrib ("numobs") = 9 then<br>
<x-tab>        </x-tab><x-tab>
        </x-tab>WritePort
&H378, &H9<br><br>
<x-tab>        </x-tab>elseif
c.GetAttrib ("numobs") = 10 then<br>
<x-tab>        </x-tab><x-tab>
        </x-tab>WritePort
&H378, &HA<br>
End If<br><br>
... here is a conversion tool:<br><br>
<a href="http://easycalculation.com/hex-converter.php" eudora="autourl">
http://easycalculation.com/hex-converter.php<br><br>
</a>At 12:23 PM 7/02/2013, you wrote:<br>
<blockquote type=cite class=cite cite="">Hi All, <br><br>
I am using inline code (WritePort) in Eprime2 to send triggers from the
test computer to an EEG computer. <br><br>
I would like to add a label to each trigger that specifies what type of
trial that specific trigger is associated with (there are several levels
to several variables). Does anyone have any insight for how I might go
about doing this?<br><br>
Thank you in advance!<br>
M<br><br>
-- <br>
You received this message because you are subscribed to the Google Groups
"E-Prime" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an
email to e-prime+unsubscribe@googlegroups.com.<br>
To post to this group, send email to e-prime@googlegroups.com.<br>
To view this discussion on the web visit
<a href="https://groups.google.com/d/msg/e-prime/-/BEjt5C5n6n8J">
https://groups.google.com/d/msg/e-prime/-/BEjt5C5n6n8J</a>.<br>
For more options, visit
<a href="https://groups.google.com/groups/opt_out">
https://groups.google.com/groups/opt_out</a>.<br>
 <br>
 </blockquote></body>
</html>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+unsubscribe@googlegroups.com.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />
 <br />
 <br />