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>