I have setup a custom database logging (Dbase) which logs UUT-related data (serial number, etc.), 1 record per test run in one table and Test relarted data: result, limits, .. 1 record per test results in another table.
With the standard Teststand sequential process model, all works fine as expected, but when I added a callback just before the mainsequence call back, only the tests of the first sequencer are datalogged. The UUT data is OK. If I disable "Record Result" in the run options of the callback, the second sequencer tests is datalogged again.
It seems that only the tests of the first sequencer callback configered to record results are logged.
Does anybody know why this is the case and how I can solve it?
Attached you can find the modified process model, the database format and the sequencer I have used to test it. (datalogging.seq)