Skip to content

Kosist blog

Yet another (LabVIEW) blog
  • Home
  • Development
  • Life
  • About
  • Search

Kosist blog

  • Search
  • Home
  • Development
  • Life
  • About

If you have LabVIEW application, which uses PPL and works fine in development environment, but does not work as executable – this is the right place to search for the solution. But first, let’s discuss background of the error. Project packed library (PPL) – is great stuff in LabVIEW, but […]

Cannot open a packed library saved in a version earlier …

It has been passed one week since my first open source Project version check toolkit was published at vipm.io. I’m very happy about it, and it’s time to tell couple words about the toolkit here in the blog. What does the toolkit do? Simply checks version of opened LabVIEW project, […]

Project version check toolkit

In terms of LabVIEW Actor Framework, Helper Loop – is loop which runs in parallel to Actor Core, and is used to handle either time-consuming code (which could potentially block Actor), or handle Event Structure events. While using Helper Loop, develop must ensure that it is properly stopped, because this […]

Actor Framework: how to stop Helper Loop of Actor Core …

This post provides links to previous releases of VIPM (2017-2019).

VIPM 2020 and previous VIPM version installers

[Originally posted on 2018-08] Recently, I was trying to install Ubuntu 18.04 on the second SSD drive, to have dual boot Windows 7 + Ubuntu available. It seemed to be quite easy – download Ubuntu 18.04 LTS, create bootable USB, and here you go! But, the first attempt was not […]

How to cheat on “Unable to install GRUB” error, Ubuntu …

[Originally posted on 2018-08] VI Tester from JKI – is great tool for unit testing in LabVIEW. I’ve already described it in my blog post http://kosist.org/2017/06/jki-vi-tester-useful-tool-for-labview-developer/. This time, I’d like to tell couple words about how to modify default VI Tester Test Case template class, so each time when you […]

Modifying VI Tester template

[Originally published on 2018-08] This time the article is mostly for LabVIEW newcomers – just, I’d like to share couple interesting points of how you could make LabVIEW programming easier, funnier and faster. So, here we go. Swap inputs What if you have function with two inputs, and then you […]

10 basic LabVIEW tips and tricks, which you might find …

[Originally published on 2018-07] Malleable VI – is cool feature, which was introduced in LabVIEW 2017. As LabVIEW help tells (http://zone.ni.com/reference/en-XX/help/371361P-01/lvconcepts/malleable_vis_intro/): A malleable VI (.vim) is a VI that is inlined into its calling VI and can adapt each terminal to its corresponding input data type. With malleable VIs, you build a […]

Malleable VIs – class adaptation, or how to create universal …

2 comments

In my previous post, I’ve slightly touched unit test topic in LabVIEW, particularly – JKI VI Tester. But, as I’ve mentioned there, there is another unit test framework from JKI – which is Caraya test framework, designed by Tomi Maila (as it follows from this presentation from Jim Kring). To […]

Caraya test framework for LabVIEW – convert your VIs to …

Intro: if you’d prefer to read this post in Ukrainian or Russian, you can check it by this or this links. Unit testing – is a very important part of development for any kind of software. By itself, unit testing – is a testing of separate code modules. One can do it […]

JKI VI Tester – useful tool for LabVIEW developer

1 comment

© 2023 Kosist blog – All rights reserved

Powered by  – Designed with the Customizr theme