NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Initiating LabVIEW Events(handled in event structure) through TestStand

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

0 Kudos
Message 1 of 3
(2,447 Views)

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

0 Kudos
Message 2 of 3
(2,377 Views)

 

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

 

0 Kudos
Message 3 of 3
(2,359 Views)