Hello!
I have a problem with a vertical pointer slide. The valid range of values that the pointer slide can have are from 0 to 2 with an increment of 1. Hence the values of 0, 1 and 2 are possible. I can easily change the values of the slide while running my VI. However, I would want the default value to be zero at all times when I start running the VI. The pointer slide is connected to a case structure that executes certain actions depending on if the value is 0 (Standby), 1(Operating) and 2(Non-operating). I always use the slide going from 0 to 2 with an increment of one (hence the sequence of 0, 1, 2). However, when i rerun the VI the default value of the vertical pointer slider does NOT change to 0 as I anticipated. I find this peculiar since it says (0,default) on my case structure. I noticed that there is Reinitialize to default value option when I am not running the VI. How would I go about to make my vertical pointer slide to always start with the default value 0 when I start running the VI? As of right now the VI always starts with the last value it had before I stopped running it.
Please help me with this.
Thanks