06-02-2017 10:07 AM
Teststand reports "This function does not have parameter information in the DLL or uses tpye not recognized by Teststand" when the function of ExtraPutty is changed in the ExtraPutty example "TestStand sequence.seq". I don't know why.
06-05-2017 02:57 AM
It's just an information message saying that the dll has no information about parameters of the selected function. It means that you have to enter manually all the parameters of the function with the right type.
It seems that it is what you did. Do you have problem at execution ?
Regards