[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Software triggering a PCDig
M.Stein writes:
> On Fri, 31 Mar 2000, Will Lockhart wrote:
>
> > OK, I tried this. When I run swtrig_itifg I get the following error:
> > GIOC_CR_SET_SOFTTRIG: Invalid argument
>
> Oh, you see, I haven't tested this mode at any time. You also have to
> adjust pcd_get/set_tmode in pcdigReg.c line 1656 and 1666 to TMODE_SWT0!
OK, I made those changes as well, and the software trigger now works!
OK, so what about an external trigger source? If I understand what's
going on, then I should undo the changes we've just made, make EXSYNC
free running, run ./test_itifg with the -t option and connect my
trigger source to the board - and it should work...?
Well, this is what I've tried, and I'm afraid it doesn't work. The
trigger source is definitely working - I've got a TTL level trigger
connected to the board.
> > Why not? Presumably one can do everything that the board trigger mode
> > can using the EXSYNC stuff?
>
> The hardware support this mode, but I have changed a lot of things in
> 0.7.0 and haven't implement it yet.
>
> Have a nice weekend.
You too. Thanks for your help so far,
> matthias
Will