I read the TS Simple OI with Yield Info. I am still confused.
My goal is to have a simple indicator on the TestStand-Execution Display. Vi front panel. So I place a numeric indicator on the front panel.
In Sequence editor, I use the API method and passing in the NumericDataParam = locals.testdata
with the UIMsg_UserMessageBase+0. So far, I understand this part. The next part is to have TestStand -UIMessage Handler.VI, inside the "No Event" case, add a case structure with a number 10000. Inside this 10000 case add a UI Message property with Numeric Data. Here I wire a numeric Indicator to the output of the property node. Here my confusion. The indicator on the TestStand -Execution Display (the one I just added) does not
have anything to do with the TestStand- UIMessage Handler.VI. Should I modify the TestStand- Excecution Display.VI with the "No Event" case or the TestStand- UI Message Handler.VI.
Please clarify.