02-24-2006 10:22 PM
02-27-2006 02:28 AM
03-02-2006 06:43 AM
Thanks for helping me.
Because I have to set default value for two control,control A evaluation is depended on the event completion of control B.But if I place the value initialzation before the event structure,the event for control B can not be executed during the initialization process.How should I do?
What I want is as follows:step 1:initalization,step 2:event structure
control B evaluation------event for control B------control A evaluation-------event structure
Whether the event for control B can only be executed after control A evaluation in labview?
Ps:I dont know if I have mentioned my question clearly.Thanks anyway for help.
03-02-2006 08:40 AM
03-06-2006 06:51 PM
Thanks you Proven.:)
Yes,I am developing a semiconductor measurement system.Because I used to use other language to make events-driven mechanism and it's quite simple.The events-driven mechanism for labview seems to be a little different.I have just upgrade my labiew version for 7.0 to 8.0.Now I can carefully study those templates.
Thanks for your advice.:)