silent_stepper_v2_bricklet

package
v0.0.0-...-368b749 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2024 License: CC0-1.0 Imports: 5 Imported by: 0

Documentation

Overview

Silently drives one bipolar stepper motor with up to 46V and 1.6A per phase.

See also the documentation here: https://www.tinkerforge.com/en/doc/Software/Bricklets/SilentStepperV2_Bricklet_Go.html.

Index

Constants

View Source
const DeviceDisplayName = "Silent Stepper Bricklet 2.0"
View Source
const DeviceIdentifier = 2166

Variables

This section is empty.

Functions

This section is empty.

Types

type BootloaderMode

type BootloaderMode = uint8
const (
	BootloaderModeBootloader                    BootloaderMode = 0
	BootloaderModeFirmware                      BootloaderMode = 1
	BootloaderModeBootloaderWaitForReboot       BootloaderMode = 2
	BootloaderModeFirmwareWaitForReboot         BootloaderMode = 3
	BootloaderModeFirmwareWaitForEraseAndReboot BootloaderMode = 4
)

type BootloaderStatus

type BootloaderStatus = uint8
const (
	BootloaderStatusOK                        BootloaderStatus = 0
	BootloaderStatusInvalidMode               BootloaderStatus = 1
	BootloaderStatusNoChange                  BootloaderStatus = 2
	BootloaderStatusEntryFunctionNotPresent   BootloaderStatus = 3
	BootloaderStatusDeviceIdentifierIncorrect BootloaderStatus = 4
	BootloaderStatusCRCMismatch               BootloaderStatus = 5
)

type ChopperMode

type ChopperMode = uint8
const (
	ChopperModeSpreadCycle ChopperMode = 0
	ChopperModeFastDecay   ChopperMode = 1
)

type CurrentDownStepDecrement

type CurrentDownStepDecrement = uint8
const (
	CurrentDownStepDecrement1  CurrentDownStepDecrement = 0
	CurrentDownStepDecrement2  CurrentDownStepDecrement = 1
	CurrentDownStepDecrement8  CurrentDownStepDecrement = 2
	CurrentDownStepDecrement32 CurrentDownStepDecrement = 3
)

type CurrentUpStepIncrement

type CurrentUpStepIncrement = uint8
const (
	CurrentUpStepIncrement1 CurrentUpStepIncrement = 0
	CurrentUpStepIncrement2 CurrentUpStepIncrement = 1
	CurrentUpStepIncrement4 CurrentUpStepIncrement = 2
	CurrentUpStepIncrement8 CurrentUpStepIncrement = 3
)

type ErrorLEDConfig

type ErrorLEDConfig = uint8
const (
	ErrorLEDConfigOff           ErrorLEDConfig = 0
	ErrorLEDConfigOn            ErrorLEDConfig = 1
	ErrorLEDConfigShowHeartbeat ErrorLEDConfig = 2
	ErrorLEDConfigShowError     ErrorLEDConfig = 3
)

type FreewheelMode

type FreewheelMode = uint8
const (
	FreewheelModeNormal       FreewheelMode = 0
	FreewheelModeFreewheeling FreewheelMode = 1
	FreewheelModeCoilShortLS  FreewheelMode = 2
	FreewheelModeCoilShortHS  FreewheelMode = 3
)

type Function

type Function = uint8
const (
	FunctionSetMaxVelocity                 Function = 1
	FunctionGetMaxVelocity                 Function = 2
	FunctionGetCurrentVelocity             Function = 3
	FunctionSetSpeedRamping                Function = 4
	FunctionGetSpeedRamping                Function = 5
	FunctionFullBrake                      Function = 6
	FunctionSetCurrentPosition             Function = 7
	FunctionGetCurrentPosition             Function = 8
	FunctionSetTargetPosition              Function = 9
	FunctionGetTargetPosition              Function = 10
	FunctionSetSteps                       Function = 11
	FunctionGetSteps                       Function = 12
	FunctionGetRemainingSteps              Function = 13
	FunctionSetStepConfiguration           Function = 14
	FunctionGetStepConfiguration           Function = 15
	FunctionDriveForward                   Function = 16
	FunctionDriveBackward                  Function = 17
	FunctionStop                           Function = 18
	FunctionGetInputVoltage                Function = 19
	FunctionSetMotorCurrent                Function = 22
	FunctionGetMotorCurrent                Function = 23
	FunctionSetEnabled                     Function = 24
	FunctionGetEnabled                     Function = 25
	FunctionSetBasicConfiguration          Function = 26
	FunctionGetBasicConfiguration          Function = 27
	FunctionSetSpreadcycleConfiguration    Function = 28
	FunctionGetSpreadcycleConfiguration    Function = 29
	FunctionSetStealthConfiguration        Function = 30
	FunctionGetStealthConfiguration        Function = 31
	FunctionSetCoolstepConfiguration       Function = 32
	FunctionGetCoolstepConfiguration       Function = 33
	FunctionSetMiscConfiguration           Function = 34
	FunctionGetMiscConfiguration           Function = 35
	FunctionSetErrorLEDConfig              Function = 36
	FunctionGetErrorLEDConfig              Function = 37
	FunctionGetDriverStatus                Function = 38
	FunctionSetMinimumVoltage              Function = 39
	FunctionGetMinimumVoltage              Function = 40
	FunctionSetTimeBase                    Function = 43
	FunctionGetTimeBase                    Function = 44
	FunctionGetAllData                     Function = 45
	FunctionSetAllCallbackConfiguration    Function = 46
	FunctionGetAllDataCallbackConfiguraton Function = 47
	FunctionSetGPIOConfiguration           Function = 48
	FunctionGetGPIOConfiguration           Function = 49
	FunctionSetGPIOAction                  Function = 50
	FunctionGetGPIOAction                  Function = 51
	FunctionGetGPIOState                   Function = 52
	FunctionGetSPITFPErrorCount            Function = 234
	FunctionSetBootloaderMode              Function = 235
	FunctionGetBootloaderMode              Function = 236
	FunctionSetWriteFirmwarePointer        Function = 237
	FunctionWriteFirmware                  Function = 238
	FunctionSetStatusLEDConfig             Function = 239
	FunctionGetStatusLEDConfig             Function = 240
	FunctionGetChipTemperature             Function = 242
	FunctionReset                          Function = 243
	FunctionWriteUID                       Function = 248
	FunctionReadUID                        Function = 249
	FunctionGetIdentity                    Function = 255
	FunctionCallbackUnderVoltage           Function = 41
	FunctionCallbackPositionReached        Function = 42
	FunctionCallbackAllData                Function = 53
	FunctionCallbackNewState               Function = 54
	FunctionCallbackGPIOState              Function = 55
)

