Hi, I'm also configuring machinekit. Here is what I put for my buttons that works.
fichier.hal #-------------------------------- newsig button.abort bit newsig cycle-start bit net button.abort <= bb_gpio.p9.in-28 net cycle-start <= bb_gpio.p9.in-30 setp bb_gpio.p9.in-30.invert 1 #-------------------------------- touchy.hal #-------------------------------- net button.abort => touchy.abort net cycle-start => touchy.cycle-start #-------------------------------- @++ Jean Claude -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/machinekit. To view this discussion on the web visit https://groups.google.com/d/msgid/machinekit/81f63266-eb0a-4962-b758-83273c7e373e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
