Error 0 in TestStand When Using ASAM XIL Steps and VeriStand

Updated Dec 15, 2023

Reported In

Software

  • VeriStand
  • TestStand
  • ASAM XIL TestStand Steps

Issue Details

I am using ASAM XIL steps types of TestStand that invoke VeriStand Project when executing the steps. However, my Host PC has two versions of VeriStand which are 2020 and 2023. The project is saved in VeriStand 2020, somehow the steps executed invoke the project in VeriStand 2023 and not VeriStand 2020. Below is the error that we are seeing. 
2023-12-15_09h17_31.png

Is there any way we can force the TestStand ASAM XIL to run on a specific VeriStand version?

Solution

This error happens as the TestStand script confused to call which version of VeriStand when the steps is executed. 

To solve the issue, you can try to uninstall the VeriStand 2023 from the host PC, then resaved all the VeriStand and TestStand code and run the code again. This step should be solving the issue.