type GPIOAction

type GPIOAction = uint32
const (
	GPIOActionNone                  GPIOAction = 0
	GPIOActionNormalStopRisingEdge  GPIOAction = 1
	GPIOActionNormalStopFallingEdge GPIOAction = 2
	GPIOActionFullBrakeRisingEdge   GPIOAction = 4
	GPIOActionFullBrakeFallingEdge  GPIOAction = 8
	GPIOActionCallbackRisingEdge    GPIOAction = 16
	GPIOActionCallbackFallingEdge   GPIOAction = 32
)

type MinimumCurrent

type MinimumCurrent = uint8
const (
	MinimumCurrentHalf    MinimumCurrent = 0
	MinimumCurrentQuarter MinimumCurrent = 1
)

type OpenLoad

type OpenLoad = uint8
const (
	OpenLoadNone    OpenLoad = 0
	OpenLoadPhaseA  OpenLoad = 1
	OpenLoadPhaseB  OpenLoad = 2
	OpenLoadPhaseAB OpenLoad = 3
)

type OverTemperature

type OverTemperature = uint8
const (
	OverTemperatureNone    OverTemperature = 0
	OverTemperatureWarning OverTemperature = 1
	OverTemperatureLimit   OverTemperature = 2
)

type ShortToGround

type ShortToGround = uint8
const (
	ShortToGroundNone    ShortToGround = 0
	ShortToGroundPhaseA  ShortToGround = 1
	ShortToGroundPhaseB  ShortToGround = 2
	ShortToGroundPhaseAB ShortToGround = 3
)

type SilentStepperV2Bricklet

type SilentStepperV2Bricklet struct {
	// contains filtered or unexported fields
}

func New

Creates an object with the unique device ID `uid`. This object can then be used after the IP Connection `ipcon` is connected.

func (*SilentStepperV2Bricklet) DeregisterAllDataCallback

func (device *SilentStepperV2Bricklet) DeregisterAllDataCallback(registrationId uint64)

Remove a registered All Data callback.

func (*SilentStepperV2Bricklet) DeregisterGPIOStateCallback

func (device *SilentStepperV2Bricklet) DeregisterGPIOStateCallback(registrationId uint64)

Remove a registered GPIO State callback.

func (*SilentStepperV2Bricklet) DeregisterNewStateCallback

func (device *SilentStepperV2Bricklet) DeregisterNewStateCallback(registrationId uint64)

Remove a registered New State callback.

func (*SilentStepperV2Bricklet) DeregisterPositionReachedCallback

func (device *SilentStepperV2Bricklet) DeregisterPositionReachedCallback(registrationId uint64)

Remove a registered Position Reached callback.

func (*SilentStepperV2Bricklet) DeregisterUnderVoltageCallback

func (device *SilentStepperV2Bricklet) DeregisterUnderVoltageCallback(registrationId uint64)

Remove a registered Under Voltage callback.

func (*SilentStepperV2Bricklet) DriveBackward

func (device *SilentStepperV2Bricklet) DriveBackward() (err error)

Drives the stepper motor backward until DriveForward or Stop is triggered. The velocity, acceleration and deacceleration as set by SetMaxVelocity and SetSpeedRamping will be used.

func (*SilentStepperV2Bricklet) DriveForward

func (device *SilentStepperV2Bricklet) DriveForward() (err error)

Drives the stepper motor forward until DriveBackward or Stop is called. The velocity, acceleration and deacceleration as set by SetMaxVelocity and SetSpeedRamping will be used.

func (*SilentStepperV2Bricklet) FullBrake

func (device *SilentStepperV2Bricklet) FullBrake() (err error)

Executes an active full brake.

Warning

This function is for emergency purposes,
where an immediate brake is necessary. Depending on the current velocity and
the strength of the motor, a full brake can be quite violent.

Call Stop if you just want to stop the motor.

func (*SilentStepperV2Bricklet) GetAPIVersion

func (device *SilentStepperV2Bricklet) GetAPIVersion() [3]uint8

Returns the version of the API definition (major, minor, revision) implemented by this API bindings. This is neither the release version of this API bindings nor does it tell you anything about the represented Brick or Bricklet.

func (*SilentStepperV2Bricklet) GetAllData

func (device *SilentStepperV2Bricklet) GetAllData() (currentVelocity uint16, currentPosition int32, remainingSteps int32, inputVoltage uint16, currentConsumption uint16, err error)

Returns the following parameters: The current velocity, the current position, the remaining steps, the stack voltage, the external voltage and the current consumption of the stepper motor.

The current consumption is calculated by multiplying the “Actual Motor Current“ value (see SetBasicConfiguration) with the “Motor Run Current“ (see GetDriverStatus). This is an internal calculation of the driver, not an independent external measurement.

The current consumption calculation was broken up to firmware 2.0.1, it is fixed since firmware 2.0.2.

There is also a callback for this function, see RegisterAllDataCallback callback.

func (*SilentStepperV2Bricklet) GetAllDataCallbackConfiguraton

func (device *SilentStepperV2Bricklet) GetAllDataCallbackConfiguraton() (period uint32, err error)

Returns the period as set by SetAllCallbackConfiguration.

func (*SilentStepperV2Bricklet) GetBasicConfiguration

func (device *SilentStepperV2Bricklet) GetBasicConfiguration() (standstillCurrent uint16, motorRunCurrent uint16, standstillDelayTime uint16, powerDownTime uint16, stealthThreshold uint16, coolstepThreshold uint16, classicThreshold uint16, highVelocityChopperMode bool, err error)

