durchmesser stimmt nicht

More
24 Aug 2024 14:10 #308535 by karlhe
Hallo liebe cnc Freunde,,

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


 
Attachments:

Please Log in or Create an account to join the conversation.

More
24 Aug 2024 15:01 #308539 by Aciera
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.

More
25 Aug 2024 07:49 - 25 Aug 2024 07:54 #308576 by karlhe
Hallo, vielen Dank für die Info.Habe alles eingefügt, bekomme eine Fehlermeldung.ich habe meine geänderte Maschine gepackt: siehe Anhang.Vielen Dank für Deine Mühe
karlhe
Attachments:
Last edit: 25 Aug 2024 07:54 by karlhe.

Please Log in or Create an account to join the conversation.

More
25 Aug 2024 08:29 #308579 by Aciera
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.

More
25 Aug 2024 13:06 #308594 by karlhe
Hallo, danke für die info, häckchen entfernt...neuer fehler report, neues geändertes maschinen verzeichnis..Grüße karlhe
Attachments:

Please Log in or Create an account to join the conversation.

More
25 Aug 2024 13:31 #308597 by Aciera

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.

More
25 Aug 2024 14:16 #308600 by karlhe
Hallo,

Habe ich entfernt, leider immer noch eine Fehlermeldung siehe report...


karlhe
Attachments:

Please Log in or Create an account to join the conversation.

More
25 Aug 2024 14:31 #308601 by Aciera

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.

More
25 Aug 2024 16:03 #308608 by karlhe
Hallo,

leider immer noch ein fehler..

karlhe
Attachments:

Please Log in or Create an account to join the conversation.

More
25 Aug 2024 16:44 #308610 by Aciera

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.

Time to create page: 0.187 seconds
Powered by Kunena Forum