Hello,
(TestStand 4.0, CVI 8.2)
I've got a custom sequence in TestStand calling a function from a .dll created in CVI. The function is modeled after the numeric limit template and contains the reportText string.
I'm trying to get the reportText string displayed to an .xml report file. I've noticed that reportText by default is written to the .txt and .html report files (from the default model supplied in modelsupport2), but not the .xml report file. Is there a simple way to enable reportText to also be written to the .xml report files? It even appears that the report file has an empty placeholder for this text.
Thanks in advance.