KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
halviewer
★ 12
Open GitHub ↗
linuxcnc graphical halviewer
Download README (.md)
Explore Similar Repositories
HTTPMediaCache
:
Swift 本地 HTTP 多媒体缓存库,支持 AVPlayer 代理播放、Range 缓存、HLS 改写、预加载和 iOS/macOS。
cb-telegramhunter
:
Telegram OSINT — Canales, grupos, bots y usuarios públicos | Ciberbrigada OSINT Suite
skills-for-course-creators
:
Curated Agent Skills directory for course creators, educators, instructional designers, and L&D teams, featuring practical skills for course assets, research, role-play practice, training analysis, visuals, and delivery workflows.
nostril
:
Nostr Malware proof-of-concept repository.
aimeter
:
A macOS menu bar app for tracking Claude & Cursor usage
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
halviewer
?
Download (.md)
# halviewer graphical halviewer for linuxcnc reads the hal from running linuxcnc session and shows the signals in realtime ## GUI double-click on title to group/ungroup nodes double-click on pins to: * change the value (setp) / maked with ">...<" * add a linechart to see the value-changes you can move the nodes to customize the layout (use STRG to select multiple nodes) Mouse-Wheel to Zoom In/Out right-click on pins/titles to filter  ## quickstart install depends ``` apt-get install python3-pyqt5 python3-graphviz ``` before running halviewer, you need to run linuxcnc, than: ``` python3 halviewer.py ``` if you want to use pyqt6 support: ``` python3 halviewer.py -6 ``` [](https://www.youtube.com/watch?v=isgavyVCYJc&feature=youtu.be "HalViewer") [](https://www.youtube.com/watch?v=Ma7J_gvicco&feature=youtu.be "HalViewer")