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.