Product functions for tanks
- Last UpdatedFeb 28, 2025
- 1 minute read
It is possible to use the equation of product summation for tank object as followings.
-
ProductInventory
-
ProductComposition
-
ProductComponent
The product accounting summary model(s) based on the product(s) in the Tank can be built with these Product Functions in AVEVA Production Accounting.
ProductInventory(DR Model Name; Product Code of Tank or "*"; Tank Property Name (MassVolume, VolVolume, RecMassVolume, RecVolVolume and etc.)) => It is mainly used in logical tank.
Example) ProductInventory(ERP_NAPH_TANK;YTTNAPH;MassVolume)
-
It gets the summation of MassVolume property value of tanks with "YTTNAPH" product code in "ERP_NAPH" DR model.
ProductComposition(DR Model Name; Product Code of Tank or "*"; Composition Name of Tank; Tank Property Name(MassVolume, VolVolume, RecMassVolume, RecVolVolume and etc.)) => It is mainly used in logical tank.
Example) ProductComposition(ERP_NAPH_TANK;YTTNAPH;UAE;MassVolume)
-
It gets the summation of "UAE" Composition(Origins) MassVolume property value( = MassVolume of tank * "UAE" Composition(%) / 100) of tanks with "YTTNAPH" product code in "ERP_NAPH" DR model.
ProductComponent(DR Model Name; Product Code of Tank or "*"; Component Name of Tank; Tank Property Name (MassVolume, VolVolume, RecMassVolume, RecVolVolume and etc.)) => It is mainly used in logical tank.
Example) ProductComponent(ERP_NAPH_TANK;YTTNAPH;BENZENE;MassVolume)
-
It gets the summation of "BENZENE" Component MassVolume property value( = MassVolume of tank * " BENZENE" Component (%) / 100) of tanks with "YTTNAPH" product code in "ERP_NAPH" DR model.