LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dsc 8.2 Acknowledge button...

Hi all,
1st problem:
Is this possible to use a button to acknowlege one alarm in the Alarm and event display (dsc 8.2) ? instead of using the right click on the selected alarm.
The idea is to select the alarm in the diplay and to use a button to acknowlege it.

2nd problem:
I'm able to generate an alarm in this diplay but not an event (green color). What is the way to do it ?

3rd problem:
Is this possible to disable the "Select processes" menu when you right click on the Alarm and event display ?

Thanks

Best Regards
Julien
0 Kudos
Message 1 of 4
(5,626 Views)

Hi Julien,

Sorry for a so late answer, are you still encountering some problems in your use of LabVIEW DSC ?

Regards,

ClémentG
0 Kudos
Message 2 of 4
(5,387 Views)
Hi Clément,
Quite late as you say...
But my problems are not solved about these 3 points.

Thanks
Regards,
Julien
0 Kudos
Message 3 of 4
(5,355 Views)

Hi,

If you want to acknowledge an alarm using a boolean button on the front panel, I think you should use a LabVIEW function that install with the DSC module and called "acknowledge alarms.vi". To use this VI you have to connect the name of the shared you want to acknowlege alarms. You can use this function inside a case structure control by a boolean in the front panel.

For the other questions, I don't think it's possible since the "alarm and event display" is an activeX container for which we can't change the properties. We can access some properties and actions of the object using property and invoke nodes.

Regards,

ClémentG
0 Kudos
Message 4 of 4
(5,273 Views)