Product group functions for tanks
- Last UpdatedFeb 28, 2025
- 1 minute read
To summarize the property of the tanks by grouping as this product group, the following similar functions are added in Version 3.7.5.
-
ProductGroupInventory(DR Model Name; Product Group of Tank or “*”; Tank Property Name (MassVolume, VolVolume, RecMassVolume, RecVolVolume and etc.)) => It is mainly used in logical tank.
Example) PRODUCTGROUPINVENTORY(OFFSITE;CRUDE;MASSVOLUME)
It gets the summation of MassVolume property value of tanks with product code which belongs to “CRUDE” product group in “OFFSITE” DR model.
-
ProductGroupComposition(DR Model Name; Product Code of Tank or “*”; Product Group of Composition of Tank ; Tank Property Name(MassVolume, VolVolume, RecMassVolume, RecVolVolume and etc.)) => It is mainly used in logical tank.
Example) PRODUCTGROUPCOMPOSITION(OFFSITE;*;HS-CRUDE;MASSVOLUME)
It gets the summation of Composition (=Product Code) MassVolume property value (=MassVolume of tank * Composition(%)/100) of all tanks in “OFFSITE” DR model where Composition (=Product Code) belongs to “HS-CRUDE” product group.