CTech Metrology, Luc Wens Phoenix driver debug Summary This article desribes the development of the low level driver for the Phoenix system Sources Item Location Purpose 1 https://hhdsoftware.com/device-monitoring-studio Captures serial communicat... CTrack 14 feb. 2026
CTech Metrology, Luc Wens F1 wing flexibility for Ferrari Summary The question comes from Ferrari to use the system in the wing flexbility test. FIA regulation webpage Here is the 2026 regulation, it's about section C3.18.12 fia_2026_formula_1_technical_regu... CTrack F1 2 feb. 2026
CTech Metrology, Luc Wens Refactoring states Introduction All devices are state machines, they have certain states like idle, error, running, and you can send commans to them which may or may not alter the state, events can happen, which are lik... CTrack 18 dec. 2025
CTech Metrology, Luc Wens Build CTrack from scratch Checking out Rebuilding Initialize vcpkg .\setup.ps1 Rebuild all libraries once vcpkg initialisation is done, otherwise for example building botan will fail. The batch file will build both Debug and R... CTrack 15 dec. 2025
CTech Metrology, Luc Wens Vicon Driver testing Vicon Driver Testing Guide Proxy Architecture Overview CTrack uses a proxy-based architecture for communicating with external measurement devices. Instead of embedding device-specific code directly in... CTrack Vicon 13 dec. 2025
CTech Metrology, Luc Wens Price strategy CTrack 4-Category Pricing Strategy (1/3 Rule Compliant) We've developed a comprehensive pricing strategy that maintains the 1/3 software-to-total ratio across all device types while providing scalabil... CTrack 12 dec. 2025
CTech Metrology, Luc Wens CTrack reseller supplier pricing strategy References On Claude: On Claude desktop in projects: Ctech new pricing strategy This is a good one from Gemini This is a classic "Margin Management" scenario. To implement this in Odoo 19, you need to... CTrack Odoo 9 dec. 2025
CTech Metrology, Luc Wens Updating Tracy Tracy has recently released version 13. What is new : Updating the GIT repo Using Tortoise: Do a fetch first. Make sure to have the Tags check on, default this will be '-'. Next check out to the desir... CTrack 2 dec. 2025
CTech Metrology, Luc Wens CTrack development Color dialog uniformisation Alignment show points with color code Load CAD is now showing color dialog as well Uniform color dialog with Alpha channel if applicable Heatmap option Use original color: ... CTrack 27 nov. 2025
CTech Metrology, Luc Wens Unified properties Node Metadata Systems Analysis This document provides an overview of the existing data structures used for storing node metadata in CTrack V5.0. The goal is to identify commonalities and design a unif... CTrack 26 nov. 2025
CTech Metrology, Luc Wens Comau Meeting 20/11/25 Comau is required to move on with Hexagon laser trackers Meeting was followed by Valerio Perna Alberto Gagliano Fabio Nicolo The meeting consisted mainly of CTrack demonstration, 99% ... CTrack CTrack.Robotics Comau 20 nov. 2025
CTech Metrology, Luc Wens Observer pattern in CTrack In short The observer pattern works through an ObserverManager where views can register. ObserverSubject derivates will push change events on the ObserverManager , which will then notify Observer of t... CTrack 12 nov. 2025