IOT - Bosch
  • Introduction
  • Devices
    • Bosch XDK 110
      • Introduction
      • Operating System
      • Hardware
        • Sensors
          • Accelerometer
            • C
          • Gyroscope
            • C
            • Mita
          • Magnetometer
            • C
          • Environmental
            • C
            • Mita
          • Ambient Light
            • C
            • Mita
          • Acoustic
            • C
      • Software
        • XDK WorkSpace
          • Structure
          • Debug
          • Supported languages
            • C
              • Static Library (.a)
            • XDK Live - Mita
            • MicroFlo
      • Connectivity
        • Bluetooth Low Energy (BLE)
          • Overview
          • General Info
          • Implementation
            • C
            • XDK Live
        • WI-FI
          • OverView
          • Implementation
            • C
            • XDK Live
        • WI-FI Enterprise
      • Protocols
        • CoAP
          • Overview
          • Implementation -TBD
        • HTTP
          • Overview
          • Structure and Methods
          • Implementation
            • C - Rest
            • C - Post
            • XDK Live
        • HTTPS
          • Overview
          • Implementation TBD
        • LWM2M
          • Overview
          • Implementation TBD
        • MQTT
          • Overview
          • Implementation
            • C
            • XDK Live
        • USB
          • Overview
          • Implementation TBD
      • Data Storage
      • XDK Extension Bus
      • Community
      • Applications
        • Language C
          • HomeAssitant - MQTT
            • Prerequisites
            • Server
            • Device
          • IOTA-MQTT-XDK
            • Prerequisites
            • XDK110
            • Mqtt JSON to MAM
            • SensorHub
            • Demo
        • Language XDK Live
          • MQTT
            • Hello World
            • HomeAssistant
              • Prerequisites
              • Server
              • Device
            • Docker-HomeAssistant
          • HTTP
            • Roku Remote Control
              • Roku API
              • MITA
                • Example
    • Bosch AMRA
    • Bosch GLM 100C
    • Bosch FLEXIDOME IP panoramic
    • Bosch GLM 100C
    • Bosch Rexroth Nexo
    • Bosch Rexroth PRC 7000
    • Bosch RRC / CT100
    • Bosch Rexroth IoT Gateway
  • Bosch IOT Solutions
    • Bosch IOT Projects
      • Smart Home
      • Industry 4.0
      • Smart Cities
      • Connected-mobility
    • Bosch IOT Suite
      • Bosch Analytics
      • Bosch IOT Hub
      • Bosch Iot Permission
      • IoT Remote Manager
      • IoT Rollouts
      • IoT Things
      • Demo TBD **
    • BPM and BRM
  • IOTA
    • Introduction
      • Tangle
      • Glossary
      • Differences with other tech
      • How does iota work
      • Developers
    • Qubic
      • What is Qubic?
      • Target
      • Qubic Protocol
    • Ecosystem
    • Applications
      • Python
      • XDK110
        • Prerequisites
        • XDK110
        • Mqtt JSON to MAM
        • SensorHub
    • Bosch/IOTA
  • ByteBall
    • SmartContract
    • Use Case
      • BoshCoins
Powered by GitBook
On this page
  • Device capabilities
  • Example of the weld data
  • Ideas for optimizing this device or the production performance

Was this helpful?

  1. Devices

Bosch Rexroth PRC 7000

PreviousBosch Rexroth NexoNextBosch RRC / CT100

Last updated 5 years ago

Was this helpful?

The PRC 7000 is the latest generation of resistance welding control systems. It delivers what you are entitled to expect from the European market leader: a highly efficient, reliable control system. With intuitive operation, state-of-the-art hardware and adaptive control – for ultra-fast commissioning, energy-saving.

Device capabilities

On top of welding, the PRC 7000 can also:

  • be programmed using C/C++, Python, Java and node-red

  • send weld data to the Bosch Cloud

  • be parametrized via REST API

Example of the weld data

{
  "topic": "com.bosch.si.myapp/MyPRC7000-PRC1232132133123/things/twin/commands/modify",
  "path": "/features/welding/properties/status",
  "value": {
    "date": "2017-03-08 14:14:10+0000",
    "PSFlowerTolerance": 4500,
    "tipName": "Gun_1",
    "length": 412,
    "errorCode": 0,
    "PSFactualValue": 7833,
    "UIPreferenceValue": 10000,
    "UIPupperTolerance": 7000,
    "voltage": [ 1.791, 1.788, ... 1.784, 1.781, 1.777, 1.774, 1.77, 1.766, 1.763, 1.759, 1.755, 1.751, 1.747, 1.743, 1.739, 1.735],
    "gunName": "Gun_1",
    "referenceCurveLength": 370,
    "spatterTime": 0,
    "UIPlowerTolerance": 4500,
    "PSFreferenceValue": 10000,
    "current": [10.008, 9.984, ... 9.96, 9.935, 9.911, 9.887, 9.862, 9.838, 9.814, 9.79, 9.765, 9.741, 9.717, 9.692, 9.668, 9.644],
    "PSFupperTolerance": 10000,
    "weldOn": true,
    "UIPactualValue": 10966,
    "tipDressCount": 0,
    "tipWearCount": 10,
    "ernergy": 0,
    "spotName": "1_0"
  }
}

Ideas for optimizing this device or the production performance

  • Online optimization of the current level to achieve a lower expulsion rate and still keep an acceptable quality (quality estimation index)

  • Enhanced UX with interactive dashboard

  • Communication between weld controllers to alert low quality welds performed by multiple controllers in series

Bosch PRC7000