Hello!
I read measurement values out of a file. This takes about a minute.
After that, I want the user to be able to change the value of a slider, and then display the value of measurement number "value of slider".
So I used a flat sequence, and in the last block of this sequence I added an event structure. But obviously this event structure gets active long before: when I start the program with this last block, I can't do anything anymore, and as soon as I remove it, the program works again.
So isn't it possible to have an event structure that is only active within a certain block of a sequence?
Thanks a lot!
Sabine Lorentz