PECal Custom Function
CAT
Returns the SANS 347 hazard category in line with PED 2014/68/EU.
Sample Usage
CAT(“Pressure Vessel”,”Dangerous Gas”,800,1)
Syntax
CAT(Type, Fluid, X,P)
- Type - Equipment Type being categorized
- "Pressure Vessel"
- "Steam Generator"
- "Piping"
- "Transportable Container"
- “Non Dangerous Gas”
- “Dangerous Gas”
- “Non Dangerous Liquid”
- “Dangerous Liquid”
- X - Volume (Cubic Meters)
- OR
- Nominal Diameter (Meters) for Piping
- P - Maximum Pressure (KPa)
-