Error -17313 Occurs When Using Callback Sequence in TestStand

Updated Dec 26, 2025

Reported In

Software

  • TestStand

Issue Details

When I run my sequence in TestStand, which contains a Callback Sequence, I receive the following error:

Type of argument expression Parameters.ModelPlugin is incompatible with parameter StationInfo. Expected Container, found Container.

Error Code: -17313

Could not accept the parameter passed in.

Solution

This error occurs because the parameters configured for the callback sequence do not match the expected default parameters defined by the SequentialModel. For example, adding/removing a parameter or changing parameter types can cause incompatibility.

To fix this issue:

  1. Check the Callback Parameters
    Compare your current configuration with the default parameters for the callback in the SequentialModel.

    • If you modified the parameters, revert them to the default set.

     

  2. Restore Defaults

    • Open the callback sequence.
    • Ensure the parameters match the default configuration shown in the SequentialModel.
    • If custom parameters are required, update the callback logic accordingly in the SequentialModel.