Open
Description
When I am trying to use the alarm driver in Citect Version Plant SCADA 2023 R2 I got the message "The system is offline". I've tried the same code in Citect Version 7.4 and it works. What can be the issue?
This is my code:
private async Task GetaAlarms()
{
try
{
var service = new AlarmDbService("AlServer", "127.0.0.1", 5482);
var alarms = await service.GetAlarmsAsync();
var lastAlarms = await service.GetLastAlarmsAsync();
var events = await service.GetEventJournalAsync(DateTime.Now.AddDays(-1), DateTime.Now);
}
catch (Exception ex)
{
MessageBox.Show(ex.ToString());
}
}
Metadata
Metadata
Assignees
Labels
No labels