02-27-2020 06:36 AM
Hi,
I was trying to run a TestStand Test sequence using the simple teststand user interface and I encoutred the following error :
Error executing substep 'Post'.
The method was called from an invalid step type
Stack Trace:
at NationalInstruments.AsamXilSteps.Core.RuntimeManager.ExecuteStep(SequenceContext thisContext, String stepWrapperId)
Knowing that I'm using ASAM XIL steps in my sequence to use VeriStand channels.
What could be the cause of this error and how could we solve it ?
02-27-2020 08:31 AM
I am not familiar with the ASAM XIL step types but my guess, based on the error message, is that you don't have something installed properly on that bench. A Post substep is a piece of code that gets called after the code module. It looks like you are missing the DLL or whatever it is that is supposed to be called. You might want to install the ASAM XIL steps on that computer.
Regards,
02-27-2020 09:52 AM
Thank you for your response.
ASAM XIL steps are already installed in the computer, maybe reinstalling them can solve the problem, i'll try it and let you know.
Regards.