durchmesser stimmt nicht
ich habe noch einmal versucht meine maschine mit ease probe zu erstellen.
Die probe_tab maschine läuft, alle Achsen fahren, cnc programme sind ausführbar.
Die easy probe panels sind sichtbar. Die Buttons lassen sich drücken, es passiert aber nichts.
Ich habe alles mögliche probiert, finde keine Lösung.
Viele Grüße karlhe
Please Log in or Create an account to join the conversation.
POSTGUI_HALFILE = Probe_postgui.hal
#HALFILE = my-mill.hal
HALFILE = probe-tab.hal
HALFILE = custom.hal
POSTGUI_HALFILE = postgui_call_list.hal
Du kannst nur ein POSTGUI_HALFILE definieren.
diese Zeile oben löschen:
POSTGUI_HALFILE = Probe_postgui.hal
und diese in deiner 'postgui_call_list.hal' hinzufügen:
source Probe_postgui.hal
Dann schau'mer weiter.
Please Log in or Create an account to join the conversation.
karlhe
Please Log in or Create an account to join the conversation.
Probe_postgui.hal:5: Warning: File contains DOS-style line endings.
Das kommt normalerweise wenn man Textverarbeitungssoftware (zB Word) verwendet statt einen einfachen Texteditor wie notepad, xed oder gedit.
Öffne die 'Probe_postgui.hal' doch mal mit einem Texteditor in linux (Nicht mit Openoffice!) und speichere mal.
Probe_postgui.hal:11: Ini variable '[PROBE]DEBOUNCE_TIME' not found.
Du hast Anführungszeichen in deiner INI, die da nicht hingehören:
Ist:
`[PROBE]
Soll:
[PROBE]
Ist:
PROBE_SWITCH = 0``
Soll:
PROBE_SWITCH = 0
Mach doch mal diese Anführungszeichen weg.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Invalid tab configuration
Lösche doch mal das hier aus deiner ini:
#PYVCP = custompanel.xml#
EMBED_TAB_NAME=Probe Screen
EMBED_TAB_LOCATION = ntb_preview
EMBED_TAB_LOCATION = ntb_user_tabs
Please Log in or Create an account to join the conversation.
Habe ich entfernt, leider immer noch eine Fehlermeldung siehe report...
karlhe
Please Log in or Create an account to join the conversation.
Probe_postgui.hal:11: parameter or pin 'dbounce_probe.delay' not found
In deiner ini Datei unter [HAL]:
ist:
#HALFILE = Probe_preload.hal
soll:
HALFILE = Probe_preload.hal
Please Log in or Create an account to join the conversation.
leider immer noch ein fehler..
karlhe
Please Log in or Create an account to join the conversation.
Probe_postgui.hal:22: Pin 'halui.mdi-command-00' does not exist
ini Datei unter [HAL] diese Zeile hinzufügen:
HALUI = halui
Ich gehe davon aus, dass du dies immernoch in deiner ini hast:
[HALUI]
MDI_COMMAND = G54
MDI_COMMAND = G55
MDI_COMMAND = G56
MDI_COMMAND = G57
MDI_COMMAND = G58
MDI_COMMAND = G59
MDI_COMMAND = G59.1
MDI_COMMAND = G59.2
MDI_COMMAND = G59.3
MDI_COMMAND = O <probe_toolchange> CALL [1]
MDI_COMMAND = O <probe_toolchange> CALL [2]
MDI_COMMAND = O <probe_toolchange> CALL [3]
MDI_COMMAND = O <probe_x_plus> CALL
MDI_COMMAND = O <probe_x_minus> CALL
MDI_COMMAND = O <probe_y_plus> CALL
MDI_COMMAND = O <probe_y_minus> CALL
MDI_COMMAND = O <probe_z_minus> CALL
MDI_COMMAND = O <probe_pocket> CALL
MDI_COMMAND = O <probe_operations> CALL [1]
MDI_COMMAND = O <probe_operations> CALL [2]
MDI_COMMAND = O <probe_operations> CALL [3]
MDI_COMMAND = O <probe_manual_set> CALL [0]
MDI_COMMAND = O <probe_manual_set> CALL [1]
MDI_COMMAND = O <probe_manual_set> CALL [2]
MDI_COMMAND = O <probe_manual_set> CALL [3]
MDI_COMMAND = O <probe_escape> CALL
MDI_COMMAND = O <probe_calibration> CALL
Please Log in or Create an account to join the conversation.