Type of argument expression 'Parameters.Module' is incompatible with parameter 'Module'. Expected Container, Instance of Type 'TempController_Limit', found Container, Instance of Type 'Heater_Location'
-17313; Could not accept the parameter passed in.
Why do I get this error? I am 99% confident that I have specified module and parameters properly? If I disable Type Checking on these parameters I get no other error. How is this error introduced?
The only other clue is that my sequence is running two threads? All parameters passed by reference.
Thanks for the answer. My problem was that I had not specified parameters properly through the sequence. So I think the stack was probably getting corrupted etc..
Francey - As a side note, internally TestStand does not use the stack to pass data between sequences, so your data integrity was probably ok, it appears to be just a type mismatch that we caught.