Process unit of node object
- Last UpdatedFeb 28, 2025
- 2 minute read
Consider the Process Unit of node object at production and consumption in Product/Product Group Functions for movement streams.
The ProductProduction(), ProductConsumption(), ProductGroupProduction(), and ProductGroupConsumption() cannot differentiate the different process unit rundown or charge in the past.
Example
For example, ProductProduction(PT_OFFSITE;HSD;TANK;MassVolume) calculates the measured and reconciled mass quantity of total HSD rundowns from both CDU1 and CDU2, and its reconciled quantity is 3,539.157 ( = 1,306.162 + 2,232.995).


But each process unit rundown quantity cannot be calculated by ProductProduction() function in the past.
However, ProductProduction() function can calculate each process unit rundown quantity if the process unit is defined in each rundown boundary node object, and this process unit name is used instead of TANK in the function.


The ProductProduction() function for CDU1 rundown is ProductProduction(PT_OFFSITE;HSD;CDU1;MassVolume).

The ProductProduction() function for CDU2 rundown is ProductProduction(PT_OFFSITE;HSD;CDU2;MassVolume).
