LxCNC 2.9.1 / QTDragon / Versa Probe: error Missing toolsetter setting: data_ts

More
02 Nov 2023 15:21 #284338 by schnellmued
Hello all

Iam currently switching from Windows/EstCam to linuxCNC (so iam a linuxCNC noob    ) I try to get 2.9.1 with QTDragon_HD / Versa Probe running.

So far allmost everything works but when iam trying to do a "Probe Tool Setter Z Height" from probe screen i get the following error:

QTvcp.QTVCP.WIDGETS.VERSA_PROBE][INFO] Versa_Probe started with PID 6633
(versa_probe.py:298)
ERROR INFO Probe routine: Missing toolsetter setting: data_ts_max
[QTvcp.QTVCP.WIDGETS.VERSA_PROBE][INFO] Probe Process finished - exitCode 0 exitStatus 0 (versa_probe.py:311)


I googled for this error without result so i searched in the .py files...
The error occoured in:

probe_routines.py line 266:

def probe_ts_z(self):
try:
  # basic sanity checks
  if self.data_ts_max is None:
     return'Missing toolsetter setting: data_ts_max'


For testing i changed it to:


def probe_ts_z(self):
try:
  self.data_ts_max = 10 # <- set to 10 for testing ..
  # basic sanity checks
  if self.data_ts_max is None:
      return'Missing toolsetter setting: data_ts_max'


and the spindle moved Z-10 as excepted:
Do02 15:33: ERROR INFO Probe routine: failed: G38.4: Bewegung ohne Kontaktschließung beendet. cmd: G38.2 Z-10 F300.0

Iam running a fresh install of linuxCNC 2.9.1 (iso from www.linuxcnc.org/iso/linuxcnc_2.9.1-amd64.hybrid.iso 2 days ago..)

Did i miss some Config Option ? (attached my config Files and pasted .pref file belows b/c extension not allowed)

Touchoff parameter "max probe" is set in gui..


Thx alot,
           Frank



-- qtdragon_hd_pref:
[CUSTOM_FORM_ENTRIES]
Tool to load = 0
Laser X = 100.0
Laser Y = -20.0
Sensor X = 66.0
Sensor Y = -25.0
Camera X = 10.0
Camera Y = 10.0
Work Height = 20.0
Touch Height = 4.0
Sensor Height = 4.0
Search Velocity = 40.0
Probe Velocity = 10.0
Max Probe = 5.0
Retract Distance = 1.0
Z Safe Travel = 10.0
Eoffset count = 5
External offsets = False
Reload program = False
Reload tool = False
Use keyboard = False
Use tool sensor = True
Use tool touchplate = True
Run from line = False
Use virtual keyboard = False
Use camera = False
Use alpha display mode = False
Inhibit display mouse selection = True
[PROBE OPTIONS]
Probe tool = 0
Probe diameter = 2
Probe rapid = 1000
Probe feed = 10
Probe search = 500
Probe max travel = 20
Probe max z = 2
Probe extra depth = 4
Probe step off = 2
Probe xy clearance = 5
Probe z clearance = 2
Probe edge width = 5
Calibration offset = 0
Cal x width = 0
Cal y width = 0
Cal diameter = 0
[VERSA_PROBE_OPTIONS]
ps_searchvel = 300.0
ps_probevel = 10.0
ps_z_clearance = 3.0
ps_probe_max = 20.0
ps_probe_max_z_travel = 5.0
ps_probe_latch = 2.0
ps_probe_diam = 2.0
ps_xy_clearance = 5.0
ps_side_edge_length = 60.0
ps_probe_height = 20.0
ps_block_height = 20.0
use_tool_measurement = True
ps_offs_x = 0.0
ps_offs_y = 0.0
ps_offs_z = 0.0
ps_offs_angle = 0.0
ps_probe_rapid_vel = 500.0

 
Attachments:

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

More
02 Nov 2023 18:21 #284354 by cmorley
The following user(s) said Thank You: schnellmued

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

More
02 Nov 2023 18:57 #284357 by schnellmued
Hello

Thx alot, that worked :)  I really got confused with the paramers in settings and utils screens, i feel like a real noob now :D

-
Frank

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

Moderators: cmorley
Time to create page: 0.077 seconds
Powered by Kunena Forum