You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is old version from 2015. This older version has **less functionality**, but it **takes up less space on the screen**, which can be useful on smaller displays.
**Example using dbounce with Mesa card in HAL file:**
57
+
```hal
58
+
# ---probe signal---
59
+
loadrt dbounce names=dbounce.probe
60
+
addf dbounce.probe servo-thread
61
+
62
+
setp dbounce.probe.delay 5
63
+
net probe-db dbounce.probe.in <= hm2_7i96.0.gpio.000.in
64
+
net probe-in motion.probe-input <= dbounce.probe.out
65
+
```
66
+
67
+
---
68
+
=== GTK little Probe
28
69
A GTK based version of the third party Verser probe in a tabbed layout for smaller displays.
29
70
30
71
image::images/gtk_little_probe.png["GTK little Probe",align="center"]
72
+
73
+
This is modification of Probe Screen application by Serguei Glavatski (c) 2015
74
+
This modification moved the icons from one window to containers with switchable vertical tabs. The goal of this modification is to minimize the window.
75
+
76
+
77
+
**Modification INI file for embedded panel in Gmoccapy:**
Use only one Probe Screen by Serguei Glavatski in one LCNC configuration.
96
+
97
+
98
+
**Example using dbounce with Mesa card in HAL file:**
99
+
```hal
100
+
# ---probe signal---
101
+
loadrt dbounce names=dbounce.probe
102
+
addf dbounce.probe servo-thread
103
+
104
+
setp dbounce.probe.delay 5
105
+
net probe-db dbounce.probe.in <= hm2_7i96.0.gpio.000.in
106
+
net probe-in motion.probe-input <= dbounce.probe.out
107
+
```
108
+
---
109
+
110
+
=== GTK Mesa Tests
111
+
This screen allows the user to verify whether they have a suitable and well-tuned PC for their Mesa card.
112
+
113
+
Based on the design of Mesa Configuration Tool II https://github.com/jethornton/mesact Copyright (c) 2022 jethornton
114
+
115
+
Although this screen was originally part of the configurator, it is not the configurator. It is a control system. Mesa tests uses data from a running LinuxCNC, but does not send any data to LinuxCNC, nor does it set anything. Parameter adjustment is only allowed to simulate the desired state.
Mesa Tests is a tool designed for beginners to sleep better or to know if they need to buy better hardware or tune their hardware better. It is better to use tools like Halshow or Halscope to monitor the parameters (pins,thread, ...) used. The list of parameters is displayed on the right side of the screen.
0 commit comments