Returns the configuration as set by SetBasicConfiguration.

func (*SilentStepperV2Bricklet) GetBootloaderMode

func (device *SilentStepperV2Bricklet) GetBootloaderMode() (mode BootloaderMode, err error)

Returns the current bootloader mode, see SetBootloaderMode.

Associated constants:

  • BootloaderModeBootloader
  • BootloaderModeFirmware
  • BootloaderModeBootloaderWaitForReboot
  • BootloaderModeFirmwareWaitForReboot
  • BootloaderModeFirmwareWaitForEraseAndReboot

func (*SilentStepperV2Bricklet) GetChipTemperature

func (device *SilentStepperV2Bricklet) GetChipTemperature() (temperature int16, err error)

Returns the temperature as measured inside the microcontroller. The value returned is not the ambient temperature!

The temperature is only proportional to the real temperature and it has bad accuracy. Practically it is only useful as an indicator for temperature changes.

func (*SilentStepperV2Bricklet) GetCoolstepConfiguration

func (device *SilentStepperV2Bricklet) GetCoolstepConfiguration() (minimumStallguardValue uint8, maximumStallguardValue uint8, currentUpStepWidth CurrentUpStepIncrement, currentDownStepWidth CurrentDownStepDecrement, minimumCurrent MinimumCurrent, stallguardThresholdValue int8, stallguardMode StallguardMode, err error)

Returns the configuration as set by SetCoolstepConfiguration.

Associated constants:

  • CurrentUpStepIncrement1
  • CurrentUpStepIncrement2
  • CurrentUpStepIncrement4
  • CurrentUpStepIncrement8
  • CurrentDownStepDecrement1
  • CurrentDownStepDecrement2
  • CurrentDownStepDecrement8
  • CurrentDownStepDecrement32
  • MinimumCurrentHalf
  • MinimumCurrentQuarter
  • StallguardModeStandard
  • StallguardModeFiltered

func (*SilentStepperV2Bricklet) GetCurrentPosition

func (device *SilentStepperV2Bricklet) GetCurrentPosition() (position int32, err error)

Returns the current position of the stepper motor in steps. On startup the position is 0. The steps are counted with all possible driving functions (SetTargetPosition, SetSteps, DriveForward or DriveBackward). It also is possible to reset the steps to 0 or set them to any other desired value with SetCurrentPosition.

func (*SilentStepperV2Bricklet) GetCurrentVelocity

func (device *SilentStepperV2Bricklet) GetCurrentVelocity() (velocity uint16, err error)

Returns the *current* velocity of the stepper motor.

func (*SilentStepperV2Bricklet) GetDriverStatus

func (device *SilentStepperV2Bricklet) GetDriverStatus() (openLoad OpenLoad, shortToGround ShortToGround, overTemperature OverTemperature, motorStalled bool, actualMotorCurrent uint8, fullStepActive bool, stallguardResult uint8, stealthVoltageAmplitude uint8, err error)

Returns the current driver status.

  • Open Load: Indicates if an open load is present on phase A, B or both. This could mean that there is a problem with the wiring of the motor. False detection can occur in fast motion as well as during stand still.
  • Short To Ground: Indicates if a short to ground is present on phase A, B or both. If this is detected the driver automatically becomes disabled and stays disabled until it is enabled again manually.
  • Over Temperature: The over temperature indicator switches to Warning if the driver IC warms up. The warning flag is expected during long duration stepper uses. If the temperature limit is reached the indicator switches to Limit. In this case the driver becomes disabled until it cools down again.

* Motor Stalled: Is true if a motor stall was detected.

  • Actual Motor Current: Indicates the actual current control scaling as used in Coolstep mode. It represents a multiplier of 1/32 to 32/32 of the “Motor Run Current“ as set by SetBasicConfiguration. Example: If a “Motor Run Current“ of 1000mA was set and the returned value is 15, the “Actual Motor Current“ is 16/32*1000mA = 500mA.
  • Stallguard Result: Indicates the load of the motor. A lower value signals a higher load. Per trial and error you can find out which value corresponds to a suitable torque for the velocity used in your application. After that you can use this threshold value to find out if a motor stall becomes probable and react on it (e.g. decrease velocity). During stand still this value can not be used for stall detection, it shows the chopper on-time for motor coil A.
  • Stealth Voltage Amplitude: Shows the actual PWM scaling. In Stealth mode it can be used to detect motor load and stall if autoscale is enabled (see SetStealthConfiguration).

Associated constants:

  • OpenLoadNone
  • OpenLoadPhaseA
  • OpenLoadPhaseB
  • OpenLoadPhaseAB
  • ShortToGroundNone
  • ShortToGroundPhaseA
  • ShortToGroundPhaseB
  • ShortToGroundPhaseAB
  • OverTemperatureNone
  • OverTemperatureWarning
  • OverTemperatureLimit

func (*SilentStepperV2Bricklet) GetEnabled

func (device *SilentStepperV2Bricklet) GetEnabled() (enabled bool, err error)

Returns *true* if the stepper driver is enabled, *false* otherwise.

func (*SilentStepperV2Bricklet) GetErrorLEDConfig

func (device *SilentStepperV2Bricklet) GetErrorLEDConfig() (config ErrorLEDConfig, err error)

Returns the LED configuration as set by SetErrorLEDConfig

Associated constants:

  • ErrorLEDConfigOff
  • ErrorLEDConfigOn
  • ErrorLEDConfigShowHeartbeat
  • ErrorLEDConfigShowError

func (*SilentStepperV2Bricklet) GetGPIOAction

func (device *SilentStepperV2Bricklet) GetGPIOAction(channel uint8) (action GPIOAction, err error)

Returns the GPIO action for a channel as set by SetGPIOAction.

Associated constants:

  • GPIOActionNone
  • GPIOActionNormalStopRisingEdge
  • GPIOActionNormalStopFallingEdge
  • GPIOActionFullBrakeRisingEdge
  • GPIOActionFullBrakeFallingEdge
  • GPIOActionCallbackRisingEdge
  • GPIOActionCallbackFallingEdge

