[visionegg] parallel port trigger with Ephys-Server/Gui

  • From: Markus Bongard <markus.bongard@xxxxxx>
  • To: visionegg@xxxxxxxxxxxxx
  • Date: Mon, 24 Nov 2003 02:08:58 +0100

gentle persons,

I try to use the parallel port triggering with in the ephys-server modules. While this works pretty nice with "stand alone"-modules/programs (flashing rectangles, bars, gratings , whatever), I have some problems implementing it with in the modules. From the examples the inclusion of

import VisionEgg.Daq
from VisionEgg.DaqLPT import *


within the header and the creation of a trigger output controller

trigger_out_controller = LPTTriggerOutController()

and finally adding this trigger output controller to the presentation's list of controllers

p.add_controller(None,None,trigger_out_controller)

seems to do this. If I do the same within a module for the server it doens't work. Any hints/Suggestions are welcome.

Additionally I like to ask, wether anyoe from this mailinglist sucessfully uses visionegg under MacOS X 10.3.x together with the latest Tcl/Tk 8.4.4 ?

cheers,

Markus

Other related posts: