GithubHelp home page GithubHelp logo

lv-project-version-check's Introduction

LabVIEW Project Version Check toolkit

Have you ever had a situation, when some old project was accidentally opened in newer LabVIEW, and was resaved to that higher version? Of course, if you use software version control like git or SVN - then it is not a problem, because you can simply reset your working branch to previous state. But what if meanwhile you've implemented some changes, and after that re-saved all the project? It's a pity because after rollback, all those changes should be implemented again. And in case when project is stored outside git or SVN repository, then the situation is even worth...

So if you had such a situation at least once, then I believe this small tool could be useful for you.

Warning message

What it does:

When LabVIEW project is opened, this tool checks version of the project. If it is implemented in lower LabVIEW version than the active one (by active I mean LabVIEW version in which you open a project) - then you'll recieve warning window about it. After that, you could close project and do not save it. Or if you've opened project in higher LabVIEW version intentionally, you can continue working with the code, and then save it as you wish.

What it does not:

It does not check versions of opened LabVIEW VIs, libraries, classes, etc. Main reason - it will be not practical at all. Many reusable libraries/toolkits are implemented in the lowest possible/useful LabVIEW version, so then they are mass-compiled when added to the actual code. And it would be quite bothering to see every time some warning window while opening such VIs.

System Requirements:

This toolkit is compatible with LabVIEW 2015 and higher, Windows OS. It has just a little of functionallity, but I will be very happy for any type of feedback/contribution. Please feel free to post issues, ideas, or do fixes/improvements of the code. List of used software: LabVIEW 2015 SP1, Caraya Unit Test Framework v1.1.0.119, VIPM 2020.3.

lv-project-version-check's People

Contributors

kosist avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.