kaarthik_kaarthik Posted December 16, 2008 Report Share Posted December 16, 2008 Hi, Is there a method by which i can determine the knob position in the front panel is changed? in real time? With kind regards, kaarthik Quote Link to comment
LAVA 1.0 Content Posted December 16, 2008 Report Share Posted December 16, 2008 The 'Value Change' event will give you the old and new value of any type of control (including a knob). Look at the LabVIEW Fundamentals on Event driven programming. Ton Quote Link to comment
kaarthik_kaarthik Posted December 16, 2008 Author Report Share Posted December 16, 2008 QUOTE (Ton @ Dec 15 2008, 02:06 PM) The 'Value Change' event will give you the old and new value of any type of control (including a knob).Look at the LabVIEW Fundamentals on http://zone.ni.com/reference/en-XX/help/371361D-01/TOC18.htm' target="_blank">Event driven programming. Ton could you please provide me with an example.i'm very new to LabVIEW programming. kind regards, kaarthik Quote Link to comment
LAVA 1.0 Content Posted December 16, 2008 Report Share Posted December 16, 2008 QUOTE (kaarthik_kaarthik @ Dec 15 2008, 06:04 AM) Is there a method by which i can determine the knob position in the front panel is changed? in real time? Hi Kaarthk, what do you mean by 'Real Time' do you want to do the comparison all the time, or in LabVIEW Real Tim on an RT target? QUOTE (kaarthik_kaarthik @ Dec 15 2008, 10:40 AM) could you please provide me with an example.i'm very new to LabVIEW programming. Could you provide a starting point for me, I have no intention of doing any type of homework, however if you allready have some code lying around please post. Also take notice of the examples in LabVIEW for event driven programming, these will be very helpfull. Ton Quote Link to comment
kaarthik_kaarthik Posted December 16, 2008 Author Report Share Posted December 16, 2008 QUOTE (Ton @ Dec 15 2008, 03:30 PM) Hi Kaarthk,what do you mean by 'Real Time' do you want to do the comparison all the time, or in LabVIEW Real Tim on an RT target? Could you provide a starting point for me, I have no intention of doing any type of homework, however if you allready have some code lying around please post. Also take notice of the examples in LabVIEW for event driven programming, these will be very helpfull. Ton Hi Ton, thanks for the input,i have figured out how to implement it and had good luck this time. Cheers, Kaarthik 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.