func (*SilentStepperV2Bricklet) GetGPIOConfiguration

func (device *SilentStepperV2Bricklet) GetGPIOConfiguration(channel uint8) (debounce uint16, stopDeceleration uint16, err error)

Returns the GPIO configuration for a channel as set by SetGPIOConfiguration.

func (*SilentStepperV2Bricklet) GetGPIOState

func (device *SilentStepperV2Bricklet) GetGPIOState() (gpioState [2]bool, err error)

Returns the GPIO state for both channels. True if the state is “high“ and false if the state is “low“.

func (*SilentStepperV2Bricklet) GetIdentity

func (device *SilentStepperV2Bricklet) GetIdentity() (uid string, connectedUid string, position rune, hardwareVersion [3]uint8, firmwareVersion [3]uint8, deviceIdentifier uint16, err error)

Returns the UID, the UID where the Bricklet is connected to, the position, the hardware and firmware version as well as the device identifier.

The position can be 'a', 'b', 'c', 'd', 'e', 'f', 'g' or 'h' (Bricklet Port). A Bricklet connected to an `Isolator Bricklet <isolator_bricklet>` is always at position 'z'.

The device identifier numbers can be found `here <device_identifier>`. |device_identifier_constant|

func (*SilentStepperV2Bricklet) GetInputVoltage

func (device *SilentStepperV2Bricklet) GetInputVoltage() (voltage uint16, err error)

Returns the external input voltage. The external input voltage is given via the black power input connector on the Silent Stepper Bricklet 2.0.

If there is an external input voltage and a stack input voltage, the motor will be driven by the external input voltage. If there is only a stack voltage present, the motor will be driven by this voltage.

Warning

This means, if you have a high stack voltage and a low external voltage,
the motor will be driven with the low external voltage. If you then remove
the external connection, it will immediately be driven by the high
stack voltage

func (*SilentStepperV2Bricklet) GetMaxVelocity

func (device *SilentStepperV2Bricklet) GetMaxVelocity() (velocity uint16, err error)

Returns the velocity as set by SetMaxVelocity.

func (*SilentStepperV2Bricklet) GetMinimumVoltage

func (device *SilentStepperV2Bricklet) GetMinimumVoltage() (voltage uint16, err error)

Returns the minimum voltage as set by SetMinimumVoltage.

func (*SilentStepperV2Bricklet) GetMiscConfiguration

func (device *SilentStepperV2Bricklet) GetMiscConfiguration() (disableShortToGroundProtection bool, synchronizePhaseFrequency uint8, err error)

Returns the configuration as set by SetMiscConfiguration.

func (*SilentStepperV2Bricklet) GetMotorCurrent

func (device *SilentStepperV2Bricklet) GetMotorCurrent() (current uint16, err error)

Returns the current as set by SetMotorCurrent.

func (*SilentStepperV2Bricklet) GetRemainingSteps

func (device *SilentStepperV2Bricklet) GetRemainingSteps() (steps int32, err error)

Returns the remaining steps of the last call of SetSteps. For example, if SetSteps is called with 2000 and GetRemainingSteps is called after the motor has run for 500 steps, it will return 1500.

func (*SilentStepperV2Bricklet) GetResponseExpected

func (device *SilentStepperV2Bricklet) GetResponseExpected(functionID Function) (bool, error)

Returns the response expected flag for the function specified by the function ID parameter. It is true if the function is expected to send a response, false otherwise.

For getter functions this is enabled by default and cannot be disabled, because those functions will always send a response. For callback configuration functions it is enabled by default too, but can be disabled by SetResponseExpected. For setter functions it is disabled by default and can be enabled.

Enabling the response expected flag for a setter function allows to detect timeouts and other error conditions calls of this setter as well. The device will then send a response for this purpose. If this flag is disabled for a setter function then no response is sent and errors are silently ignored, because they cannot be detected.

See SetResponseExpected for the list of function ID constants available for this function.

func (*SilentStepperV2Bricklet) GetSPITFPErrorCount

func (device *SilentStepperV2Bricklet) GetSPITFPErrorCount() (errorCountAckChecksum uint32, errorCountMessageChecksum uint32, errorCountFrame uint32, errorCountOverflow uint32, err error)

Returns the error count for the communication between Brick and Bricklet.

The errors are divided into

* ACK checksum errors, * message checksum errors, * framing errors and * overflow errors.

The errors counts are for errors that occur on the Bricklet side. All Bricks have a similar function that returns the errors on the Brick side.

func (*SilentStepperV2Bricklet) GetSpeedRamping

func (device *SilentStepperV2Bricklet) GetSpeedRamping() (acceleration uint16, deacceleration uint16, err error)

Returns the acceleration and deacceleration as set by SetSpeedRamping.

func (*SilentStepperV2Bricklet) GetSpreadcycleConfiguration

func (device *SilentStepperV2Bricklet) GetSpreadcycleConfiguration() (slowDecayDuration uint8, enableRandomSlowDecay bool, fastDecayDuration uint8, hysteresisStartValue uint8, hysteresisEndValue int8, sineWaveOffset int8, chopperMode ChopperMode, comparatorBlankTime uint8, fastDecayWithoutComparator bool, err error)

Returns the configuration as set by SetBasicConfiguration.

Associated constants:

  • ChopperModeSpreadCycle
  • ChopperModeFastDecay

func (*SilentStepperV2Bricklet) GetStatusLEDConfig

func (device *SilentStepperV2Bricklet) GetStatusLEDConfig() (config StatusLEDConfig, err error)

Returns the configuration as set by SetStatusLEDConfig

Associated constants:

  • StatusLEDConfigOff
  • StatusLEDConfigOn
  • StatusLEDConfigShowHeartbeat
  • StatusLEDConfigShowStatus

func (*SilentStepperV2Bricklet) GetStealthConfiguration

func (device *SilentStepperV2Bricklet) GetStealthConfiguration() (enableStealth bool, amplitude uint8, gradient uint8, enableAutoscale bool, forceSymmetric bool, freewheelMode FreewheelMode, err error)

Returns the configuration as set by SetStealthConfiguration.

