I want to change FileGlobal variables directly from TestStand Operator Interface. When user clicks button on user interface, the UI should change FileGlobal variable in teststand sequence. Simple as that.
I tryed to implement this using sequence context but it only works if the sequence is manualy poused :D, variable is then changed and then sequence continues. Why?
I don't want to use user messages since they are very not elegant to handle, pogram and maintain!