8000 The system is offline · Issue #16 · estradege/citect · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
The system is offline #16
Open
Open
@JovaTom

Description

@JovaTom

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());
        }
    }

afbeelding

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0