NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

ProcessModelPostResultListEntry is not called

Hello,

I wrote my own ProcessModell. I want to generate a Report File after executing a customer sequence call in a client sequence file and I thought I could do this in the callback ProcessModelPostResultListEntry.

But during the execution Teststand does not call the callback and I have no idea why. It works when  I use the SequenceFilePostResultListEntry in the client sequence file, but I want have only one callback and not a callback in every client sequence file.

Has anybody an idea why Teststand does not call the callback ProcessModelPostResultListEntry after executing steps in the client sequence file.


Thanks so lot.

Kind regards


Matthias
0 Kudos
Message 1 of 5
(3,483 Views)
 In your process model, make sure you are calling Execution.EnableCallback to enable CallbackType_ModelPostResult–(Value: 0x3) ProcessModelPostResult callback.

Allen P.
NI
Message 2 of 5
(3,474 Views)
Hi AllenP,

thank you very much for your help.

I copied the standard SequentialModel for my own model, and I did not see that the ModelResultCallback was disabled.

Kind regards

Matthias


0 Kudos
Message 3 of 5
(3,458 Views)

Matthias -
There is a call in the Setup step group of the Single Pass and Test UUTs entry points to disable the callback. See if you have that.

Scott Richardson
https://testeract.com
0 Kudos
Message 4 of 5
(3,450 Views)
Hi Scott,

yes, I had that and I skipped this step. Now it works very well.

Thanks for your help.

Kind regards

Matthias
0 Kudos
Message 5 of 5
(3,436 Views)