Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ XR Studio

Example: Bridge settings for instruments without range

Example: Bridge settings for instruments without range

  • Last UpdatedSep 04, 2024
  • 1 minute read

This topic is about the typical bridging settings for instruments without range.

The binding is simple for:

  • Transmitters

  • Digital indicators

  • Any other kind of instrument with no need to retrieve the instrument scale

Connect the AVEVA™ Dynamic Simulator instrument .MV value to its 3D item .value counterpart.

Code example

This is a code example of the typical bridging settings for instruments without range.

<mapping type="ItemBasic" name="" outputEnabled="true">

<shares>

</shares>

<dynsim>

<analog name="{name}.MV" direction="in" mode="router" uom="m3/hr"/>

</dynsim>

<mwpl>

<sfloat name="{name}.value" capture="false"/>

</mwpl>

<rules>

<trigger from="dynsim:{name}.MV" to="mwpl:{name}.value"/>

</rules>

</mapping>

TitleResults for “How to create a CRG?”Also Available in