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
  • Available devices
  • Device capabilities
  • Example of the weld data
  • Ideas for optimizing this device or the production performance

Was this helpful?

  1. Devices

Bosch Rexroth Nexo

PreviousBosch GLM 100CNextBosch Rexroth PRC 7000

Last updated 5 years ago

Was this helpful?

On Nexo the complete control unit is in the nutrunner – the first of its kind. High-quality measuring electronics for torque and angle of rotation have been integrated directly into the device and can be incorporated without additional hardware into your network. And all of this without cords – easy and cost efficient.

Available devices

All devices are identified through the information, which can be found on the integrated display. They publish telemetry into Hono using the device IDs nexo.<serialnumber>. You can also find the IP adress in the display menu.

Device capabilities

On top of tightening, the Nexo can also:

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

  • send tightening data to the Bosch Cloud

  • be parametrized via REST API

Example of the weld data

{
  "topic": "bcx/Nexo123213131/things/twin/commands/modify",
  "path": "/features/nutrunner/properties/status",
  "value": {
    "tighteningResult": {
      "angleStatus": "",
      "tighteningId": 0,
      "idCode": "",
      "maxAngle": 0,
      "maxTorque": 0,
      "minTorque": 0,
      "torque": 0,
      "minAngle": 0,
      "cellId": "",
      "targetTorque": 0,
      "timeLastProgramChange": "2017-03-08 15:23:12+0000",
      "okCounterLimit": 0,
      "tighteningStatus": "",
      "tighteningSteps": {
        "angleThresholdNom": 0,
        "stepType": "",
        "angleValues": 0,
        "torque": 0,
        "speed": 0,
        "angleThresholdAct": 0,
        "result": "",
        "duration": 0,
        "lastCmd": "",
        "qualityCode": "",
        "torqueValues": 0,
        "timeValues": 0,
        "name": "",
        "angle": 0,
        "tighteningFunctions": {
          "name": "",
          "nom": 0,
          "act": 0
        }
      },
      "targetAngle": 0,
      "controllerName": "",
      "okCounter": 0,
      "angle": 0,
      "tighteningProgramNumber": 0,
      "channelId": 0,
      "jobNumber": 0,
      "torqueStatus": "",
      "timestamp": "2017-03-08 15:23:12+0000"
    }
  }
}

Ideas for optimizing this device or the production performance

  • "Don't forget the worker/operator". Maybe you have great ideas how to make tightening more fun - Gamifcation? UX? Or try to program a game on the Nexo.

  • Enhanced UX with interactive dashboard or an easy way to edit or generate a tightening program

  • Communication between Nexos or weld controllers to alert low quality parts performed by multiple controllers in series

Bosch Rexroth Nexo