02-21-2022 06:17 AM
Dear Community,
I recently had to reinstall LabVIEW 2013 to solve a problem on an old project.
When opening the project, everything seems to be fine, except one thing: I am missing one VI called MessageTypeError.vi. It should be located within CodeLibrary.llb in the LabVIEW 2023/project folder... As I am not the original developer on that project, I do not know what the VI or de LLB is supposed to do. May it be linked to some RT functions?
Would someone be able to help me by providing either the LLB or information about it?
Thank you in advance 🙂
Solved! Go to Solution.
02-21-2022 07:50 AM
Hi ML,
@ML_Nantes wrote:
I am missing one VI called MessageTypeError.vi. It should be located within CodeLibrary.llb in the LabVIEW 2023/project folder...
Would someone be able to help me by providing either the LLB or information about it?
The one who is able to help you is the original developer of that code!
(S)he should know what that "CodeLibrary.llb" is supposed to contain and what the missing VI is supposed to do. You can also read the documentation for that code/project or you can look up the revision history in your SCC tool holding that project…
02-21-2022 07:57 AM
If the solution was that simple, I wouldn't have bothered posting 🙂
Thanks for your input though.
I'll keep on looking up on the web whether that llb should be present in LV2013 folders or not.
02-21-2022 08:02 AM
@ML_Nantes wrote:
If the solution was that simple, I wouldn't have bothered posting 🙂
Thanks for your input though.
I'll keep on looking up on the web whether that llb should be present in LV2013 folders or not.
What GerdW is getting at is this isn't a standard LV library, so someone in-house developed it. You have to go find that person.
02-21-2022 08:03 AM
Perfect, thank you 🙂