Associated constants:

  • FreewheelModeNormal
  • FreewheelModeFreewheeling
  • FreewheelModeCoilShortLS
  • FreewheelModeCoilShortHS

func (*SilentStepperV2Bricklet) GetStepConfiguration

func (device *SilentStepperV2Bricklet) GetStepConfiguration() (stepResolution StepResolution, interpolation bool, err error)

Returns the step mode as set by SetStepConfiguration.

Associated constants:

  • StepResolution1
  • StepResolution2
  • StepResolution4
  • StepResolution8
  • StepResolution16
  • StepResolution32
  • StepResolution64
  • StepResolution128
  • StepResolution256

func (*SilentStepperV2Bricklet) GetSteps

func (device *SilentStepperV2Bricklet) GetSteps() (steps int32, err error)

Returns the last steps as set by SetSteps.

func (*SilentStepperV2Bricklet) GetTargetPosition

func (device *SilentStepperV2Bricklet) GetTargetPosition() (position int32, err error)

Returns the last target position as set by SetTargetPosition.

func (*SilentStepperV2Bricklet) GetTimeBase

func (device *SilentStepperV2Bricklet) GetTimeBase() (timeBase uint32, err error)

Returns the time base as set by SetTimeBase.

func (*SilentStepperV2Bricklet) ReadUID

func (device *SilentStepperV2Bricklet) ReadUID() (uid uint32, err error)

Returns the current UID as an integer. Encode as Base58 to get the usual string version.

func (*SilentStepperV2Bricklet) RegisterAllDataCallback

func (device *SilentStepperV2Bricklet) RegisterAllDataCallback(fn func(uint16, int32, int32, uint16, uint16)) uint64

This callback is triggered periodically with the period that is set by SetAllCallbackConfiguration. The parameters are: the current velocity, the current position, the remaining steps, the stack voltage, the external voltage and the current consumption of the stepper motor.

func (*SilentStepperV2Bricklet) RegisterGPIOStateCallback

func (device *SilentStepperV2Bricklet) RegisterGPIOStateCallback(fn func([2]bool)) uint64

This callback is triggered by GPIO changes if it is activated through SetGPIOAction.

func (*SilentStepperV2Bricklet) RegisterNewStateCallback

func (device *SilentStepperV2Bricklet) RegisterNewStateCallback(fn func(State, State)) uint64

This callback is triggered whenever the Silent Stepper Bricklet 2.0 enters a new state. It returns the new state as well as the previous state.

func (*SilentStepperV2Bricklet) RegisterPositionReachedCallback

func (device *SilentStepperV2Bricklet) RegisterPositionReachedCallback(fn func(int32)) uint64

This callback is triggered when a position set by SetSteps or SetTargetPosition is reached.

Note

Since we can't get any feedback from the stepper motor, this only works if the
acceleration (see SetSpeedRamping) is set smaller or equal to the
maximum acceleration of the motor. Otherwise the motor will lag behind the
control value and the callback will be triggered too early.

func (*SilentStepperV2Bricklet) RegisterUnderVoltageCallback

func (device *SilentStepperV2Bricklet) RegisterUnderVoltageCallback(fn func(uint16)) uint64

This callback is triggered when the input voltage drops below the value set by SetMinimumVoltage. The parameter is the current voltage.

func (*SilentStepperV2Bricklet) Reset

func (device *SilentStepperV2Bricklet) Reset() (err error)

Calling this function will reset the Bricklet. All configurations will be lost.

After a reset you have to create new device objects, calling functions on the existing ones will result in undefined behavior!

func (*SilentStepperV2Bricklet) SetAllCallbackConfiguration

func (device *SilentStepperV2Bricklet) SetAllCallbackConfiguration(period uint32) (err error)

Sets the period with which the RegisterAllDataCallback callback is triggered periodically. A value of 0 turns the callback off.

func (*SilentStepperV2Bricklet) SetBasicConfiguration

func (device *SilentStepperV2Bricklet) SetBasicConfiguration(standstillCurrent uint16, motorRunCurrent uint16, standstillDelayTime uint16, powerDownTime uint16, stealthThreshold uint16, coolstepThreshold uint16, classicThreshold uint16, highVelocityChopperMode bool) (err error)

Sets the basic configuration parameters for the different modes (Stealth, Coolstep, Classic).

  • Standstill Current: This value can be used to lower the current during stand still. This might be reasonable to reduce the heating of the motor and the Bricklet 2.0. When the motor is in standstill the configured motor phase current will be driven until the configured Power Down Time is elapsed. After that the phase current will be reduced to the standstill current. The elapsed time for this reduction can be configured with the Standstill Delay Time. The maximum allowed value is the configured maximum motor current (see SetMotorCurrent).
  • Motor Run Current: The value sets the motor current when the motor is running. Use a value of at least one half of the global maximum motor current for a good microstep performance. The maximum allowed value is the current motor current. The API maps the entered value to 1/32 ... 32/32 of the maximum motor current. This value should be used to change the motor current during motor movement, whereas the global maximum motor current should not be changed while the motor is moving (see SetMotorCurrent).
  • Standstill Delay Time: Controls the duration for motor power down after a motion as soon as standstill is detected and the Power Down Time is expired. A high Standstill Delay Time results in a smooth transition that avoids motor jerk during power down.

* Power Down Time: Sets the delay time after a stand still.

  • Stealth Threshold: Sets the upper threshold for Stealth mode. If the velocity of the motor goes above this value, Stealth mode is turned off. Otherwise it is turned on. In Stealth mode the torque declines with high speed.
  • Coolstep Threshold: Sets the lower threshold for Coolstep mode. The Coolstep Threshold needs to be above the Stealth Threshold.
  • Classic Threshold: Sets the lower threshold for classic mode. In classic mode the stepper becomes more noisy, but the torque is maximized.
  • High Velocity Chopper Mode: If High Velocity Chopper Mode is enabled, the stepper control is optimized to run the stepper motors at high velocities.

If you want to use all three thresholds make sure that Stealth Threshold < Coolstep Threshold < Classic Threshold.

func (*SilentStepperV2Bricklet) SetBootloaderMode

