I want to call directly to IVI or Visa driver DLLs using the DLL Flexible Prototype Adapter (because not every instrument in the world is a power-supply, dmm, scope, function-generator or switch). So far, straightforward. But when an error happens, I want it to automatically call the XXXX_error_message() function, to set the Step.Result.Error.Msg string.
The Flexible Prototype Adapter won't do that by itself. I was thinking of adding that functionality to it (making what I would call an "IVI/Visa Driver Adapter"), but I can't find the source code for the adapter. Is it not included with TestStand? I've been amazed by how much source code is included, maybe I'm just missing this one. Is it even possible to write user-defined
step adapters?
- Ron