Register definitions for Ned3Pro Stepper motor family. More...
#include <ned3pro_stepper_reg.hpp>
Public Types | |
| using | TYPE_BAUDRATE = uint8_t |
| using | TYPE_CONTROL = uint32_t |
| using | TYPE_ENC_ANGLE = uint32_t |
| using | TYPE_ENTER_BOOTLOADER = uint32_t |
| using | TYPE_FIRMWARE_RUNNING = uint8_t |
| using | TYPE_FIRMWARE_VERSION = uint32_t |
| using | TYPE_GOAL_POSITION = uint32_t |
| using | TYPE_GOAL_VELOCITY = uint32_t |
| using | TYPE_HW_ERROR_STATUS = uint8_t |
| using | TYPE_ID = uint8_t |
| using | TYPE_MODEL_NUMBER = uint16_t |
| using | TYPE_MOVING_STATUS = uint8_t |
| using | TYPE_OPERATING_MODE = uint8_t |
| using | TYPE_OTA_BEGIN = uint8_t |
| using | TYPE_OTA_END = uint32_t |
| using | TYPE_OTA_ERASE = uint32_t |
| using | TYPE_OTA_WRITE = uint8_t[520] |
| using | TYPE_PRESENT_POSITION = uint32_t |
| using | TYPE_PRESENT_TEMPERATURE = uint8_t |
| using | TYPE_PRESENT_VELOCITY = uint32_t |
| using | TYPE_PRESENT_VOLTAGE = uint16_t |
| using | TYPE_PROFILE_ACCELERATION = uint32_t |
| using | TYPE_PROFILE_VELOCITY = uint32_t |
| using | TYPE_STATUS = uint32_t |
| using | TYPE_TORQUE_ENABLE = uint8_t |
Static Public Member Functions | |
| static std::unique_ptr< common::model::IModelNumberValidator > | createModelNumberValidator () |
Static Public Attributes | |
| static constexpr uint16_t | ADDR_BAUDRATE = 8 |
| static constexpr uint16_t | ADDR_CONTROL = 1536 |
| static constexpr uint16_t | ADDR_ENC_ANGLE = 1544 |
| static constexpr uint16_t | ADDR_ENTER_BOOTLOADER = 8193 |
| static constexpr uint16_t | ADDR_FIRMWARE_RUNNING = 8192 |
| static constexpr uint16_t | ADDR_FIRMWARE_VERSION = 59 |
| static constexpr uint16_t | ADDR_GOAL_POSITION = 116 |
| static constexpr uint16_t | ADDR_GOAL_VELOCITY = 104 |
| static constexpr uint16_t | ADDR_HW_ERROR_STATUS = 70 |
| static constexpr uint16_t | ADDR_ID = 7 |
| static constexpr uint16_t | ADDR_MODEL_NUMBER = 0 |
| static constexpr uint16_t | ADDR_MOVING_STATUS = 123 |
| static constexpr uint16_t | ADDR_OPERATING_MODE = 11 |
| static constexpr uint16_t | ADDR_OTA_BEGIN = 8197 |
| static constexpr uint16_t | ADDR_OTA_END = 8718 |
| static constexpr uint16_t | ADDR_OTA_ERASE = 8722 |
| static constexpr uint16_t | ADDR_OTA_WRITE = 8198 |
| static constexpr uint16_t | ADDR_PRESENT_POSITION = 132 |
| static constexpr uint16_t | ADDR_PRESENT_TEMPERATURE = 146 |
| static constexpr uint16_t | ADDR_PRESENT_VELOCITY = 128 |
| static constexpr uint16_t | ADDR_PRESENT_VOLTAGE = 144 |
| static constexpr uint16_t | ADDR_PROFILE_ACCELERATION = 108 |
| static constexpr uint16_t | ADDR_PROFILE_VELOCITY = 112 |
| static constexpr uint16_t | ADDR_STATUS = 1540 |
| static constexpr uint16_t | ADDR_TORQUE_ENABLE = 64 |
| static constexpr int | MODEL_NUMBER = 2100 |
| static constexpr int | MODEL_NUMBER_CONVEYOR = 2104 |
| static constexpr common::model::EHardwareType | motor_type = common::model::EHardwareType::STEPPER |
| static constexpr float | PROTOCOL_VERSION = 2.0 |
| static constexpr float | VELOCITY_UNIT = 0.001 |
| static constexpr int | VOLTAGE_CONVERSION = 1000 |
Register definitions for Ned3Pro Stepper motor family.
This hardware family currently has two model number variants:
Both variants share the same register layout and communication protocol, differing only in internal firmware behavior and gear ratios. The bootloader is factory-set and determines the model number permanently, meaning motors with old bootloaders (2100) cannot migrate to new model numbers (2104).
Definition at line 38 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_BAUDRATE = uint8_t |
Definition at line 64 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_CONTROL = uint32_t |
Definition at line 116 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_ENC_ANGLE = uint32_t |
Definition at line 122 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_ENTER_BOOTLOADER = uint32_t |
Definition at line 130 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_FIRMWARE_RUNNING = uint8_t |
Definition at line 127 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_FIRMWARE_VERSION = uint32_t |
Definition at line 70 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_GOAL_POSITION = uint32_t |
Definition at line 94 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_GOAL_VELOCITY = uint32_t |
Definition at line 82 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_HW_ERROR_STATUS = uint8_t |
Definition at line 78 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_ID = uint8_t |
Definition at line 61 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_MODEL_NUMBER = uint16_t |
Definition at line 58 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_MOVING_STATUS = uint8_t |
Definition at line 98 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_OPERATING_MODE = uint8_t |
Definition at line 67 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_OTA_BEGIN = uint8_t |
Definition at line 133 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_OTA_END = uint32_t |
Definition at line 139 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_OTA_ERASE = uint32_t |
Definition at line 142 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_OTA_WRITE = uint8_t[520] |
Definition at line 136 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_PRESENT_POSITION = uint32_t |
Definition at line 106 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_PRESENT_TEMPERATURE = uint8_t |
Definition at line 113 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_PRESENT_VELOCITY = uint32_t |
Definition at line 102 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_PRESENT_VOLTAGE = uint16_t |
Definition at line 110 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_PROFILE_ACCELERATION = uint32_t |
Definition at line 86 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_PROFILE_VELOCITY = uint32_t |
Definition at line 90 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_STATUS = uint32_t |
Definition at line 119 of file ned3pro_stepper_reg.hpp.
| using ttl_driver::Ned3ProStepperReg::TYPE_TORQUE_ENABLE = uint8_t |
Definition at line 75 of file ned3pro_stepper_reg.hpp.
|
inlinestatic |
Definition at line 49 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 63 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 115 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 121 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 129 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 126 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 69 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 93 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 81 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 77 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 60 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 57 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 97 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 66 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 132 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 138 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 141 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 135 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 105 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 112 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 101 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 109 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 85 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 89 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 118 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 74 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 44 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 45 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 40 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 42 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 80 of file ned3pro_stepper_reg.hpp.
|
staticconstexpr |
Definition at line 47 of file ned3pro_stepper_reg.hpp.