From 0e9074947098569d487abcc487b449f9b4ffdea6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 31 Oct 2024 09:23:08 +0000 Subject: [PATCH] Deployed e7732d3a4 to docs-release-5.6 with MkDocs 1.5.3 and mike 1.1.2 --- .../assets-as-wire-components/index.html | 75 +++++++++++++++++- docs-release-5.6/search/search_index.json | 2 +- docs-release-5.6/sitemap.xml.gz | Bin 127 -> 127 bytes 3 files changed, 73 insertions(+), 4 deletions(-) diff --git a/docs-release-5.6/kura-wires/assets-as-wire-components/index.html b/docs-release-5.6/kura-wires/assets-as-wire-components/index.html index 796c608834..9f93e90f86 100644 --- a/docs-release-5.6/kura-wires/assets-as-wire-components/index.html +++ b/docs-release-5.6/kura-wires/assets-as-wire-components/index.html @@ -2645,6 +2645,15 @@ + + +
  • + + + Wire Asset global configuration parameters + + +
  • @@ -4442,6 +4451,15 @@ + + +
  • + + + Wire Asset global configuration parameters + + +
  • @@ -4464,13 +4482,17 @@

    Assets as Wire Components

    Read mode

    Every time a WireAsset receives an envelope on its input port, it will read the values of all of its channels with READ or READ_WRITE type. The result is emitted as a WireEnvelope with a single WireRecord. The WireRecord contains the following properties:

    +

    For each channel in asset configuration with READ or READ_WRITE type named name:

    + -

    For example, if the Asset attached to the Modbus Driver shown in the picture below receives a WireEnvelope on its input port, it can emit an envelope with the following content, assuming that the read operation for each channel succeed:

    +

    For example, if an Asset that has the channel configuration shown in the picture below receives a WireEnvelope on its input port, it can emit an envelope with the following content, assuming that the read operation for each channel succeed:

    WireAsset Read Example