• 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…

  • 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.

  • 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.…

  • Software Uploader Status – LabVIEW

    Software Uploader Status was an application developed to help production, it shows status of each machine and it slots for selected SW version. It gives a clear status if we can produce on specific slot or machine for this SW. It reads status from DB for selected SW version.

  • Software Uploader – LabVIEW

    Software Uploader is a part of Remote Control Application, target for this functionality was to automatically upload 50GB’s of files to 36 machines, with MD5 check and with record to DB if the upload was successful. Before this application we had to do this manually, so we had to copy from network drive to each…

  • PC Remote Control – LabVIEW

    This application was developed to remotely control 36 machines on production floor. Before we had to go to each machine and manually do actions like setting new parameters files or changing product table. In just few clicks we can update all machines and it saves us a lot of time that we spent before doing…

  • C# LabVIEW 64bit SQL Database Toolkit

    Example of my C# code for db connectivity, because LV 64bits don’t support DB toolkit I had to write .NET dll. DLL was developed in C# and it uses .net 4.0. It has Connect,Query,UpdateInsertDelete,Close functions. Query will read data to string array, update,insert,delete will output number of affected rows, close connection will just close it.…

  • CAPABILITY ANALYSIS – LabView

    What is second most important ingredient for perfect manufacturing testing PIE? Yes it’s good tool for analysis of first ingredient (data from production floor). I have spent some time writing tools to check cpk/box plot, now its time to merge it into one. On screen shoot below you can see that we have Test/Step Name…

  • WAGO 750-352 Modbus – TestStand StepType’s

    Wago 750-352 with DI/DO AI and CAN Gateway, controlled by LabVIEW, used in TestStand as StepType. Communication by MODBUS. Few screen shots from StepType I wrote for WAGO 750-352.  

  • Live results from production floor. Live FTQ

    Hi. Last year I have spent some time developing tool for my company. I have went from simple application that save results to csv file, and then showing it on end station (supervisor station). This application went from small easy application to big complex tool. During this year of development I had to find solution…