func (device *SilentStepperV2Bricklet) SetBootloaderMode(mode BootloaderMode) (status BootloaderStatus, err error)

Sets the bootloader mode and returns the status after the requested mode change was instigated.

You can change from bootloader mode to firmware mode and vice versa. A change from bootloader mode to firmware mode will only take place if the entry function, device identifier and CRC are present and correct.

This function is used by Brick Viewer during flashing. It should not be necessary to call it in a normal user program.

Associated constants:

  • BootloaderModeBootloader
  • BootloaderModeFirmware
  • BootloaderModeBootloaderWaitForReboot
  • BootloaderModeFirmwareWaitForReboot
  • BootloaderModeFirmwareWaitForEraseAndReboot
  • BootloaderStatusOK
  • BootloaderStatusInvalidMode
  • BootloaderStatusNoChange
  • BootloaderStatusEntryFunctionNotPresent
  • BootloaderStatusDeviceIdentifierIncorrect
  • BootloaderStatusCRCMismatch

func (*SilentStepperV2Bricklet) SetCoolstepConfiguration

func (device *SilentStepperV2Bricklet) SetCoolstepConfiguration(minimumStallguardValue uint8, maximumStallguardValue uint8, currentUpStepWidth CurrentUpStepIncrement, currentDownStepWidth CurrentDownStepDecrement, minimumCurrent MinimumCurrent, stallguardThresholdValue int8, stallguardMode StallguardMode) (err error)

Note: If you don't know what any of this means you can very likely keep all of the values as default!

Sets the configuration relevant for Coolstep.

  • Minimum Stallguard Value: If the Stallguard result falls below this value*32, the motor current is increased to reduce motor load angle. A value of 0 turns Coolstep off.
  • Maximum Stallguard Value: If the Stallguard result goes above (Min Stallguard Value + Max Stallguard Value + 1) * 32, the motor current is decreased to save energy.
  • Current Up Step Width: Sets the up step increment per Stallguard value. The value range is 0-3, corresponding to the increments 1, 2, 4 and 8.
  • Current Down Step Width: Sets the down step decrement per Stallguard value. The value range is 0-3, corresponding to the decrements 1, 2, 8 and 16.
  • Minimum Current: Sets the minimum current for Coolstep current control. You can choose between half and quarter of the run current.
  • Stallguard Threshold Value: Sets the level for stall output (see GetDriverStatus). A lower value gives a higher sensitivity. You have to find a suitable value for your motor by trial and error, 0 works for most motors.
  • Stallguard Mode: Set to 0 for standard resolution or 1 for filtered mode. In filtered mode the Stallguard signal will be updated every four full-steps.

Associated constants:

  • CurrentUpStepIncrement1
  • CurrentUpStepIncrement2
  • CurrentUpStepIncrement4
  • CurrentUpStepIncrement8
  • CurrentDownStepDecrement1
  • CurrentDownStepDecrement2
  • CurrentDownStepDecrement8
  • CurrentDownStepDecrement32
  • MinimumCurrentHalf
  • MinimumCurrentQuarter
  • StallguardModeStandard
  • StallguardModeFiltered

func (*SilentStepperV2Bricklet) SetCurrentPosition

func (device *SilentStepperV2Bricklet) SetCurrentPosition(position int32) (err error)

Sets the current steps of the internal step counter. This can be used to set the current position to 0 when some kind of starting position is reached (e.g. when a CNC machine reaches a corner).

func (*SilentStepperV2Bricklet) SetEnabled

func (device *SilentStepperV2Bricklet) SetEnabled(enabled bool) (err error)

Enables/Disables the driver chip. The driver parameters can be configured (maximum velocity, acceleration, etc) before it is enabled.

Warning

Disabling the driver chip while the motor is still turning can damage the
driver chip. The motor should be stopped calling Stop function
before disabling the motor power. The Stop function will **not**
wait until the motor is actually stopped. You have to explicitly wait for the
appropriate time after calling the Stop function before calling
the SetEnabled with false function.

func (*SilentStepperV2Bricklet) SetErrorLEDConfig

func (device *SilentStepperV2Bricklet) SetErrorLEDConfig(config ErrorLEDConfig) (err error)

Configures the error LED to be either turned off, turned on, blink in heartbeat mode or show an error.

If the LED is configured to show errors it has three different states:

* Off: No error present. * 250ms interval blink: Overtemperature warning. * 1s interval blink: Input voltage too small. * full red: motor disabled because of short to ground in phase a or b or because of overtemperature.

Associated constants:

  • ErrorLEDConfigOff
  • ErrorLEDConfigOn
  • ErrorLEDConfigShowHeartbeat
  • ErrorLEDConfigShowError

func (*SilentStepperV2Bricklet) SetGPIOAction

func (device *SilentStepperV2Bricklet) SetGPIOAction(channel uint8, action GPIOAction) (err error)

Sets the GPIO action for the given channel.

The action can be a normal stop, a full brake or a callback. Each for a rising edge or falling edge. The actions are a bitmask they can be used at the same time. You can for example trigger a full brake and a callback at the same time or for rising and falling edge.

The deceleration speed for the normal stop can be configured with SetGPIOConfiguration.

Associated constants:

  • GPIOActionNone
  • GPIOActionNormalStopRisingEdge
  • GPIOActionNormalStopFallingEdge
  • GPIOActionFullBrakeRisingEdge
  • GPIOActionFullBrakeFallingEdge
  • GPIOActionCallbackRisingEdge
  • GPIOActionCallbackFallingEdge

func (*SilentStepperV2Bricklet) SetGPIOConfiguration

func (device *SilentStepperV2Bricklet) SetGPIOConfiguration(channel uint8, debounce uint16, stopDeceleration uint16) (err error)

Sets the GPIO configuration for the given channel. You can configure a debounce and the deceleration that is used if the action is configured as “normal stop“. See SetGPIOAction.

func (*SilentStepperV2Bricklet) SetMaxVelocity

func (device *SilentStepperV2Bricklet) SetMaxVelocity(velocity uint16) (err error)

