LabVIEW Test Sequencer

Some years ago I had to redesign old HMI interface. During this process I have created new HMI with also logging of all actions executed by engine.vi (core of application for executing test sequence), debugging step by step, looping of selected test and also most important it was able to replace engine.vi during runtime so if we wanted to add some steps in sequence we only need to replace one file without recompiling of whole project. Below you can see demonstration.

Certified LabVIEW Developer (CLD)

Finally after couple of months of hard work, I have successfully passed CLD exam. It was great time doing all the examples and exploring new approaches for problem solving. Next step now and little bit a challenge is to start LVOOP at daily basis.

Certified LabVIEW Developer (CLD)
Krzysztof Szewczyk Certified LabVIEW Developer (CLD)

Measurement Extractor – C#

This application was developed to help our quality department to prepare reports for customers. It is simple application where they need to paste serial number of products and select product version, after pressing read data application will look into DB for reports and extract measurements to table. Then user can copy it to excel sheet. Application was written in C# to allow user without LabVIEW run-time engine access measurement data.

C#
C#