professor_rumsdiegeige Posted January 24, 2009 Report Share Posted January 24, 2009 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 Quote Link to comment
LAVA 1.0 Content Posted January 24, 2009 Report Share Posted January 24, 2009 Hi Sabine, there are several options (hard to easy): Use dynamic event registration Set the event not to loc the FP (in the options of the event case Ton Quote Link to comment
professor_rumsdiegeige Posted January 24, 2009 Author Report Share Posted January 24, 2009 QUOTE (Ton @ Jan 23 2009, 08:29 AM) Hi Sabine,there are several options (hard to easy): Use http://forums.ni.com/ni/board/message?board.id=170&message.id=242266&jump=true' target="_blank">dynamic event registration Set the event not to loc the FP (in the options of the event case Ton Thanks, the second option solved my problem! Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.