09-22-2021 12:03 AM
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
06-22-2023 01:42 PM
@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?