CTech Metrology, Luc Wens 30/5/25 First tests in CTrack We already did a small test setting a responder to an alarm coming from the template proxy. That worked fine. To test the request handling, we used the proxy handshake. This init... 30 May 2025 Daily blog
CTech Metrology, Luc Wens 27/7/25 With the new message design working fine (see this article ), we can move ahead and start refactoring commands/states/events in CTrack. Today also the WaitConnection was reworked using a more modern c... 27 May 2025 Daily blog
CTech Metrology, Luc Wens 26/5/25 Read the article in the ctrack development blog: Article knowledge base on the message responder... 26 May 2025 Daily blog
CTech Metrology, Luc Wens 25/5/25 The message responding works Now we need to implement/test a request. A request is done with MessageResponder::SendRequest and for this we need to set the send function with MessageResponder::SetSendF... 25 May 2025 Daily blog
CTech Metrology, Luc Wens 23/5/2025 For xenomatix, about the 5G modem: Milesight UF31 5G dongle Chrome 192.168.1.1 admin password Applying message service in CTrack First I turned back the modifs made to GetReceivePackage, these were ma... Xenomatix 23 May 2025 Daily blog
CTech Metrology, Luc Wens 22/5/2025 ESAT Noordwijk Meeting sessie Tijdstip Contact Nota's 14:00 Hebben opstelling analoog aan Nasa. Mailtje aan Jo voor verdere contacten. 14:20 1000 man, nemen tijdelijk projecten over. Niets concreet 14:40 Structural ... 22 May 2025 Daily blog
CTech Metrology, Luc Wens 21/5/2025 Right, back to work after successfully passing my VHF/CRS exam. Short recap Add a new message Has ID Has parameters Everything is stored in JSON for serializing Create a response map with the ID as ke... 21 May 2025 Daily blog
CTech Metrology, Luc Wens 16/5/2025 About commands and events Continuing on the command/event challenge. As seen yesterday commands are derived from CNode and for every command there is a derivation,... not good. And then we need to for... 16 May 2025 Daily blog
CTech Metrology, Luc Wens 15/5/2025 Still working on logging..... Taking the decision to not add stack tracing to the proxies since their functionality does not go very deep. overhead of coding is not worth the effort. A bit on events a... 15 May 2025 Daily blog
CTech Metrology, Luc Wens 11/5/2025 Events Something that is still missing in the CTrack architecture is event handling (besides error handling which is a different category). Examples of events: On a Leica system the TProbe is activate... 11 May 2025 Daily blog
CTech Metrology, Luc Wens 9/5/2025 Control Micro-Epsilon 2 hour meeting with Christian: main outcome is to hold a kick-off meeting with Christian and Wilfried in June LK Metrology Geert indicated they might have a project involving a 6... 9 May 2025 Daily blog
CTech Metrology, Luc Wens 7/5/2025 Proxy error handling Error generated at Proxy level: is caught in main loop sends string telegram with code TCPGRAM_CODE_ERROR to engine engine receives proxy telegram, identifies proxy device and r... 7 May 2025 Daily blog