My error is message is being cut off by TestStand, any ideas???
I emulated this behavior with the VI test.vi and the sequence Sequence File1.seq. I opened the SequentialModel.seq and added the ProcessModelPostStepRuntimeError callback to capture the error I'm getting from the caller. I added a label step and a breakpoint just to be able to add a WatchExpr.
So it looks like whenever I include the "ProxyCaller ->" string the message gets cut off.
1. The original problem is reproduced the picture errormsg.jpg. I pass the string "Description1 ProxyCaller -> Description2" as the error message and the msg gets split exactly where the string "ProxyCaller ->" appears.
2. Then I tried changing the error msg string this time using "Description1 ProxyCller -> Description2" (deleted the a from Caller) and the msg appears intact... see ProxyCller.jpg
3. Same when I pass the string "Description1 ProxyCaller - Description2" (deleted the > symbol)... see ProxyCallerNoGreaterThan.jpg