Skip to main content

QAMind

POST 

/calculate

Evaluates mechanical integrity and balance control of sucker rod pump systems. Calculates polished rod loads, torque behaviour, and balancing effects from surface dynamogram data to detect overbalanced or underbalanced operation, prevent rod parting and gearbox overload, and extend run life.

Request

Responses

Calculated polished rod loads, torque values, balance condition, and mechanical health indicators

import { QAMindClient } from "@petrominds/qa-mind";

const client = new QAMindClient({ apiKey: "YOUR_API_KEY" });

const result = await client.qa.calculate({
// TODO: populate request parameters
});

console.log(result);