LinuxCNC-RIO icon indicating copy to clipboard operation
LinuxCNC-RIO copied to clipboard

encoder Z auto config error

Open jschoch opened this issue 5 months ago • 15 comments

net spindle_encoder-rpm rio.spindle_encoder-rpm pyvcp.spindle_encoder-rpm

this auto generated config line in custom_postgui.hal seems to throw a pin not found error

Also the docs for vin_quadencoderz don't' seem up to date or document all the options.

my config is:

{
            "type": "vin_quadencoderz",
            "pullup": true,
            "name": "spindle_encoder",
            "function": "spindle-index",
            "scale": 600.0,
            "pins": {
                "a": "33",
                "b": "30",
                "z": "29"
            }
        }, 

jschoch avatar Jan 30 '24 18:01 jschoch