10-14-2019 08:40 AM
Hi All
I am having LabVIEW GUI which has certain front panel controls on it. These controls event I have handled through LabVIEW event structure.
These controls are mapped to connector pane to use it in TestStand.
Now I am calling this GUI in teststand and I am passing some values to these controls through teststand(instead of changing them from front panel). However the problem is , LabVIEW does not recognize this value change event(since its done from TestStand)
Is there any way so that the controls value which are changed from Teststand(by accesing them through connector pane)can be detected in LabVIEW?
I am attaching demo code here just to explain what I am trying to do.
Thanks in advance
10-23-2019 01:43 AM
I recommend you to use simple Operator User Interface, there you can trigger events using UI Messages. Read here and your problem will be solved:
Pass Data from LabVIEW UI to TestStand Sequence Based on Custom UI Message Event
10-25-2019 01:00 AM
Thanks of your suggestion.
I have used User Events before through TestStand using UI messages before.
It helps to trigger the events from TestStand which can be then handled in LabVIEW(not necessarily inside a event structure in LaBVIEW)
However what I was trying to do here was to control labVIEW event structure(which basically controls the front panel events) through LabVIEW.
I did not find the solution of it yet.
CUrrently i have changed my LabVIEW architechure a bit and now controlling LabVIEW UI through Teststand