-
Content Count
8 -
Joined
-
Last visited
-
Days Won
1
drjdpowell last won the day on July 3 2020
drjdpowell had the most liked content!
Community Reputation
3 NeutralRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
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.
- 1 reply
-
- 1
-
-
drjdpowell started following VIPM 2020: No main window after splash screen on Windows 7
-
drjdpowell started following VI Calling VIM Fails to Build [fixed in VIPM 2017f1]
-
drjdpowell changed their profile photo
-
fixed Package Build Fail if VIM Dependency
drjdpowell replied to hooovahh's topic in VI Package Manager (VIPM)
Confirmed this error on LabVIEW 2017 (no SP1 yet), and VIPM 2017.0.0f1. I'll try it on LabVIEW 2017 SP1 in a few days. -
VI Calling VIM Fails to Build [fixed in VIPM 2017f1]
drjdpowell replied to hooovahh's topic in VI Package Manager (VIPM)
Interestingly, I have a couple of VIMs that contain other VIMs, and they don't produce this error. Only the VIs that call VIMs do. -
VI Calling VIM Fails to Build [fixed in VIPM 2017f1]
drjdpowell replied to hooovahh's topic in VI Package Manager (VIPM)
I have the exact same issue: At the moment, I'm only calling VIMs inside my Examples, and so I'm excluding Examples from the package temporarily. -
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
-
Stuck at "Building source distribution"
drjdpowell replied to L2L's topic in VI Package Manager (VIPM)
I think I am having the same issue. When is the next VIPM service pack expected? And is there a work around in the meantime?