Jump to content

drjdpowell

Members
  • Posts

    8
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by drjdpowell

  1. A recent conversation on LAVA: https://lavag.org/topic/21631-anybody-having-problems-with-vipm-2020-and-how-can-i-get-vipm-2019/?tab=comments#comment-132642

    Suggest multiple LabVIEW developers are unhappy with the 2020 version of VIPM.  I think you have been a bit aggressive in the number of changes, and you need to quickly get on top of some of the issues.  You need a 2020.1 version soon.

    • Like 1
  2. Note that if you do this you are committed to making sure that any sequence of “states” you call must be able to handle any possible external interruption at any point. In other words, you must be super vigilant against race conditions. With the “idle” method, one can choose where in a sequence of steps one will accept outside input.

     

    For example, if you had the macro:

     

    Take Data

    Analysis Data

    Save Analysis

     

    and also a “Set Parameter” event that changes a parameter used in Analysis and Save, then you have a race condition where the analysis may be saved with a different parameter value, if the “Set Parameter” happens between Analysis and Save.

    • Upvote 1
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.