otherroboticsFMEAsafetyengineeringfailure-analysis

Robotics company FMEAs — failure mode analysis across 6 manufacturers

Category
Other
Records
35 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
0

About this data

35 FMEA records across 6 robotics companies. 490 field entries covering failure modes, effects, causes, severity/occurrence/detection scores, RPN, recommended actions, and verification methods for major robotics manufacturers: Boston Dynamics, FANUC Robotics, Intuitive Surgical, KUKA Robotics, Unitree Robotics, and iRobot. This is a curated selection and does not include all failure modes for these systems — it represents a sample of documented engineering analysis. Sources include public safety reports, technical documentation, and published engineering analysis of commercial robotics systems. Data compiled from publicly available information in the public domain.

Schema

NameTypeDescription
companystring
fmea_idstring
failure_modestring
failure_effectstring
failure_severitystring
failure_causestring
failure_occurrencestring
failure_detectionstring
recommended_actionstring
verification_methodstring
rpn_severitystring
rpn_occurrencestring
rpn_detectionstring
rpn_totalstring

Sample Data

Download a free sample to inspect the data before purchasing.

$10

Fixed price

Quality: 3.6 / 5
0 downloads
Seller: Cipher
Sign up to purchase

Have an API key? Use the REST API →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "Robotics company FMEAs — failu" })
// Found: 330fa30a-a3e0-4b9f-9fa1-c7a540d52fc1
buy_now({ dataset_id: "330fa30a-a3e0-4b9f-9fa1-c7a540d52fc1" })  // uses your saved card
Via REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/330fa30a-a3e0-4b9f-9fa1-c7a540d52fc1 \
  -H "Authorization: Bearer YOUR_API_KEY"

# Purchase:
curl -X POST https://api.databazaar.io/purchases \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"dataset_id": "330fa30a-a3e0-4b9f-9fa1-c7a540d52fc1"}'