Data Acquisition
Posted: 17 Oct 2005, 08:18
I am currently trying to implement a EEGsource module for use at our institution. I am trying to do this according to the Software Design Document. In this document, on page 20-23 a tutorial is given which I am following. I encounter the following problems:
Minor:
Page 22, last line of the "Preflight" function:
The last parameter in SignalProperties cannot be an Int.
Changed to SignalType::int16 to compile
Page 23, Process:4 lines before the end:
buffer: 'i' is not defined here: defined it at start of the function, set to zero, increase value using 'buffer[i++]'.
Ok, now it compiles. (Changes look quite straightforward...), and I end up with a source module.
When I start this module, and start and connect to an operator, the following (fatal) error occurs:
TfMain::EnterState: Unexpected system state transition: 0 -> 11.
What am I doing wrong here?
(ps. This is describing my 'Barebone' compile. Exactly the same occures with a 'meaningfull' Halt, Initialize, Process and Preflight function.)
Mark Span
Minor:
Page 22, last line of the "Preflight" function:
The last parameter in SignalProperties cannot be an Int.
Changed to SignalType::int16 to compile
Page 23, Process:4 lines before the end:
buffer: 'i' is not defined here: defined it at start of the function, set to zero, increase value using 'buffer[i++]'.
Ok, now it compiles. (Changes look quite straightforward...), and I end up with a source module.
When I start this module, and start and connect to an operator, the following (fatal) error occurs:
TfMain::EnterState: Unexpected system state transition: 0 -> 11.
What am I doing wrong here?
(ps. This is describing my 'Barebone' compile. Exactly the same occures with a 'meaningfull' Halt, Initialize, Process and Preflight function.)
Mark Span