• Question: What is the most interesting or challenging problem in computing you’ve solved recently, and how did you approach it?

    Asked by book535sorb77 on 31 Mar 2026.
    • Photo: Caroline Roche

      Caroline Roche answered on 31 Mar 2026:


      I recently had to populate a database using signals/values from one of my industrial computers. This was interesting and a little bit challenging (someone else would probably find it really easy) as it wasn’t something I had done in recent years and how I would normally do it wasn’t available so I had to work out how to do it via a program I wrote in Visual Studio. It’s worked really well once I got the initial communication setup correct.
      It was great fun to create my own program for the first time in a few years, as I usually have to use commercial software approved by my customers.
      I worked out how to do it by breaking down what I needed to do and see what options were available – then I had to decide which option was the best based on the length of time it would take to complete and the effort to do it/maintain it.

Comments