Forum Replies Created

Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • in reply to: Homing Strings #1094
    geri
    Participant

    Hi bram
    is that the code you loaded?

    {
    “robotType”: “SandTableScaraMatt”,
    “cmdsAtStart”: “”,
    “webui”: “SandUI”,
    “evaluators”: {
    “thrContinue”: 0
    },
    “robotGeom”: {
    “model”: “SingleArmScara”,
    “homing”: {
    “homingSeq”: “FR10;A+10000N;B-10000;#;A+5000n;B-5000;#;B+10000N;#;B+5000n;#;A=h;B=h;$”,
    “maxHomingSecs”: 120
    },
    “blockDistanceMM”: 1,
    “allowOutOfBounds”: 0,
    “stepEnablePin”: “12”,
    “stepEnLev”: 0,
    “stepDisableSecs”: 10,
    “axis0”: {
    “maxSpeed”: 9,
    “maxAcc”: 50,
    “maxRPM”: 2,
    “stepsPerRot”: 9600,
    “unitsPerRot”: 628.318,
    “maxVal”: 185,
    “stepPin”: “14”,
    “dirnPin”: “32”,
    “endStop0”: {
    “sensePin”: “36”,
    “actLvl”: 0,
    “inputType”: “INPUT_PULLUP”
    }
    },
    “axis1”: {
    “maxSpeed”: 9,
    “maxAcc”: 50,
    “stepsPerRot”: 9600,
    “unitsPerRot”: 628.318,
    “maxRPM”: 2,
    “maxVal”: 185,
    “stepPin”: “27”,
    “dirnPin”: “15”,
    “endStop0”: {
    “sensePin”: “39”,
    “actLvl”: 0,
    “inputType”: “INPUT_PULLUP”
    }
    }
    },
    “fileManager”: {
    “spiffsEnabled”: 1,
    “spiffsFormatIfCorrupt”: 1,
    “sdEnabled”: 1,
    “sdMOSI”: “18”,
    “sdMISO”: “19”,
    “sdCLK”: “5”,
    “sdCS”: “21”
    },
    “wifiLed”: {
    “hwPin”: “14”,
    “onLevel”: 1,
    “onMs”: 200,
    “shortOffMs”: 200,
    “longOffMs”: 750
    },
    “ledStrip”: {
    “ledPin”: “4”,
    “sensorPin”: “34”
    }
    }

    in reply to: Homing Strings #1092
    geri
    Participant

    Hi bram

    i think you are wrong, if you unplug the upper motor it still rotates because it is dragged over the belt, try to send in ip/cnc… a g code that moves each arm separately in both directions

    in reply to: Homing Strings #1089
    geri
    Participant

    hi bram
    is the lower arm milled?

    do both motors move separately in both directions?

    in reply to: Homing Strings #1087
    geri
    Participant

    Hello bram
    First of all cool design. Your Scara is the aluminum?

    I think that your 2nd motor is not controlled, check all outputs and the driver. I’ve had several broken exits on my esp

    in reply to: Two issues with stepper motors #1068
    geri
    Participant

    #jason # skullbot Hello I think the problem is pin 14 that is the bin to step I cut it on the board and connected it to pin 13 and in the cncui you have to change in then it works, hope you have success lg

    in reply to: break #1028
    geri
    Participant

    hello matt. she will still do that lg

    in reply to: Sandify Patterns #1025
    geri
    Participant

    thanks i will test it

    in reply to: Sandify Patterns #1020
    geri
    Participant

    hello I would be interested in your program and also in the traces if you have made any lg

    in reply to: Stepper Motor Disable #1006
    geri
    Participant

    Hello
    i still haven’t solved the problem one arm keeps moving when i stop
    maybe someone else has a plan to solve it
    thank you

    in reply to: Config Setup #991
    geri
    Participant

    hello hendrikV22

    problem recurred 🙁 so again, everything disassembled and pcb examined closely and found bad solder joints, re-soldered then tested for several hours and it works. I think that the problem with the solder joint was caused by the heat of the drivers. I hope you you’re lucky lg Geri

    in reply to: Config Setup #990
    geri
    Participant

    hello hendrikV22 i had the same problem now my table worked fine for a long time except for the break 🙁
    I tried to change the fw but without success.

    Suddenly my table moves in a slanted pattern, so I reloaded the fw and copied the config code to Matt’s site and added it to the cncUI, adjusted it a bit and it worked again

    {“robotType”:”SandTableScaraMatt”,”cmdsAtStart”:””,”webui”:”SandUI”,”evaluators”:{“thrContinue”:0},”robotGeom”:{“model”:”SingleArmScara”,”homing”:{“homingSeq”:”FR10;A+100000N;B-100000;#;A+50000n;B-50000;#;B+10000N;#;B+200n;#;A=h;B=h;$”,”maxHomingSecs”:120},”blockDistanceMM”:1,”allowOutOfBounds”:0,”stepEnablePin”:”12″,”stepEnLev”:0,”stepDisableSecs”:10,”axis0″:{“maxSpeed”:9,”maxAcc”:50,”maxRPM”:2,”stepsPerRot”:9600,”unitsPerRot”:628.318,”maxVal”:185,”stepPin”:”14″,”dirnPin”:”32″,”endStop0″:{“sensePin”:”36″,”actLvl”:0,”inputType”:”INPUT_PULLUP”}},”axis1″:{“maxSpeed”:9,”maxAcc”:50,”stepsPerRot”:9600,”unitsPerRot”:628.318,”maxRPM”:2,”maxVal”:185,”stepPin”:”27″,”dirnPin”:”15″,”endStop0″:{“sensePin”:”39″,”actLvl”:0,”inputType”:”INPUT_PULLUP”}}},”fileManager”:{“spiffsEnabled”:1,”spiffsFormatIfCorrupt”:1,”sdEnabled”:1,”sdMOSI”:”18″,”sdMISO”:”19″,”sdCLK”:”5″,”sdCS”:”21″},”wifiLed”:{“hwPin”:”14″,”onLevel”:1,”onMs”:200,”shortOffMs”:200,”longOffMs”:750},”ledStrip”:{“ledPin”:”4″,”sensorPin”:”34″}}

    good luck Geri

    in reply to: Stepper Motor Disable #986
    geri
    Participant

    🄷🄸🙋🏻‍♂️
    it still doesn’t work maybe you can someone post the section as he inserted it here Thank you Geri

    in reply to: Stepper Motor Disable #983
    geri
    Participant

    hello i tried to add. Unfortunately it did not work.
    is it so right or did i do it wrong? lg
    // Check if stop requested
    if (_stopRequested)
    {
    if (Utils::isTimeout(millis(), _stopRequestTimeMs, MAX_TIME_BEFORE_STOP_COMPLETE_MS))
    {
    _blocksToAddTotal = 0;
    _rampGenerator.stop();
    _trinamicsController.stop();
    _motionPipeline.clear();
    pause(false);
    setCurPosActualPosition();
    _stopRequested = false;
    //Check for motor timeout
    _motorEnabler.service();
    }
    }

    in reply to: Pause #977
    geri
    Participant

    Danke hendrik v22 ich werde mein Glück versuchen und hier posten ob ich Erfolg hatte Lg

    in reply to: Pause #961
    geri
    Participant

    Hello, when I drive a lane and switch it to break, does an axis move further and further, what is the problem?

    in reply to: auto play #879
    geri
    Participant

    Danke matt es ist echt cool ich liebe es ❤️❤️❤️

    in reply to: Homing Strings #675
    geri
    Participant

    Hello Matt, I have a few questions about homing
    1. when you turn on the table does it start homing?
    2. is there a homing code or file?
    3. does it automatically start with a pattern after homing?
    4. If I switch off the table during a sample, does it continue to move after switching on or does it start with a new one?
    excuse the many questions 🙂 Thank you Geri

    in reply to: Error when compiling #673
    geri
    Participant

    Du Must vs Code runterladen dann Plattformio und dann in Plattformio espressif32 Downloaden und da Must du auf die Version achten

    • This reply was modified 4 years, 6 months ago by geri.
    in reply to: Error when compiling #670
    geri
    Participant

    ok sorry ich denke du must die gleiche version bei espressif32 haben wie matt in seinem video

    • This reply was modified 4 years, 6 months ago by geri.
    in reply to: Error when compiling #669
    geri
    Participant

    Beim installieren in vs Code kanst du die Version auswählen

    in reply to: Error when compiling #665
    geri
    Participant

    Hallo sie müssen auf die Version von Plattformio achten, benutzen sie die ältere wie Matt im Video lg

Viewing 21 posts - 1 through 21 (of 21 total)