Progress Bar "Initial Step.vi" sends wrong total step count in event
Initial Step.vi
sets the value for total steps to 1
and immediately triggers a progress bar event. Set Total Steps.vi
allows for setting the total number of steps, but the first (initial) progress bar event will still carry a wrong number of steps.
Not calling Initial Step.vi
is not an option either as this VI resets the "Current Step" variable to 0.