Sets the maximum velocity of the stepper motor. This function does *not* start the motor, it merely sets the maximum velocity the stepper motor is accelerated to. To get the motor running use either SetTargetPosition, SetSteps, DriveForward or DriveBackward.

func (*SilentStepperV2Bricklet) SetMinimumVoltage

func (device *SilentStepperV2Bricklet) SetMinimumVoltage(voltage uint16) (err error)

Sets the minimum voltage, below which the RegisterUnderVoltageCallback callback is triggered. The minimum possible value that works with the Silent Stepper Bricklet 2.0 is 8V. You can use this function to detect the discharge of a battery that is used to drive the stepper motor. If you have a fixed power supply, you likely do not need this functionality.

func (*SilentStepperV2Bricklet) SetMiscConfiguration

func (device *SilentStepperV2Bricklet) SetMiscConfiguration(disableShortToGroundProtection bool, synchronizePhaseFrequency uint8) (err error)

Note: If you don't know what any of this means you can very likely keep all of the values as default!

Sets miscellaneous configuration parameters.

  • Disable Short To Ground Protection: Set to false to enable short to ground protection, otherwise it is disabled.
  • Synchronize Phase Frequency: With this parameter you can synchronize the chopper for both phases of a two phase motor to avoid the occurrence of a beat. The value range is 0-15. If set to 0, the synchronization is turned off. Otherwise the synchronization is done through the formula f_sync = f_clk/(value*64). In Classic Mode the synchronization is automatically switched off. f_clk is 12.8MHz.

func (*SilentStepperV2Bricklet) SetMotorCurrent

func (device *SilentStepperV2Bricklet) SetMotorCurrent(current uint16) (err error)

Sets the current with which the motor will be driven.

Warning

Do not set this value above the specifications of your stepper motor.
Otherwise it may damage your motor.

func (*SilentStepperV2Bricklet) SetResponseExpected

func (device *SilentStepperV2Bricklet) SetResponseExpected(functionID Function, responseExpected bool) error

Changes the response expected flag of the function specified by the function ID parameter. This flag can only be changed for setter (default value: false) and callback configuration functions (default value: true). For getter functions it is always enabled.

Enabling the response expected flag for a setter function allows to detect timeouts and other error conditions calls of this setter as well. The device will then send a response for this purpose. If this flag is disabled for a setter function then no response is sent and errors are silently ignored, because they cannot be detected.

func (*SilentStepperV2Bricklet) SetResponseExpectedAll

func (device *SilentStepperV2Bricklet) SetResponseExpectedAll(responseExpected bool)

Changes the response expected flag for all setter and callback configuration functions of this device at once.

func (*SilentStepperV2Bricklet) SetSpeedRamping

func (device *SilentStepperV2Bricklet) SetSpeedRamping(acceleration uint16, deacceleration uint16) (err error)

Sets the acceleration and deacceleration of the stepper motor. An acceleration of 1000 means, that every second the velocity is increased by 1000 *steps/s*.

For example: If the current velocity is 0 and you want to accelerate to a velocity of 8000 *steps/s* in 10 seconds, you should set an acceleration of 800 *steps/s²*.

An acceleration/deacceleration of 0 means instantaneous acceleration/deacceleration (not recommended)

func (*SilentStepperV2Bricklet) SetSpreadcycleConfiguration

func (device *SilentStepperV2Bricklet) SetSpreadcycleConfiguration(slowDecayDuration uint8, enableRandomSlowDecay bool, fastDecayDuration uint8, hysteresisStartValue uint8, hysteresisEndValue int8, sineWaveOffset int8, chopperMode ChopperMode, comparatorBlankTime uint8, fastDecayWithoutComparator bool) (err error)

Note: If you don't know what any of this means you can very likely keep all of the values as default!

Sets the Spreadcycle configuration parameters. Spreadcycle is a chopper algorithm which actively controls the motor current flow. More information can be found in the TMC2130 datasheet on page 47 (7 spreadCycle and Classic Chopper).

  • Slow Decay Duration: Controls duration of off time setting of slow decay phase. 0 = driver disabled, all bridges off. Use 1 only with Comparator Blank time >= 2.
  • Enable Random Slow Decay: Set to false to fix chopper off time as set by Slow Decay Duration. If you set it to true, Decay Duration is randomly modulated.
  • Fast Decay Duration: Sets the fast decay duration. This parameters is only used if the Chopper Mode is set to Fast Decay.
  • Hysteresis Start Value: Sets the hysteresis start value. This parameter is only used if the Chopper Mode is set to Spread Cycle.
  • Hysteresis End Value: Sets the hysteresis end value. This parameter is only used if the Chopper Mode is set to Spread Cycle.
  • Sine Wave Offset: Sets the sine wave offset. This parameters is only used if the Chopper Mode is set to Fast Decay. 1/512 of the value becomes added to the absolute value of the sine wave.

* Chopper Mode: 0 = Spread Cycle, 1 = Fast Decay.

* Comparator Blank Time: Sets the blank time of the comparator. Available values are

  • 0 = 16 clocks,

  • 1 = 24 clocks,

  • 2 = 36 clocks and

  • 3 = 54 clocks.

    A value of 1 or 2 is recommended for most applications.

  • Fast Decay Without Comparator: If set to true the current comparator usage for termination of the fast decay cycle is disabled.

Associated constants:

  • ChopperModeSpreadCycle
  • ChopperModeFastDecay

func (*SilentStepperV2Bricklet) SetStatusLEDConfig

func (device *SilentStepperV2Bricklet) SetStatusLEDConfig(config StatusLEDConfig) (err error)

Sets the status LED configuration. By default the LED shows communication traffic between Brick and Bricklet, it flickers once for every 10 received data packets.

You can also turn the LED permanently on/off or show a heartbeat.

If the Bricklet is in bootloader mode, the LED is will show heartbeat by default.

Associated constants:

  • StatusLEDConfigOff
  • StatusLEDConfigOn
  • StatusLEDConfigShowHeartbeat
  • StatusLEDConfigShowStatus

func (*SilentStepperV2Bricklet) SetStealthConfiguration

func (device *SilentStepperV2Bricklet) SetStealthConfiguration(enableStealth bool, amplitude uint8, gradient uint8, enableAutoscale bool, forceSymmetric bool, freewheelMode FreewheelMode) (err error)

