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
A GTK based version of the third party Verser probe in a tabbed layout for smaller displays.
30
+
This is a version from 2015 by Serguei Glavatski which has **less functionality** than the current, but it **takes up less space on the screen** (no DRO e.g.).
31
+
This can be useful on smaller displays.
32
+
33
+
**For Reference - The Current Version**
34
+
35
+
The documentation and source code of the current version can be found here:
**Example using dbounce with a Mesa card (HAL file)**
61
+
```hal
62
+
# ---probe signal---
63
+
loadrt dbounce names=dbounce.probe
64
+
addf dbounce.probe servo-thread
65
+
66
+
setp dbounce.probe.delay 5
67
+
net probe-db dbounce.probe.in <= hm2_7i96.0.gpio.000.in
68
+
net probe-in motion.probe-input <= dbounce.probe.out
69
+
```
70
+
71
+
---
72
+
=== GTK Little Probe
73
+
A GTK based version of the third party Verser probe, modified for a tabbed layout for smaller displays.
29
74
30
75
image::images/gtk_little_probe.png["GTK little Probe",align="center"]
76
+
77
+
This is a modification of the 2015 version of GTK Verser Probe. It moves the elements from one window to containers with switchable vertical tabs. The goal was to reduce the window size.
78
+
79
+
80
+
**Modification of the INI file to use as embedded panel in Gmoccapy**
Use only one Probe Screen by Serguei Glavatski in one LCNC configuration.
99
+
100
+
101
+
**Example using dbounce with Mesa card (HAL file)**
102
+
```hal
103
+
# ---probe signal---
104
+
loadrt dbounce names=dbounce.probe
105
+
addf dbounce.probe servo-thread
106
+
107
+
setp dbounce.probe.delay 5
108
+
net probe-db dbounce.probe.in <= hm2_7i96.0.gpio.000.in
109
+
net probe-in motion.probe-input <= dbounce.probe.out
110
+
```
111
+
---
112
+
113
+
=== GTK Mesa Tests
114
+
This screen allows the user to verify whether they have a suitable and well-tuned PC for their Mesa card.
115
+
116
+
Based on the design of Mesa Configuration Tool II https://github.com/jethornton/mesact Copyright (c) 2022 jethornton
117
+
118
+
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