Variable EBRII_PumpOperationalDataExampleConst
EBRII_PumpOperationalDataExample: {
dataByComponentType: {
"TYPE-SODIUM-PUMP": readonly [
"EBRII-PSP-EVENT-001",
"EBRII-PSP-EVENT-002",
"EBRII-PSP-EVENT-003",
"EBRII-PSP-EVENT-004",
];
};
dataByFailureMode: {
"FM-PUMP-BEARINGS": readonly ["EBRII-PSP-EVENT-001"];
"FM-PUMP-CONTROL": readonly ["EBRII-PSP-EVENT-002"];
};
dataPoints: readonly [
{
componentReference: "COMP-EBRII-PSP-001";
componentTypeReference: "TYPE-SODIUM-PUMP";
description: "Primary pump bearing degradation detected during routine vibration monitoring";
eventType: "failure";
failureModeReference: "FM-PUMP-BEARINGS";
id: "EBRII-PSP-EVENT-001";
measurements: { temperature: 427.8; vibration: 12.5 };
operatingCycles: 56;
operatingHours: 12458.5;
timestamp: "1984-03-15T08:42:00Z";
},
{
componentReference: "COMP-EBRII-PSP-001";
componentTypeReference: "TYPE-SODIUM-PUMP";
description: "Flow control system failure resulting in pump shutdown";
eventType: "failure";
failureModeReference: "FM-PUMP-CONTROL";
id: "EBRII-PSP-EVENT-002";
measurements: { current: 96.2; flow: 75.3 };
operatingCycles: 124;
operatingHours: 28741.2;
timestamp: "1987-11-20T14:18:00Z";
},
{
componentReference: "COMP-EBRII-PSP-001";
componentTypeReference: "TYPE-SODIUM-PUMP";
description: "Routine inspection during plant outage, no abnormalities detected";
eventType: "inspection";
id: "EBRII-PSP-EVENT-003";
measurements: { temperature: 25; vibration: 4.2 };
operatingCycles: 97;
operatingHours: 22561.7;
timestamp: "1986-05-10T09:30:00Z";
},
{
componentReference: "COMP-EBRII-PSP-001";
componentTypeReference: "TYPE-SODIUM-PUMP";
description: "Preventive maintenance on pump control circuits";
eventType: "maintenance";
id: "EBRII-PSP-EVENT-004";
measurements: { downtime: 12.5 };
operatingCycles: 82;
operatingHours: 18752.3;
timestamp: "1985-09-05T10:15:00Z";
},
];
id: "ODP-EBRII-PCS-001";
name: "EBR-II Primary Sodium Pump Operational Data Registry";
} = ...
Type declaration
Readonly
dataByComponentType: {
"TYPE-SODIUM-PUMP": readonly [
"EBRII-PSP-EVENT-001",
"EBRII-PSP-EVENT-002",
"EBRII-PSP-EVENT-003",
"EBRII-PSP-EVENT-004",
];
}
Readonly
dataByFailureMode: {
"FM-PUMP-BEARINGS": readonly ["EBRII-PSP-EVENT-001"];
"FM-PUMP-CONTROL": readonly ["EBRII-PSP-EVENT-002"];
}
Readonly
dataPoints: readonly [
{
componentReference: "COMP-EBRII-PSP-001";
componentTypeReference: "TYPE-SODIUM-PUMP";
description: "Primary pump bearing degradation detected during routine vibration monitoring";
eventType: "failure";
failureModeReference: "FM-PUMP-BEARINGS";
id: "EBRII-PSP-EVENT-001";
measurements: { temperature: 427.8; vibration: 12.5 };
operatingCycles: 56;
operatingHours: 12458.5;
timestamp: "1984-03-15T08:42:00Z";
},
{
componentReference: "COMP-EBRII-PSP-001";
componentTypeReference: "TYPE-SODIUM-PUMP";
description: "Flow control system failure resulting in pump shutdown";
eventType: "failure";
failureModeReference: "FM-PUMP-CONTROL";
id: "EBRII-PSP-EVENT-002";
measurements: { current: 96.2; flow: 75.3 };
operatingCycles: 124;
operatingHours: 28741.2;
timestamp: "1987-11-20T14:18:00Z";
},
{
componentReference: "COMP-EBRII-PSP-001";
componentTypeReference: "TYPE-SODIUM-PUMP";
description: "Routine inspection during plant outage, no abnormalities detected";
eventType: "inspection";
id: "EBRII-PSP-EVENT-003";
measurements: { temperature: 25; vibration: 4.2 };
operatingCycles: 97;
operatingHours: 22561.7;
timestamp: "1986-05-10T09:30:00Z";
},
{
componentReference: "COMP-EBRII-PSP-001";
componentTypeReference: "TYPE-SODIUM-PUMP";
description: "Preventive maintenance on pump control circuits";
eventType: "maintenance";
id: "EBRII-PSP-EVENT-004";
measurements: { downtime: 12.5 };
operatingCycles: 82;
operatingHours: 18752.3;
timestamp: "1985-09-05T10:15:00Z";
},
]
Readonly
id: "ODP-EBRII-PCS-001"
Readonly
name: "EBR-II Primary Sodium Pump Operational Data Registry"
Example of a complete operational data set for EBR-II primary sodium pump
This example demonstrates how to structure operational data points for analysis, focusing on a specific component with realistic placeholder data.