12-06-2013 01:13 AM - edited 12-06-2013 01:14 AM
HI all
I am using the knob conrol in 2012 wherein in knob control we get one numeric control also by default.We can enter numeric value in that control and then the knob is set to that value.
My problem is , for entering the value in that numeric control of knob(rather than setting the value from knob itself) i want to call my keypad VI as this is my touch screen VI.
But i am not able to take event seperately for that numeric control of knob. Keypad VI is getting called even if i am trying to change value from knob.(by rotating the wheel)
BUt i want keypad to get populate only if i want to enter value in numeric field.
Is there any specific way to capture that event?
I hope i have explained my issue properly.
What i was thin king was hiding that numeric control and taking other numeric control instead of that and take event on that numeric control to call keypad. IS this the best possible way?
Any help will be appreciated. Its quite urgent
12-06-2013 01:35 AM
Hi LV User,
using a separate numeric control next to your knob is surely one way to go. Might be quiet easy, too.
Other option would be to detect mouse-clicks on your knob control and then determine (by it's position) which part of the knob control (wheel or numeric control) is selected...
12-06-2013 03:45 AM - edited 12-06-2013 03:50 AM
HI GredW,
So what i was thinking is correct...we cannot take the individual event for the numeric control for the knob!!!!
So if I am thinking to take another numeric control to enter value for knob using keypad , that value should again get dispalyed on the wheel also(after entering...)
So for that again we have to develop another logic if I am not wrong.As the numeric which is associated with knob is not supporting this , I have to this extra piece of coding. Am i right?
12-06-2013 04:21 AM