CTech Metrology, Luc Wens 20/6/25 15 seconds between a mouse click and the response....... on the Dell Some links https://learn.microsoft.com/en-us/visualstudio/ide/visual-studio-performance-tips-and-tricks?view=vs-2022 https://www.re... 20 jun. 2025 Daily blog
CTech Metrology, Luc Wens 19/6/25 Back to Vicon We're testing on an actual hardware set-up and that did not work as expected, it seemed the channels were shifted in a strange way. The simulation on my system works correctly. Could be ... CTrack 19 jun. 2025 Daily blog
CTech Metrology, Luc Wens 18/6/25 Nice and sunny again.... Parsing commandline parameters Have decided, after positive advise of the Gemini colleague, to use JSON for parameter passing between UI and engine at one side, and engine and... CTrack 18 jun. 2025 Daily blog
CTech Metrology, Luc Wens 17/6/25 Something that was not really working as it should is showing/hiding the different console sub windows. If you start a process, you get the process information, but nothing about the windows, and to s... CTrack 17 jun. 2025 Daily blog
CTech Metrology, Luc Wens 13/6/25 Diagnostics on send and receive We have set handlers for send and receive to show messages on console screens. OnDiagnosticFunction PrintSendDiagnostics = [](std::unique_ptr<CTCPGram> &TCPGram, bool s... CTrack 13 jun. 2025 Daily blog
CTech Metrology, Luc Wens 12/6/25 Had a meeting with Benjamin and Jesse. These were the points: Send JSON example to Jesse, for 5G alert determine required fields AI detection information will be stored as file with timestamp in filen... Xenomatix 12 jun. 2025 Daily blog
CTech Metrology, Luc Wens Xenomatix Picking up on the work for Xenomatix Things to do for the 5G safe Alert project: See if software using a regular internet connection works properly Setup with the 5G modem and check that operation Pre... Xenomatix 10 jun. 2025 Daily blog
CTech Metrology, Luc Wens 10/6/25 Improving on the logging, I discovered quite a bit of assertions during a normal execution run. The fact that these did not botter in the past raises some questions on the use of these asserts: if the... 10 jun. 2025 Daily blog
CTech Metrology, Luc Wens 9/6/25 Improving assertion handling The information you get for a THROW_ASSERT is "assertion failed" with no further stack information and with a file and line reference to the place where the exception was ... 9 jun. 2025 Daily blog
CTech Metrology, Luc Wens 8/6/25 To end the proxy, we can send a TAG_COMMAND_QUIT, this is caught in the main of the proxy and will end it. So in analogy of SendRequest, we added SendMessage to CProxyDevice, but this resulted in link... 8 jun. 2025 Daily blog
CTech Metrology, Luc Wens 7/6/25 As we have rounded up the message implementation on the template proxy, we can move ahead and do the same in the Vicon driver, as we have a demo coming up soon. Short recap on getting JSON parameters ... 5 jun. 2025 Daily blog
CTech Metrology, Luc Wens 31/5/25 And now we are starting to implement the new message responder on Proxy Level. First candidate is the template and we start with the hardware detection. Steps: Derive driver from Subscriber Convert th... 31 mei 2025 Daily blog