le 08-23-2017 04:56 AM
I am posting not in the review thread because I have not finished the documentation part although the core functionality works somewhat.
I have a couple of questions. Please have a look at my application
1. My Slider won't go to Entry position after I move it to Exit but works when I turn on highlight execution
2. I create an array of the wash options selected and add it to a Queue. And so it gets executed sequentially. In case the buttons were pushed randomly, I will have to move back and forth which does not fit well with the application. Could you offer some help?
le 08-23-2017 06:35 AM
Few Controls (Typedef) are from Different locations (Path referring your physical directory) make sure all the files are placed in such a way that your main VI Loads without error
le 08-23-2017 06:43 AM
GoKu25 wrote:
1. My Slider won't go to Entry position after I move it to Exit but works when I turn on highlight execution
That just screams "Race Condition". Without looking at your code, my guess is that you have parallel loops trying to update that indicator via a FGV or local variables.
le 08-23-2017 06:44 AM
Reg Point1: I Disconnected all the type def functions but i am not able to replicate your issue, it will be goof if you can explain better.
Reg point 2 : hope you don't want to push it randomly, once its selected it has to get disabled until it completes all the cycles. using array of selected elements(Cycles) will work good for you.
le 08-23-2017 06:56 AM
Well, it works now. I just noticed an unwanted local variable. Thanks anyway
le 08-23-2017 06:57 AM
My bad. I did not notice it. I have changed the locations.
le 08-23-2017 07:04 AM
Great if your job is done you can document and submit for review.