Date
1 - 13 of 13
CNC3 RA will only drive one direction
Jamie Flinn
I have the Wemos D1 R32 CNC3 board now operational using TMC2208 and ONstep X...Both axis are moveable and DEC is fine - RA however will ONLY move in once direction - have verified it is not the drivers, cables have been in use in 4 other setups (as have motors) so it must be something in the config but do not know where to start - pinmaps?
Running via phone app connected to the WIFI but doubt that is related - reversing the cables allows me to move in opposite direction - Any Ideas?
|
|
On Sun, Jan 16, 2022 at 10:19 PM, Jamie Flinn wrote:
so it must be something in the config but do not know where to start - pinmaps?Let us see your config then
|
|
Jamie Flinn
/* ---------------------------------------------------------------------------------------------------------------------------------
* Configuration for OnStepX controller options
*
* For more information on setting OnStep up see http://www.stellarjourney.com/index.php?r=site/equipment_onstep
* and join the OnStep Groups.io at https://groups.io/g/onstep
*
* *** Read the compiler warnings and errors, they are there to help guard against invalid configurations ***
*
* ---------------------------------------------------------------------------------------------------------------------------------
* ADJUST THE FOLLOWING TO CONFIGURE YOUR CONTROLLER FEATURES ----------------------------------------------------------------------
* <-Req'd = always must set, <-Often = usually must set, Option = optional, Adjust = adjust as req'd, Infreq = infrequently changed
*/
// Parameter Name Value Default Notes Hint
// =================================================================================================================================
// CONTROLLER ======================================================================================================================
// PINMAP ---------------------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#PINMAP
#define PINMAP CNC3 // OFF, Choose from: MksGenL2, MiniPCB2, MaxPCB2, MaxESP3, CNC3, STM32Blue, <-Req'd
// MaxSTM3, FYSETC_S6_2, etc. Other boards and more info. in ~/src/Constants.h
// SERIAL PORT COMMAND CHANNELS ------------------------------------ see https://onstep.groups.io/g/main/wiki/6-Configuration#SERIAL
#define SERIAL_B_BAUD_DEFAULT 9600 // 9600, n. See (src/HAL/) for your MCU Serial port # etc. Option
#define SERIAL_B_ESP_FLASHING OFF // OFF, ON Upload ESP8266 WiFi firmware through SERIAL_B with :ESPFLASH# cmd. Option
#define SERIAL_C_BAUD_DEFAULT OFF // OFF, n. See (src/HAL/) for your MCU Serial port # etc. Option
// USER FEEDBACK -------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#USER_FEEDBACK
#define STATUS_LED ON // ON, Steady illumination if no error, blinks w/error code otherwise. Option
// RETICLE CONTROL ------------------------------------------------ see https://onstep.groups.io/g/main/wiki/6-Configuration#RETICLE
#define RETICLE_LED OFF // OFF, n. Where n=0..255 (0..100%) activates feature sets default brightness. Option
// WEATHER SENSOR ------------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#SENSORS
#define WEATHER OFF // OFF, BME280 (I2C 0x77,) BME280_0x76, BME280_SPI (see pinmap for CS.) Option
// BMP280 (I2C 0x77,) BMP280_0x76, BMP280_SPI (see pinmap for CS.)
// BME280 or BMP280 for temperature, pressure. BME280 for humidity also.
// MOTION ---------------------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#MOTION
#define STEP_WAVE_FORM PULSE // SQUARE, PULSE Step signal wave form faster rates. SQUARE best signal integrity. Adjust
// Applies to all axes.
// =================================================================================================================================
// MOUNT ===========================================================================================================================
// Driver models (Step/Dir and Servo) see "~/OnStepX/Constants.h" for a complete list.
// Typically: A4988, DRV8825, LV8729, S109, TMC2130*, or TMC5160
// Settings for TMC SPI and SERVO drivers are in Extended.config.h
// * = SSS TMC2130 set Vref to 2.5V (IRUN defaults to 300mA.)
// Settings for driver Microsteps, IRUN, Reverse, Limit Min, and Limit Max are stored in NV (EEPROM.) These runtime settings
// can be changed (or reverted to the defaults below) from the SmartWebServer's Config webpage. If runtime axis settings are
// enabled changes to these settings below may be ignored as runtime settings from NV (EEPROM) are used instead.
// AXIS1 RA/AZM -------------------------------- see https://onstep.groups.io/g/main/wiki/Configuration---Rotator-and-Focusers#AXIS1
#define AXIS1_DRIVER_MODEL TMC2208 // OFF, Enter motor driver model (above) in both axes to activate the mount. <-Often
#define AXIS1_DRIVER_STATUS OFF // OFF, ON, HIGH, or LOW. For driver status info/fault detection. Option
#define AXIS1_DRIVER_MICROSTEPS 16 // OFF, n. Microstep mode when tracking. <-Often
#define AXIS1_DRIVER_MICROSTEPS_GOTO SAME // SAME, n. Microstep mode used during gotos. SAME uses MICROSTEPS. Option
// for TMC2130 & TMC5160 STEP/DIR driver models:
#define AXIS1_DRIVER_IRUN OFF // OFF, n, (mA.) Current during tracking, appropriate for stepper/driver/etc. Option
#define AXIS1_DRIVER_IHOLD HALF // HALF, n, (mA.) Current during standstill. HALF uses IRUN/2.0 Option
#define AXIS1_DRIVER_IGOTO SAME // SAME, n, (mA.) Current during slews. SAME uses IRUN. Option
#define AXIS1_STEPS_PER_DEGREE 5013.33376 // 12800, n. Number of steps per degree: <-Req'd
// n = (stepper_steps * micro_steps * overall_gear_reduction)/360.0
#define AXIS1_REVERSE OFF // OFF, ON Reverses movement direction, or reverse wiring instead to correct. <-Often
// AXIS2 DEC/ALT ------------------------------- see https://onstep.groups.io/g/main/wiki/Configuration---Rotator-and-Focusers#AXIS2
#define AXIS2_DRIVER_MODEL TMC2208 // OFF, Enter motor driver model (above) in both axes to activate the mount. <-Often
#define AXIS2_DRIVER_STATUS OFF // OFF, ON, HIGH, or LOW. Polling for driver status info/fault detection. Option
#define AXIS2_DRIVER_MICROSTEPS 16 // OFF, n. Microstep mode when tracking. <-Often
#define AXIS2_DRIVER_MICROSTEPS_GOTO SAME // SAME, n. Microstep mode used during gotos. SAME uses MICROSTEPS. Option
// for TMC2130 & TMC5160 STEP/DIR driver models:
#define AXIS2_DRIVER_IRUN OFF // OFF, n, (mA.) Current during tracking, appropriate for stepper/driver/etc. Option
#define AXIS2_DRIVER_IHOLD HALF // HALF, n, (mA.) Current during standstill. HALF uses IRUN/2.0 Option
#define AXIS2_DRIVER_IGOTO SAME // SAME, n, (mA.) Current during slews. SAME uses IRUN. Option
#define AXIS2_STEPS_PER_DEGREE 5013.33376 // 12800, n. Number of steps per degree: <-Req'd
// n = (stepper_steps * micro_steps * overall_gear_reduction)/360.0
#define AXIS2_REVERSE OFF // OFF, ON Reverses movement direction, or reverse wiring instead to correct. <-Often
// MOUNT TYPE -------------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#MOUNT_TYPE
#define MOUNT_TYPE GEM // GEM, GEM for German Equatorial, FORK for Equatorial Fork, or ALTAZM <-Req'd
// Dobsonian etc. mounts. GEM Eq mounts perform meridian flips.
// TIME AND LOCATION -------------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#TLS
#define TIME_LOCATION_SOURCE OFF // OFF, DS3231 (I2c,) DS3234 (Spi,) TEENSY (T3.2 internal,) or GPS source. Option
// Provides Date/Time, and if available, PPS & Lat/Long also.
#define TIME_LOCATION_PPS_SENSE OFF // OFF, HIGH senses PPS (pulse per second,) signal rising edge, or use LOW for Option
// falling edge, or use BOTH for rising and falling edges.
// Better tracking accuracy especially for Mega2560's w/ceramic resonator.
// USER FEEDBACK -------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#USER_FEEDBACK
#define STATUS_MOUNT_LED OFF // OFF, ON Flashes proportional to rate of movement or solid on for slews. Option
#define STATUS_BUZZER OFF // OFF, ON, n. Where n=100..6000 (Hz freq.) for speaker. ON for piezo buzzer. Option
// ST4 INTERFACE ------------------------------------------------------ see https://onstep.groups.io/g/main/wiki/6-Configuration#ST4
// *** It is up to you to verify the interface meets the electrical specifications of any connected device, use at your own risk ***
#define ST4_INTERFACE OFF // OFF, ON enables interface. <= 1X guides unless hand control mode. Option
// During goto btn press: aborts slew or continue meridian flip pause home
// SENSORS -------------------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#SENSORS
#define LIMIT_SENSE OFF // OFF, HIGH or LOW state on limit sense switch stops movement. Option
// PARK -------------------------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#PARK
#define PARK_SENSE OFF // OFF, HIGH or LOW state indicates mount is in the park orientation. Option
#define PARK_SIGNAL OFF // OFF, HIGH or LOW state park input signal triggers parking. Option
#define PARK_STATUS OFF // OFF, signals with a HIGH or LOW state when successfully parked. Option
// PEC ---------------------------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#PEC
#define PEC_STEPS_PER_WORM_ROTATION 0 // 0, n. Steps per worm rotation (0 disables else 720 sec buffer allocated.) <-Req'd
// n = (AXIS1_STEPS_PER_DEGREE*360)/reduction_final_stage
#define PEC_SENSE OFF // OFF, HIGH. Senses the PEC signal rising edge or use LOW for falling edge. Option
// Ignored in ALTAZM mode.
// SLEWING BEHAVIOUR ---------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#SLEWING
#define SLEW_RATE_BASE_DESIRED 1.0 // 1.0, n. Desired slew rate in deg/sec. Adjustable at run-time from <-Req'd
// 1/2 to 2x this rate, and as MCU performace considerations require.
#define SLEW_ACCELERATION_DIST 5.0 // 5.0, n, (degrees.) Approx. distance for acceleration (and deceleration.) Adjust
#define SLEW_RAPID_STOP_DIST 2.0 // 2.0, n, (degrees.) Approx. distance required to stop when a slew Adjust
// is aborted or a limit is exceeded.
// =================================================================================================================================
// ROTATOR =========================================================================================================================
// Driver models (Step/Dir and Servo) see "~/OnStepX/Constants.h" for a complete list.
// A4988, DRV8825, LV8729, SSS TMC2100, TMC2130*
// Settings for TMC SPI and SERVO drivers are in Extended.config.h
// * = SSS TMC2130 set Vref to 2.5V (IRUN defaults to 300mA.)
// Settings for driver Microsteps, IRUN, Reverse, Limit Min, and Limit Max are stored in NV (EEPROM.) These runtime settings
// can be changed (or reverted to the defaults below) from the SmartWebServer's Config webpage. If runtime axis settings are
// enabled changes to these settings below may be ignored as runtime settings from NV (EEPROM) are used instead.
// AXIS3 ROTATOR ------------------------------- see https://onstep.groups.io/g/main/wiki/Configuration---Rotator-and-Focusers#AXIS3
#define AXIS3_DRIVER_MODEL OFF // OFF, Enter motor driver model (above) to activate the rotator. Option
#define AXIS3_DRIVER_STATUS OFF // OFF, ON, HIGH, or LOW. For driver status info/fault detection. Option
// for TMC2130 & TMC5160 STEP/DIR driver models:
#define AXIS3_DRIVER_IRUN OFF // OFF, n, (mA.) Current during tracking, appropriate for stepper/driver/etc. Option
#define AXIS3_DRIVER_IHOLD HALF // HALF, n, (mA.) Current during standstill. HALF uses IRUN/2.0 Option
#define AXIS3_DRIVER_IGOTO SAME // SAME, n, (mA.) Current during slews. SAME uses IRUN. Option
#define AXIS3_DRIVER_MICROSTEPS OFF // OFF, n. Microstep mode when tracking. Option
#define AXIS3_STEPS_PER_DEGREE 64.0 // 64.0, n. Number of steps per degree for rotator/de-rotator. Adjust
// Alt/Az de-rotation: n = (num_circumference_pixels * 2)/360, minimum
#define AXIS3_SLEW_RATE_DESIRED 1.0 // 1.0, n, (degrees/second) Maximum speed depends on processor. Adjust
#define AXIS3_REVERSE OFF // OFF, ON Reverses movement direction, or reverse wiring instead to correct. Option
// =================================================================================================================================
// FOCUSERS ========================================================================================================================
// Driver models (Step/Dir and Servo) see "~/OnStepX/Constants.h" for a complete list.
// Typically: A4988, DRV8825, LV8729, SSS TMC2100, TMC2130*
// Settings for TMC SPI and SERVO drivers are in Extended.config.h
// * = SSS TMC2130 set Vref to 2.5V (IRUN defaults to 300mA.)
// Settings for driver Microsteps, IRUN, Reverse, Limit Min, and Limit Max are stored in NV (EEPROM.) These runtime settings
// can be changed (or reverted to the defaults below) from the SmartWebServer's Config webpage. If runtime axis settings are
// enabled changes to these settings below may be ignored as runtime settings from NV (EEPROM) are used instead.
// AXIS4 FOCUSER 1 -------------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#AXIS4
#define AXIS4_DRIVER_MODEL OFF // OFF, Enter motor driver model (above) to activate the focuser. Option
#define AXIS4_DRIVER_STATUS OFF // OFF, ON, HIGH, or LOW. For driver status info/fault detection. Option
// for TMC2130 & TMC5160 STEP/DIR driver models:
#define AXIS4_DRIVER_IRUN OFF // OFF, n, (mA.) Current during tracking, appropriate for stepper/driver/etc. Option
#define AXIS4_DRIVER_IHOLD HALF // HALF, n, (mA.) Current during standstill. HALF uses IRUN/2.0 Option
#define AXIS4_DRIVER_IGOTO SAME // SAME, n, (mA.) Current during slews. SAME uses IRUN. Option
#define AXIS4_DRIVER_MICROSTEPS OFF // OFF, n. Microstep mode when tracking. Option
#define AXIS4_STEPS_PER_MICRON 0.5 // 0.5, n. Steps per micrometer. Figure this out by testing or other means. Adjust
#define AXIS4_SLEW_RATE_DESIRED 500 // 500, n, Where n=200..5000 (um/s.) Desired (maximum) microns/second. Adjust
#define AXIS4_REVERSE OFF // OFF, ON Reverses movement direction, or reverse wiring instead to correct. Option
// AXIS5 FOCUSER 2 -----------------------------------------------------------------------------------------------------------------
// Up to 6 focusers can be present (AXIS4 to AXIS9) simply copy the above text for focuser 1 and rename to AXIS5_ for focuser 2, etc
// =================================================================================================================================
// AUXILIARY FEATURES ==============================================================================================================
// FEATURES ----------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-ConfigurationMaster#AUXILIARY
// Note: Temporarily set DEBUG mode to VERBOSE and use "FEATURE1_TEMP DS1820" to list the DS18B20 device serial numbers.
#define FEATURE1_PURPOSE OFF // OFF, SWITCH, ANALOG_OUT, DEW_HEATER, INTERVALOMETER. Option
#define FEATURE1_NAME "FEATURE1" // "FE..", Name of feature being controlled. Adjust
#define FEATURE1_PIN OFF // OFF, AUX for auxiliary pin, n. Where n is the pin#. Adjust
#define FEATURE1_TEMP OFF // OFF, THERMISTOR or n. Where n is the ds18b20 s/n. For DEW_HEATER temperature. Adjust
#define FEATURE2_PURPOSE OFF // OFF, SWITCH, ANALOG_OUT, DEW_HEATER, INTERVALOMETER. Option
#define FEATURE2_NAME "FEATURE2" // "FE..", Name of feature being controlled. Adjust
#define FEATURE2_TEMP OFF // OFF, THERMISTOR or n. Where n is the ds18b20 s/n. For DEW_HEATER temperature. Adjust
#define FEATURE2_PIN OFF // OFF, AUX for auxiliary pin, n. Where n is the pin#. Adjust
#define FEATURE3_PURPOSE OFF // OFF, SWITCH, ANALOG_OUT, DEW_HEATER, INTERVALOMETER. Option
#define FEATURE3_NAME "FEATURE3" // "FE..", Name of feature being controlled. Adjust
#define FEATURE3_TEMP OFF // OFF, THERMISTOR or n. Where n is the ds18b20 s/n. For DEW_HEATER temperature. Adjust
#define FEATURE3_PIN OFF // OFF, AUX for auxiliary pin, n. Where n is the pin#. Adjust
#define FEATURE4_PURPOSE OFF // OFF, SWITCH, ANALOG_OUT, DEW_HEATER, INTERVALOMETER. Option
#define FEATURE4_NAME "FEATURE4" // "FE..", Name of feature being controlled. Adjust
#define FEATURE4_TEMP OFF // OFF, THERMISTOR or n. Where n is the ds18b20 s/n. For DEW_HEATER temperature. Adjust
#define FEATURE4_PIN OFF // OFF, AUX for auxiliary pin, n. Where n is the pin#. Adjust
#define FEATURE5_PURPOSE OFF // OFF, SWITCH, ANALOG_OUT, DEW_HEATER, INTERVALOMETER. Option
#define FEATURE5_NAME "FEATURE5" // "FE..", Name of feature being controlled. Adjust
#define FEATURE5_TEMP OFF // OFF, THERMISTOR or n. Where n is the ds18b20 s/n. For DEW_HEATER temperature. Adjust
#define FEATURE5_PIN OFF // OFF, AUX for auxiliary pin, n. Where n is the pin#. Adjust
#define FEATURE6_PURPOSE OFF // OFF, SWITCH, ANALOG_OUT, DEW_HEATER, INTERVALOMETER. Option
#define FEATURE6_NAME "FEATURE6" // "FE..", Name of feature being controlled. Adjust
#define FEATURE6_TEMP OFF // OFF, THERMISTOR or n. Where n is the ds18b20 s/n. For DEW_HEATER temperature. Adjust
#define FEATURE6_PIN OFF // OFF, AUX for auxiliary pin, n. Where n is the pin#. Adjust
#define FEATURE7_PURPOSE OFF // OFF, SWITCH, ANALOG_OUT, DEW_HEATER, INTERVALOMETER. Option
#define FEATURE7_NAME "FEATURE7" // "FE..", Name of feature being controlled. Adjust
#define FEATURE7_TEMP OFF // OFF, THERMISTOR or n. Where n is the ds18b20 s/n. For DEW_HEATER temperature. Adjust
#define FEATURE7_PIN OFF // OFF, AUX for auxiliary pin, n. Where n is the pin#. Adjust
#define FEATURE8_PURPOSE OFF // OFF, SWITCH, ANALOG_OUT, DEW_HEATER, INTERVALOMETER. Option
#define FEATURE8_NAME "FEATURE8" // "FE..", Name of feature being controlled. Adjust
#define FEATURE8_TEMP OFF // OFF, THERMISTOR or n. Where n is the ds18b20 s/n. For DEW_HEATER temperature. Adjust
#define FEATURE8_PIN OFF // OFF, AUX for auxiliary pin, n. Where n is the pin#. Adjust
// ---------------------------------------------------------------------------------------------------------------------------------
#define FileVersionConfig 5
#include "Extended.config.h" Extended: /* ---------------------------------------------------------------------------------------------------------------------------------
* Extended configuration for OnStepX INFREQUENTLY USED controller options
*
* For more information on setting OnStep up see http://www.stellarjourney.com/index.php?r=site/equipment_onstep
* and join the OnStep Groups.io at https://groups.io/g/onstep
*
* *** Read the compiler warnings and errors, they are there to help guard against invalid configurations ***
*
* ---------------------------------------------------------------------------------------------------------------------------------
* ADJUST THE FOLLOWING TO CONFIGURE YOUR CONTROLLER FEATURES ----------------------------------------------------------------------
* <-Req'd = always must set, <-Often = usually must set, Option = optional, Adjust = adjust as req'd, Infreq = infrequently changed
*/
// Parameter Name Value Default Notes Hint
// =================================================================================================================================
// CONTROLLER ======================================================================================================================
// DEBUG ------------------------------------------------------------ see https://onstep.groups.io/g/main/wiki/6-Configuration#DEBUG
// Enable additional debugging and/or status messages on the specified SERIAL_DEBUG port
// Note that the SERIAL_DEBUG port cannot be used for normal communication with OnStep
#define DEBUG VERBOSE // OFF, Use ON for background error messages only, use VERBOSE for all Infreq
// error and status messages, use CONSOLE for VT100 debug console,
// or use PROFILER for VT100 task profiler.
#define DEBUG_ECHO_COMMANDS OFF // OFF, Use ON to log command/responses to the debug serial port. Option
#define SERIAL_DEBUG Serial // Serial, Use any h/w serial port. Serial1 or Serial2, etc. as supported. Option
#define SERIAL_DEBUG_BAUD 9600 // 9600, n. Where n=9600,19200,57600,115200 (common baud rates.) Option
// SERIAL PORT COMMAND CHANNELS ------------------------------------ see https://onstep.groups.io/g/main/wiki/6-Configuration#SERIAL
#define SERIAL_A_BAUD_DEFAULT 9600 // 9600, n. Where n=9600,19200,57600,115200 (common baud rates.) Infreq
#define SERIAL_D_BAUD_DEFAULT OFF // OFF, n. See (src/HAL/) for your MCU Serial port # etc. Option
// ESP32 VIRTUAL SERIAL BLUETOOTH AND IP COMMAND CHANNELS --------------------------------------------------------------------------
#define SERIAL_BT_MODE OFF // OFF, Use SLAVE to enable the interface (ESP32 only.) Option
#define SERIAL_BT_NAME "OnStep" // "OnStep", Bluetooth device name. Adjust
#define SERIAL_IP_MODE ACCESS_POINT // OFF, Use ACCESS_POINT or STATION to enable the interface (ESP32 only.) Option
// EXTERNAL GPIO SUPPORT -----------------------------------------------------------------------------------------------------------
#define GPIO_DEVICE OFF // OFF, DS2413 for 2-ch 1-wire GPIO, MCP23008 for 8-ch I2C GPIO, or MCP23017 Option
// for a 16-ch I2C GPIO. The device can be used for most OnStep features.
// Channels are assigned to pin#'s starting at 512 (for channel 0, etc.)
// =================================================================================================================================
// MOUNT ===========================================================================================================================
// AXIS1 RA/AZM -------------------------------- see https://onstep.groups.io/g/main/wiki/Configuration---Rotator-and-Focusers#AXIS1
#define AXIS1_DRIVER_DECAY OFF // OFF, Tracking decay mode default override. TMC default is STEALTHCHOP. Infreq
#define AXIS1_DRIVER_DECAY_GOTO OFF // OFF, Decay mode goto default override. TMC default is SPREADCYCLE. Infreq
// for SERVO_II and SERVO_SD driver models, PID and encoder settings:
#define AXIS1_SERVO_P 2.0 // 2.0, Proportional; scale of immediate response to position error. Adjust
#define AXIS1_SERVO_I 5.0 // 5.0, Integral; rate of increasing response to position error over time. Adjust
#define AXIS1_SERVO_D 1.0 // 1.0, Derivative; overshoot supression. Adjust
#define AXIS1_SERVO_ENCODER ENC_AB // ..._AB, Encoder type, ENC_AB, ENC_CW_CCW, ENC_PULSE_DIR, ENC_PULSE_ONLY. Adjust
// other Axis1 settings:
#define AXIS1_POWER_DOWN OFF // OFF, ON Powers off 30sec after movement stops or 10min after last<=1x guide. Option
#define AXIS1_WRAP OFF // OFF, ON Allows unlimited RA/Azm range and ignores min/max/meridian limits. Option
#define AXIS1_LIMIT_MIN -180 // -180, n. Where n= -90..-360 (degrees.) Minimum "Hour Angle" or Azimuth. Adjust
#define AXIS1_LIMIT_MAX 180 // 180, n. Where n= 90.. 360 (degrees.) Maximum "Hour Angle" or Azimuth. Adjust
#define AXIS1_SENSE_HOME OFF // OFF, HIGH or LOW enables & state clockwise home position, as seen from front. Option
#define AXIS1_SENSE_LIMIT_MIN LIMIT_SENSE // ...NSE, HIGH or LOW state on limit sense switch stops movement. Option
#define AXIS1_SENSE_LIMIT_MAX LIMIT_SENSE // ...NSE, HIGH or LOW state on limit sense switch stops movement. Option
// Digital, optionally add: |HYST(n) Where n=0..1023 stability time in ms.
// Analog capable sense inputs also allow adding:
// |THLD(n) Where n=1..1023 (ADU) for Analog threshold.
// |HYST(n) Where n=0..1023 (ADU) for +/- Hystersis range.
// AXIS2 DEC/ALT ------------------------------- see https://onstep.groups.io/g/main/wiki/Configuration---Rotator-and-Focusers#AXIS2
#define AXIS2_DRIVER_DECAY OFF // OFF, Tracking decay mode default override. TMC default is STEALTHCHOP. Infreq
#define AXIS2_DRIVER_DECAY_GOTO OFF // OFF, Decay mode goto default override. TMC default is SPREADCYCLE. Infreq
// for SERVO_II and SERVO_SD driver models, PID and encoder settings:
#define AXIS2_SERVO_P 2.0 // 2.0, Proportional; scale of immediate response to position error. Adjust
#define AXIS2_SERVO_I 5.0 // 5.0, Integral; rate of increasing response to position error over time. Adjust
#define AXIS2_SERVO_D 1.0 // 1.0, Derivative; overshoot supression. Adjust
#define AXIS2_SERVO_ENCODER ENC_AB // ..._AB, Encoder type, ENC_AB, ENC_CW_CCW, ENC_PULSE_DIR, ENC_PULSE_ONLY. Adjust
#define AXIS2_POWER_DOWN OFF // OFF, ON Powers off 30sec after movement stops or 10min after last<=1x guide. Option
#define AXIS2_LIMIT_MIN -90 // -90, n. Where n=-90..0 (degrees.) Minimum allowed declination. Infreq
#define AXIS2_LIMIT_MAX 90 // 90, n. Where n=0..90 (degrees.) Maximum allowed declination. Infreq
#define AXIS2_SENSE_HOME OFF // OFF, HIGH or LOW enables & state clockwise home position, as seen from above. Option
#define AXIS2_SENSE_LIMIT_MIN LIMIT_SENSE // ...NSE, HIGH or LOW state on limit sense switch stops movement. Option
#define AXIS2_SENSE_LIMIT_MAX LIMIT_SENSE // ...NSE, HIGH or LOW state on limit sense switch stops movement. Option
#define AXIS2_TANGENT_ARM OFF // OFF, ON +limit range above. Set cntr w/[Reset Home] Return cntr w/[Find Home] Infreq
#define AXIS2_TANGENT_ARM_CORRECTION OFF // OFF, ON enables tangent arm geometry correction for Axis2. Infreq
// MOUNT COORDINATES ------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#MOUNT_TYPE
#define MOUNT_COORDS TOPOCENTRIC // ...RIC, Applies refraction to coordinates to/from OnStep, except exactly Infreq
// at the poles. Use TOPO_STRICT to apply refraction even in that case.
// Use OBSERVED_PLACE for no refraction.
// ALIGN ---------------------------------------------------------------------------------------------------------------------------
#define ALIGN_MAX_STARS AUTO // AUTO, Uses HAL specified default (either 6 or 9 stars.) Infreq
// Or use n. Where n=1 (for Sync only) or 3 to 9 (for Goto Assist.)
// USER FEEDBACK -------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#USER_FEEDBACK
#define STATUS_BUZZER_DEFAULT OFF // OFF, ON default starts w/buzzer enabled. Option
#define STATUS_BUZZER_MEMORY OFF // OFF, ON to remember buzzer setting across power cycles. Option
// ST4 INTERFACE ------------------------------------------------------ see https://onstep.groups.io/g/main/wiki/6-Configuration#ST4
// *** It is up to you to verify the interface meets the electrical specifications of any connected device, use at your own risk ***
#define ST4_HAND_CONTROL OFF // ON, ON for hand controller special features and SHC support. Option
// Hold [E]+[W] btns >2s: Guide rate [E]- [W]+ [N] trk on/off [S] sync
// Hold [N]+[S] btns >2s: Usr cat item [E]- [W]+ [N] goto [S] snd on/off
#define ST4_HAND_CONTROL_FOCUSER OFF // ON, ON alternate to above: Focuser move [E]f1 [W]f2 [N]- [S]+ Option
// GUIDING BEHAVIOUR ---------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#GUIDING
#define GUIDE_TIME_LIMIT 0 // 0, No guide time limit. Or n. Where n=1..120 second time limit guard. Adjust
#define GUIDE_DISABLE_BACKLASH OFF // OFF, Disable backlash takeup during guiding at <= 1X Option
#define SEPARATE_PULSE_GUIDE_RATE ON // ON, Uses a separate rate (stored in NV) for pulse guiding Infreq
// PEC ---------------------------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#PEC
#define PEC_BUFFER_SIZE_LIMIT 720 // 720, Seconds of PEC buffer allowed. Adjust
// SLEWING BEHAVIOUR ---------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#SLEWING
#define SLEW_GOTO ON // ON, Use OFF to disable mount Goto features. Infreq
// TRACKING BEHAVIOUR -------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#TRACKING
#define TRACK_AUTOSTART OFF // OFF, ON Start with tracking enabled. Option
#define TRACK_REFRACTION_RATE_DEFAULT OFF // OFF, ON Start w/atmospheric refract. compensation (RA axis/Eq mounts only.) Option
#define TRACK_BACKLASH_RATE 25 // 25, n. Where n=2..50 (x sidereal rate) during backlash takeup. Option
// Too fast motors stall/gears slam or too slow and sluggish in backlash.
// SLEWING BEHAVIOUR ---------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#SLEWING
#define SLEW_RATE_MEMORY OFF // OFF, ON Remembers rates set across power cycles. Option
// PIER SIDE BEHAVIOUR -------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#SYNCING
#define MFLIP_SKIP_HOME OFF // OFF, ON Goto directly to the destination without visiting home position. Option
#define MFLIP_PAUSE_HOME_MEMORY OFF // OFF, ON Remember meridian flip pause at home setting across power cycles. Option
#define MFLIP_AUTOMATIC_MEMORY ON // ON, ON Remember automatic meridian flip setting across power cycles. Option
#define PIER_SIDE_SYNC_CHANGE_SIDES OFF // OFF, ON Allows sync to change pier side, for GEM mounts. Option
#define PIER_SIDE_PREFERRED_DEFAULT EAST // EAST, BEST Stays on current side if possible. EAST or WEST switch if possible. Option
// PARKING BEHAVIOUR ---------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#PARKING
#define STRICT_PARKING OFF // OFF, ON Un-parking is only allowed if successfully parked. Option
// =================================================================================================================================
// ROTATOR =========================================================================================================================
// AXIS3 ROTATOR ------------------------------- see https://onstep.groups.io/g/main/wiki/Configuration---Rotator-and-Focusers#AXIS3
#define AXIS3_DRIVER_DECAY OFF // OFF, Tracking decay mode default override. TMC default is STEALTHCHOP. Infreq
#define AXIS3_DRIVER_DECAY_GOTO OFF // OFF, Decay mode goto default override. TMC default is SPREADCYCLE. Infreq
// for SERVO_II and SERVO_SD driver models, PID and encoder settings:
#define AXIS3_SERVO_P 2.0 // 2.0, Proportional; scale of immediate response to position error. Adjust
#define AXIS3_SERVO_I 5.0 // 5.0, Integral; rate of increasing response to position error over time. Adjust
#define AXIS3_SERVO_D 1.0 // 1.0, Derivative; overshoot supression. Adjust
#define AXIS3_SERVO_ENCODER ENC_AB // ..._AB, Encoder type, ENC_AB, ENC_CW_CCW, ENC_PULSE_DIR, ENC_PULSE_ONLY. Adjust
#define AXIS3_POWER_DOWN OFF // OFF, ON Powers off the motor at stand-still. Option
#define AXIS3_LIMIT_MIN -180 // -180, n. Where n=-360..0 (degrees.) Minimum allowed rotator angle. Infreq
#define AXIS3_LIMIT_MAX 180 // 180, n. Where n=0..360 (degrees.) Maximum allowed rotator angle. Infreq
#define AXIS3_SENSE_HOME OFF // OFF, HIGH or LOW enables & state clockwise home position, as seen from above. Option
#define AXIS3_SENSE_LIMIT_MIN OFF // OFF, HIGH or LOW state on limit sense switch stops movement. Option
#define AXIS3_SENSE_LIMIT_MAX OFF // OFF, HIGH or LOW state on limit sense switch stops movement. Option
// USER FEEDBACK -------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#USER_FEEDBACK
#define STATUS_ROTATOR_LED OFF // OFF, ON Flashes proportional to the rate of movement (2Hz = 1deg/s.) Option
// =================================================================================================================================
// FOCUSERS ========================================================================================================================
// AXIS4 FOCUSER 1 -------------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#AXIS4
#define AXIS4_DRIVER_DECAY OFF // OFF, Tracking decay mode default override. TMC default is STEALTHCHOP. Infreq
#define AXIS4_DRIVER_DECAY_GOTO OFF // OFF, Decay mode goto default override. TMC default is SPREADCYCLE. Infreq
// for SERVO_II and SERVO_SD driver models, PID and encoder settings:
#define AXIS4_SERVO_P 2.0 // 2.0, Proportional; scale of immediate response to position error. Adjust
#define AXIS4_SERVO_I 5.0 // 5.0, Integral; rate of increasing response to position error over time. Adjust
#define AXIS4_SERVO_D 1.0 // 1.0, Derivative; overshoot supression. Adjust
#define AXIS4_SERVO_ENCODER ENC_AB // ..._AB, Encoder type, ENC_AB, ENC_CW_CCW, ENC_PULSE_DIR, ENC_PULSE_ONLY. Adjust
#define AXIS4_POWER_DOWN OFF // OFF, ON Powers off 30sec after movement stops. Option
#define AXIS4_LIMIT_MIN 0 // 0, n. Where n=0..500 (millimeters.) Minimum allowed position. Adjust
#define AXIS4_LIMIT_MAX 50 // 50, n. Where n=0..500 (millimeters.) Maximum allowed position. Adjust
#define AXIS4_SENSE_HOME OFF // OFF, HIGH or LOW enables & state clockwise home position, as seen from above. Option
#define AXIS4_SENSE_LIMIT_MIN OFF // OFF, HIGH or LOW state on limit sense switch stops movement. Option
#define AXIS4_SENSE_LIMIT_MAX OFF // OFF, HIGH or LOW state on limit sense switch stops movement. Option
#define AXIS4_SLEW_RATE_MINIMUM 2 // 2, n. Where n=1..10 (um/s.) Minimum microns/second. Adjust
// AXIS5 FOCUSER 2 -----------------------------------------------------------------------------------------------------------------
// Up to 6 focusers can be present (AXIS4 to AXIS9) simply copy the above text for focuser 1 and rename to AXIS5_ for focuser 2, etc
// USER FEEDBACK -------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#USER_FEEDBACK
#define STATUS_FOCUSER_LED OFF // OFF, ON Flashes proportional to the rate of movement (2Hz = 500um/s.) Option
// SENSORS -------------------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-Configuration#SENSORS
#define FOCUSER_TEMPERATURE OFF // OFF, THERMISTOR, DS1820, n. Where n is the DS1820 s/n for focuser temp. Adjust
// =================================================================================================================================
// AUXILIARY FEATURES ==============================================================================================================
// FEATURES ----------------------------------------------- see https://onstep.groups.io/g/main/wiki/6-ConfigurationMaster#AUXILIARY
#define FEATURE1_DEFAULT_VALUE OFF // OFF, ON, n. Where n=0..255 for ANALOG_OUT purpose. Adjust
#define FEATURE1_ACTIVE_STATE HIGH // HIGH, LOW to invert so "ON" is 0V and "OFF" is Vcc (3.3V or 5V.) Adjust
#define FEATURE2_DEFAULT_VALUE OFF // OFF, ON, n. Where n=0..255 for ANALOG_OUT purpose. Adjust
#define FEATURE2_ACTIVE_STATE HIGH // HIGH, LOW to invert so "ON" is 0V and "OFF" is Vcc (3.3V or 5V.) Adjust
#define FEATURE3_DEFAULT_VALUE OFF // OFF, ON, n. Where n=0..255 for ANALOG_OUT purpose. Adjust
#define FEATURE3_ACTIVE_STATE HIGH // HIGH, LOW to invert so "ON" is 0V and "OFF" is Vcc (3.3V or 5V.) Adjust
#define FEATURE4_DEFAULT_VALUE OFF // OFF, ON, n. Where n=0..255 for ANALOG_OUT purpose. Adjust
#define FEATURE4_ACTIVE_STATE HIGH // HIGH, LOW to invert so "ON" is 0V and "OFF" is Vcc (3.3V or 5V.) Adjust
#define FEATURE5_DEFAULT_VALUE OFF // OFF, ON, n. Where n=0..255 for ANALOG_OUT purpose. Adjust
#define FEATURE5_ACTIVE_STATE HIGH // HIGH, LOW to invert so "ON" is 0V and "OFF" is Vcc (3.3V or 5V.) Adjust
#define FEATURE6_DEFAULT_VALUE OFF // OFF, ON, n. Where n=0..255 for ANALOG_OUT purpose. Adjust
#define FEATURE6_ACTIVE_STATE HIGH // HIGH, LOW to invert so "ON" is 0V and "OFF" is Vcc (3.3V or 5V.) Adjust
#define FEATURE7_DEFAULT_VALUE OFF // OFF, ON, n. Where n=0..255 for ANALOG_OUT purpose. Adjust
#define FEATURE7_ACTIVE_STATE HIGH // HIGH, LOW to invert so "ON" is 0V and "OFF" is Vcc (3.3V or 5V.) Adjust
#define FEATURE8_DEFAULT_VALUE OFF // OFF, ON, n. Where n=0..255 for ANALOG_OUT purpose. Adjust
#define FEATURE8_ACTIVE_STATE HIGH // HIGH, LOW to invert so "ON" is 0V and "OFF" is Vcc (3.3V or 5V.) Adjust
// ---------------------------------------------------------------------------------------------------------------------------------
all other files in SRC are untouched from github
|
|
Jamie Flinn
Hence I am wondering if these perhaps have changed or need changing - I know 1 winding is being powered as I can move 1 direction....
and this TMC2208 would be running in normal mode #define TMC2208 6 // allows M0,M1 bit patterns for 2x,4x,8x,16x (stealthChop default, uses 256x intpol) Axis 1 is the problen - axis 2 is good // Axis1 RA/Azm step/dir driver
#define AXIS1_ENABLE_PIN 12 // [must be low at boot 12]
#define AXIS1_M0_PIN 32 // SPI MOSI
#define AXIS1_M1_PIN 33 // SPI SCK
#define AXIS1_M2_PIN 15 // SPI CS
#define AXIS1_M3_PIN AUX2_PIN // SPI MISO/Fault
#define AXIS1_STEP_PIN 26
#define AXIS1_DIR_PIN 16
#define AXIS1_DECAY_PIN AXIS1_M2_PIN
#define AXIS1_SENSE_HOME_PIN AUX3_PIN
// Axis2 Dec/Alt step/dir driver
#define AXIS2_ENABLE_PIN SHARED
#define AXIS2_M0_PIN 32 // SPI MOSI
#define AXIS2_M1_PIN 33 // SPI SCK
#define AXIS2_M2_PIN 0 // SPI CS
#define AXIS2_M3_PIN AUX2_PIN // SPI MISO
#define AXIS2_STEP_PIN 25
#define AXIS2_DIR_PIN 27
#define AXIS2_DECAY_PIN AXIS2_M2_PIN
#define AXIS2_SENSE_HOME_PIN AUX4_PIN
|
|
kevin
could you try standard Onstep not OnstepX, i don't know if it supports TMC2208 without modding pinmaps etc?
|
|
Jamie Flinn
loaded 4.24 and now have RA operating but DEC is not moving at all - lol.....
Kevin can you let me know your combinations and any markings on your boards - I will try to mimic exactly (also drop your config so I can do that too) Thanks
|
|
kevin
I don't have TMC2208, i just have LV8729 drivers. mine just worked with standard hardware, just swapped the config.h for one generated from the config generator. You shouldn't normally need to modify the pinmaps.
As i have just written in another topic "slew problem" ,and others if my name is in blue you can see my posts, I had issues if i powered the Wemos with USB and external power. Someone has had issues because they didn't remove the resistor on the CNC V3 shield. using TMC drivers, don't know if that includes TMC2208, have a power up and down order requirement so a Diode, usually Schottky, needs adding try searching the topics with Schottky .
|
|
Jamie Flinn
Thanks - I am back on 4.24 with the TMC 2208 and actually was able to connect via NINA on USB and drive the motors - BUT this allowed me to find some other very weird issues that were causing my other problems
IT appears that when the CNC is plugged it the Bluetooth and serial coms become unstable and dont last - I found my only wat to connect is to start the wemos 1st - press reset (long press) - then wait then power the CNC I configured to start tracking on boot so I can see when it is live - randomly I can connect via nina - using serial monitor I can also sometimes do a :GVN# and get valid response - BT also comes and goes like a yoyo when the CNC is attached - BUT when it is just the wemos power by usb it seems fine (confirming that) So my suspicion here is there is something unstable in the CNC that is causing corruption in the wemos - lots of gibberish shows up in serial monitor when this happens and I lose com port and bluetooth Working on finding a pattern to reproduce consistently -
|
|
kevin
Try not powering the Wemos from the external power. unless you have fitted the diode you will need to power up the CNC first then plug in the USB. If you have a meter you could try measuring the 5v and 3.3v lines, i found if ihad USB and wemos external power the 5v was down at about 4.4 and the 3.3v was down at about 2.6 volts.
I had a quick google and the tmc2208 although can be a drop in replacement it can also be UART controlled ( stored in internal eprom) and that depends on what version you buy, and presumably also how you previously used them. Do you have any non TMC drivers to try.
|
|
Jamie Flinn
Update
A4988 in all slots - using 4.24OnStep Power CNC and wemos from split 12v (13.2 volts) - connected with USB Cart du Ciel is now connected AND driving both axis BUT ONLY WHEN I HAVE A GREEN A4988 IN RA AND RED A4988 IN DEC!!!!!!!!! This is the THE most bizarre trouble shooting I have ever done - WHAT THE %$#$@ is the difference between red and green? OMG my head hurts on this BT still drops when you try to connect to it but at least I have both direction on both motors
|
|
kevin
try it with ONLY USB power to the Wemos board, I found it doesn't need 12v if you always have USB powered like i do for my ascom driver.
|
|
kevin
also read top line of this, https://reprap.org/wiki/StepStick, check the resistance values they may be different between red and green boards. also applies to different makes of other drivers. Different resistances mean different driver currents for the same measured Vref.
|
|
I have the same problem, I downgraded to 4.24 from x and I was able to get it running as well but i didn't have to change the drivers
|
|