I'm trying to send notification form LabVIEW to TestStand.
The idea is to break while loop from Operator Interface, during waiting for temperature chamber setpoint, when operator clicks some button.
As you can see above, I have a while loop (normaly stop condition is temperature setpoint from temperature chamber). When operator click "break loop" on the OI then "Break step" precondition flag is changed (station global variable) and it should also send notification to "Wait step".
Unfortunately I don't know how to send this notifier form LabVIEW based OI. I hoped that if I will store notifier reference in FGV, then I will be able to use it in my subVI which you can see below.
This way I'm getting Error 1 "Incorrect function"...
Any suggestion how to do this loop breaker?