NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Event case

Hi,

I'm capturing two events for same control.
I.e., For string I'm capturing Mouse down and Value change event.

In that case, I need to order event like first Value change and then Mouse down.
How can I do it?

Thanks in advance!

0 Kudos
Message 1 of 5
(2,597 Views)

Hi PadmanabanJ

 

Can you give us a bit more information (describe what you would like to do)? 

 

In my mind the order of the events is determined by how the user interacts with String.  If the user uses the mouse to click in the String before changing its value then clearly Mouse Down will come first.  If the user however uses the tab control to tab into String before changing its values then you wont get a Mouse Down at all.

 

Regards

 

Steve

0 Kudos
Message 2 of 5
(2,583 Views)

Hi,
In String Control I can enable 'Update while typing' option so that String 'Value change event' will be captured for every string input.
Similarly can I do for numeric? I required to capture Numeric value change immediately if I change any values in that control? 

Is it possible?

0 Kudos
Message 3 of 5
(2,575 Views)

No I don't think it works the same way.  You could use the increment and decrement arrows for a Numeric that will fire the Value Changed straight away. You could go for keydown events for your Numeric and track which keys have been pressed to work out what the number is, but that will get complicated very quickly.

If I were you I would re-post this one on the LabVIEW Software Board. It is a LabVIEW question rather than a TestStand question.

0 Kudos
Message 4 of 5
(2,569 Views)

Sure. Thanks for reply.
By mistakenly I posted in Teststand Section

0 Kudos
Message 5 of 5
(2,564 Views)