Jump to content

notifier understanding


Recommended Posts

what im trying to accomplish:

. start count down timer.

. every ten seconds, trigger an event via notifier

. do not interrupt counter while triggering event.

. abort at any time via "abort" button

. finish after 60 seconds

what its doing:

. starts count down timer

. after first ten seconds trigger event

. does not interrupt counter

. will abort at any time

. finishes after 60 seconds

. will not trigger event after first ten seconds

obviously im not using the notifier properly and

am hoping someone here can fix my mistake

with a small amount of explanation on what

i did wrong.

the attached "code/vi" shows what i did.

i also added a .jpg screen capture incase of version issues.

thanks,

robert

post-981-1105124146.jpg?width=400

Download File:post-981-1105123825.vi

Link to comment

The reason the dialogue box only happens once is because it is not in a loop. If you add a loop it should solve this problem.

post-584-1105135420.png?width=400

another problem that I ran across was the send notifier case is true for 10 ticks or 100 ms.

this will send a notification twice with a 50 ms timeout and caused me to have to click the ok button more than once.

Link to comment
The reason the dialogue box only happens once is because it is not in a loop. If you add a loop it should solve this problem.

post-584-1105135420.png?width=400

another problem that I ran across was the send notifier case is true for 10 ticks or 100 ms.

this will send a notification twice with a 50 ms timeout and caused me to have to click the ok button more than once.

3422[/snapback]

thank you for the explanation. i was not aware the notifier need to loop. i had mistakenly thought that if the send notification was looped that would be sufficient. this is the modified version.

robert

post-981-1105381934.jpg?width=400

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.