Z-nullen "button"
12 Aug 2018 16:36 #115968
by nba12
Z-nullen "button" was created by nba12
Hallo CNC-Freunde ich habe nach eine Video von YouTube(www.youtube.com/channel/UCmwhCL92ZQRSVqFe3jGwJSQ) einen Button erstellt und es funktioniert tatsächlich. Nur eine kleine aber, Button funktioniert nur wenn ich auf Oberfläche meine z-nullen.ngc-Programm lade. Ich dachte Button hat direkte Adresse zu diese Programm... Und ich finde nicht im welche Ordner oder Datei kann ich diese Adresse anbinde. Hat jemand schon eine Idee? Ich danke voraus .
Please Log in or Create an account to join the conversation.
16 Aug 2018 12:16 #116130
by andypugh
Replied by andypugh on topic Z-nullen "button"
linuxcnc.org/docs/2.7/html/config/ini-co....html#_halui_section
INI:
MDI_COMMAND = O<znullen> CALL
HAL:
net z-nullen parport.0.pin-99-in => halui.mdi-command-00
nc-file, znullen.ngc:
O<znullen> SUB
G0 X0 Y0
G38.2 F20 Z0
O<znullen> ENDSUB
m2
INI:
MDI_COMMAND = O<znullen> CALL
HAL:
net z-nullen parport.0.pin-99-in => halui.mdi-command-00
nc-file, znullen.ngc:
O<znullen> SUB
G0 X0 Y0
G38.2 F20 Z0
O<znullen> ENDSUB
m2
Please Log in or Create an account to join the conversation.
19 Aug 2018 13:49 #116307
by nba12
Replied by nba12 on topic Z-nullen "button"
Danke für Antwort, aber das alles hatte ich. Fehler habe ich selber gefunden. Im HAL und INI-Dateien hatte ich statt "znullen" "z-nullen" geschrieben. So war es.
Please Log in or Create an account to join the conversation.
Time to create page: 0.071 seconds