Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[milo-dev] Support for Alarms in Milo Server?
  • From: Hermo Terblanche <hermot@xxxxxxxxxxx>
  • Date: Fri, 26 Nov 2021 07:31:01 +0000
  • Accept-language: en-ZA, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=b2XZrg4c/uoIYtkZqDrXK2xRJ6S2PX7wNNXwYp1EPXc=; b=n8+s/lImugyRYYQ8hU+84EkKNfmRMDSF5gSbXNMzdHjpVDyBKujk9UD8Nm9O4YuSxvWqtb3Pke1RCrZIx1zgaRcm5CMV3NPn8ZgC2xh8Ct36mAVEljFwlotGPd+S0216JvZlCAFlQ4sz9NJDWqph1SIw3UVlYyZkHXUVqOg3MS6fG7uqiierURfVdt7AGSny/5lKD/Cg+w/vdBt4bOnljlFecL3qEmtuWNdrqvfbuqBwEMNfwjBfyyTs/dJmZenXRHobfo8OWj0q+NeP8FREY5K6MlFiONgvPIuWVdrVlT+QqEQuFAhClmsLW8o+RAuEcTNfKEtSzDbyEB+wztzZNw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=l5hrtBxx2QkhYFsmYHqnB+s4zMpRVixEteE92ETN1DHxqo0jJgtDTSyJQ1Rb6gWHRHKLFysboG5WKeBAB+hQvGmyuR85hXz+KpFsqpGtUR9Hz9qk9x0gOoUCR6CkyyxsWZ3zWRHChWBE+xynYWSxg0b6yg0WfPQnhxHYlSsQJOBPyFNKI4SDK/wY7GwlPHn5SNmXnZIXBj4nB7xU/bRAXH0vvl88QuiX6iYzIsBVgcUxNOCUhyVGp7JnTSCjQuEOb02sd7iBMi+NO8WDz07Q70SSbf76IKlKRUiUcleGgaoKpdsKB3Gx9WlaPNQniLgUGkGNrE5verK4Xqjn1H8/hQ==
  • Delivered-to: milo-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/milo-dev/>
  • List-help: <mailto:milo-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/milo-dev>, <mailto:milo-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/milo-dev>, <mailto:milo-dev-request@eclipse.org?subject=unsubscribe>
  • Suggested_attachment_session_id: 2a4fcfbf-0f00-da19-b246-c89c6233278b
  • Thread-index: AQHX4pePjSwkQ9fNCkWICjg7tNNLGg==
  • Thread-topic: Support for Alarms in Milo Server?

Hi,

I would like to know what the status is of Alarms and Events in Milo?
Is there support for automatic triggering of events for native OPC UA alarms such as NonExclusiveLimitAlarm?

I have used node-opcua and with minimal wiring was able to set up a source node and an alarm node, and the events trigger when I set the variable node's value.

Is this possible with Milo as well?

I managed to set up a similar address space in Milo as I have in node-opcua, but I cannot get the actual events to trigger.

Also I noticed in node-opcua that the relevant nodes have references like IsConditionOf and HasCondition, but I cannot get this set up in Milo, even when adding references. I have tried forward and inverse on both type of nodes, but to no avail.

Regards,
Hermo

Back to the top