Jump to content

Beginner question about indicators


jak692

Recommended Posts

Posted

I currently have a few numerical indicators in the application I'm working on. When the output from the indicators reaches a certain level the indicator begins to blink.

Here is my question:

I would like the user to be able to click on the blinking indicator to bring up a cluster control which contains buttons for certain options in dealing with the alarm. Is this possible? If not what would be the best option?

I don't know how to make an event happen when the user clicks on the indicator.

Any help would be much appreciated, thanks alot!

Posted

I currently have a few numerical indicators in the application I'm working on. When the output from the indicators reaches a certain level the indicator begins to blink.

Here is my question:

I would like the user to be able to click on the blinking indicator to bring up a cluster control which contains buttons for certain options in dealing with the alarm. Is this possible? If not what would be the best option?

I don't know how to make an event happen when the user clicks on the indicator.

Any help would be much appreciated, thanks alot!

The "Event Structure" has a mouse event case you can select and tie it to your indicator. Then you can invoke another vi with the cluster on its front panel from within the event case.

Posted

The "Event Structure" has a mouse event case you can select and tie it to your indicator. Then you can invoke another vi with the cluster on its front panel from within the event case.

Hey thanks a lot Shaun! That's a great tip!

Posted

[...] bring up a cluster control [...]

Another option would be to use a custom menu for the controls. The user would right-click on the control and be presented with options that you'd handle in the Event Structure.

Posted

Another option would be to use a custom menu for the controls. The user would right-click on the control and be presented with options that you'd handle in the Event Structure.

I would probably use the right click menu option, otherwise you can do something like this.

Cheers,

Mikael

GrayOut.vi

Join the conversation

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

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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.