diff --git a/docs-develop/kura-wires/assets-as-wire-components/index.html b/docs-develop/kura-wires/assets-as-wire-components/index.html index cebf59a6b4..ad42b35ffe 100644 --- a/docs-develop/kura-wires/assets-as-wire-components/index.html +++ b/docs-develop/kura-wires/assets-as-wire-components/index.html @@ -2645,6 +2645,15 @@ + + +
  • + + + Wire Asset global configuration parameters + + +
  • @@ -4379,6 +4388,15 @@ + + +
  • + + + Wire Asset global configuration parameters + + +
  • @@ -4401,13 +4419,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