Note: If you don't know what any of this means you can very likely keep all of the values as default!

Sets the configuration relevant for Stealth mode.

  • Enable Stealth: If set to true the stealth mode is enabled, if set to false the stealth mode is disabled, even if the speed is below the threshold set in SetBasicConfiguration.
  • Amplitude: If autoscale is disabled, the PWM amplitude is scaled by this value. If autoscale is enabled, this value defines the maximum PWM amplitude change per half wave.
  • Gradient: If autoscale is disabled, the PWM gradient is scaled by this value. If autoscale is enabled, this value defines the maximum PWM gradient. With autoscale a value above 64 is recommended, otherwise the regulation might not be able to measure the current.
  • Enable Autoscale: If set to true, automatic current control is used. Otherwise the user defined amplitude and gradient are used.
  • Force Symmetric: If true, A symmetric PWM cycle is enforced. Otherwise the PWM value may change within each PWM cycle.
  • Freewheel Mode: The freewheel mode defines the behavior in stand still if the Standstill Current (see SetBasicConfiguration) is set to 0.

Associated constants:

  • FreewheelModeNormal
  • FreewheelModeFreewheeling
  • FreewheelModeCoilShortLS
  • FreewheelModeCoilShortHS

func (*SilentStepperV2Bricklet) SetStepConfiguration

func (device *SilentStepperV2Bricklet) SetStepConfiguration(stepResolution StepResolution, interpolation bool) (err error)

Sets the step resolution from full-step up to 1/256-step.

If interpolation is turned on, the Silent Stepper Bricklet 2.0 will always interpolate your step inputs as 1/256-step. If you use full-step mode with interpolation, each step will generate 256 1/256 steps.

For maximum torque use full-step without interpolation. For maximum resolution use 1/256-step. Turn interpolation on to make the Stepper driving less noisy.

If you often change the speed with high acceleration you should turn the interpolation off.

Associated constants:

  • StepResolution1
  • StepResolution2
  • StepResolution4
  • StepResolution8
  • StepResolution16
  • StepResolution32
  • StepResolution64
  • StepResolution128
  • StepResolution256

func (*SilentStepperV2Bricklet) SetSteps

func (device *SilentStepperV2Bricklet) SetSteps(steps int32) (err error)

Sets the number of steps the stepper motor should run. Positive values will drive the motor forward and negative values backward. The velocity, acceleration and deacceleration as set by SetMaxVelocity and SetSpeedRamping will be used.

func (*SilentStepperV2Bricklet) SetTargetPosition

func (device *SilentStepperV2Bricklet) SetTargetPosition(position int32) (err error)

Sets the target position of the stepper motor in steps. For example, if the current position of the motor is 500 and SetTargetPosition is called with 1000, the stepper motor will drive 500 steps forward. It will use the velocity, acceleration and deacceleration as set by SetMaxVelocity and SetSpeedRamping.

A call of SetTargetPosition with the parameter *x* is equivalent to a call of SetSteps with the parameter (*x* - GetCurrentPosition).

func (*SilentStepperV2Bricklet) SetTimeBase

func (device *SilentStepperV2Bricklet) SetTimeBase(timeBase uint32) (err error)

Sets the time base of the velocity and the acceleration of the Silent Stepper Bricklet 2.0.

For example, if you want to make one step every 1.5 seconds, you can set the time base to 15 and the velocity to 10. Now the velocity is 10steps/15s = 1steps/1.5s.

func (*SilentStepperV2Bricklet) SetWriteFirmwarePointer

func (device *SilentStepperV2Bricklet) SetWriteFirmwarePointer(pointer uint32) (err error)

Sets the firmware pointer for WriteFirmware. The pointer has to be increased by chunks of size 64. The data is written to flash every 4 chunks (which equals to one page of size 256).

This function is used by Brick Viewer during flashing. It should not be necessary to call it in a normal user program.

func (*SilentStepperV2Bricklet) Stop

func (device *SilentStepperV2Bricklet) Stop() (err error)

Stops the stepper motor with the deacceleration as set by SetSpeedRamping.

func (*SilentStepperV2Bricklet) WriteFirmware

func (device *SilentStepperV2Bricklet) WriteFirmware(data [64]uint8) (status uint8, err error)

Writes 64 Bytes of firmware at the position as written by SetWriteFirmwarePointer before. The firmware is written to flash every 4 chunks.

You can only write firmware in bootloader mode.

This function is used by Brick Viewer during flashing. It should not be necessary to call it in a normal user program.

func (*SilentStepperV2Bricklet) WriteUID

func (device *SilentStepperV2Bricklet) WriteUID(uid uint32) (err error)

Writes a new UID into flash. If you want to set a new UID you have to decode the Base58 encoded UID string into an integer first.

We recommend that you use Brick Viewer to change the UID.

type StallguardMode

type StallguardMode = uint8
const (
	StallguardModeStandard StallguardMode = 0
	StallguardModeFiltered StallguardMode = 1
)

type State

type State = uint8
const (
	StateStop                      State = 1
	StateAcceleration              State = 2
	StateRun                       State = 3
	StateDeacceleration            State = 4
	StateDirectionChangeToForward  State = 5
	StateDirectionChangeToBackward State = 6
)

type StatusLEDConfig

type StatusLEDConfig = uint8
const (
	StatusLEDConfigOff           StatusLEDConfig = 0
	StatusLEDConfigOn            StatusLEDConfig = 1
	StatusLEDConfigShowHeartbeat StatusLEDConfig = 2
	StatusLEDConfigShowStatus    StatusLEDConfig = 3
)

type StepResolution

type StepResolution = uint8
const (
	StepResolution1   StepResolution = 8
	StepResolution2   StepResolution = 7
	StepResolution4   StepResolution = 6
	StepResolution8   StepResolution = 5
	StepResolution16  StepResolution = 4
	StepResolution32  StepResolution = 3
	StepResolution64  StepResolution = 2
	StepResolution128 StepResolution = 1
	StepResolution256 StepResolution = 0
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL