Giter VIP home page Giter VIP logo

Comments (2)

terjeio avatar terjeio commented on September 4, 2024

This has (mostly) nothing to do with ioSender.
Different grblHAL configurations may have different settings available, e.g. $170 is related to backlash If backlash is not enabled in grblHAL an attempt to set the $170 will result in an error.

$395 sets the default spindle, if the number of spindles or types of spindles has been changed in the configuretion this can lead to stiuations llike his where an alarm is raised. Alarm 14 is due to communication failure with a VFD spindle.

An issue that could be resolved in ioSender is that some settings are interdependent and might be numbered in the wrong order, this can be solved by reorder the sending of settings to the controller. Or by restoring them twice. And for some of the errors the sender may query the controller about its configuration and not try to set them if not available. I guess this could be done by comparing the settings reported from the controller with the restore file content...

from iosender.

terjeio avatar terjeio commented on September 4, 2024

New edge versions are now up that will count mismatches between the controller and the backup file for settings not supported at all and report the count when the restore is completed. Note that some settings may have different number of flags (bits) available, these may still be causing an error message to be shown,

from iosender.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.