From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
I am working on a project where I need to display progress bar at operator level interface which is running asynchronously. Using the SequenceFilePostStep, I managed to post UI message for the Progress bar in Percent. But now I need to receive the UI message in the asynchronous VI which is running in seperate thread. Previously I used Get UI Message method from Sequence Context Engine but that doesen't help. Also tried Teststand Queues and Notifiers. Any help will be appreciated.