bulebell Posted December 16, 2011 Report Share Posted December 16, 2011 when i use event structure,I edit a event which need two events(Boolean value change and mouse down) to control。 what can i do with it? Quote Link to comment
Grampa_of_Oliva_n_Eden Posted December 16, 2011 Report Share Posted December 16, 2011 when i use event structure,I edit a event which need two events(Boolean value change and mouse down) to control。 what can i do with it? Please include more info to help us help you. Feel free to post in your native tongue if English is an issue. Ben Quote Link to comment
p27182 Posted December 19, 2011 Report Share Posted December 19, 2011 You mean an event structure that executes a frame based on an AND result of a [bool value change] and a [mouse down event]? -pat Quote Link to comment
Minh Pham Posted February 17, 2012 Report Share Posted February 17, 2012 Not fully understand what you are trying to ask but I guess you want to see when you can use the Boolean value change AND the mouse down at the same time, right. Since normally you click the control to fire a value change event for that button which means value change AND mouse down already. So what is the Boolean value change AND mouse down you can use for???? is the question. I have create an example on what you can do with it. The 1st Boolean button has the value change event: as you can see from the example, the string indicator doesnt clear after you clicked the button The 2nd Boolean button (Boolean 2) has the value change AND mouse down, the string indicator shows the text WHILE you hold the button and clear it straight away after you release it. Hope this is what you are after. booleanandclick.vi Quote Link to comment
bulebell Posted February 23, 2012 Author Report Share Posted February 23, 2012 Not fully understand what you are trying to ask but I guess you want to see when you can use the Boolean value change AND the mouse down at the same time, right. Since normally you click the control to fire a value change event for that button which means value change AND mouse down already. So what is the Boolean value change AND mouse down you can use for???? is the question. I have create an example on what you can do with it. The 1st Boolean button has the value change event: as you can see from the example, the string indicator doesnt clear after you clicked the button The 2nd Boolean button (Boolean 2) has the value change AND mouse down, the string indicator shows the text WHILE you hold the button and clear it straight away after you release it. Hope this is what you are after. thanks very much for your answer. but i am so sorry to tell you .because my labview's version is 2009,so i can't open your vi. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.