LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to delete some specific alarm from Citadel 5

Hello!

 

I am using labview and DSC module for shared variables and configured alarms logging.

alarms stored in citadel 5 data base. 

i want to ask how can i delete some specific alarm from citadel 5.

picture attached.

 

thanks

asif

0 Kudos
Message 1 of 2
(798 Views)

@fnancy21 wrote:

Hello,

 

To delete a specific alarm from the Citadel 5 database using LabVIEW and the DSC module, you can follow below general steps.

Connect to the Citadel 5 database: Use the LabVIEW Database Connectivity Toolkit or the appropriate database connectivity method to establish a connection with the Citadel 5 database. Ensure that you have the necessary credentials and permissions to access the database.
Query the alarm table: Construct a query to retrieve the specific alarm that you want to delete from the Citadel 5 database. This query should include criteria that uniquely identify the alarm you want to delete, such as an alarm ID or a combination of other alarm attributes.
Execute the delete command: Once you have identified the alarm you want to delete using the query, execute the delete command to remove the alarm from the database. This can be done by using LabVIEW database functions or methods specific to the database connectivity toolkit you are using.

 

If you want more details please tell me. i am happy to help you.


Chat GPT or Bard? 

______________________________________________________________
Have a pleasant day and be sure to learn Python for success and prosperity.
0 Kudos
Message 2 of 2
(525 Views)