10-12-2023 04:21 PM
Hello,
Since I have upgraded to LabVIEW 2023 Q1, I am struggling to install LabVIEW Statechart module in LabVIEW. There is no solution available from VIPM to support this module in this version of LabVIEW. Because of LabVIEW 2023 installation, VIPM got upgraded too and it says incompatible Statechart module for my earlier version of LabVIEW. What a mess!!
If anyone using this module in LabVIEW 2023, your help will be greatly appreciated.
Solved! Go to Solution.
10-13-2023 09:08 AM
When all else fails, you can always download the VIPM package, and rename the extension of the *.vip to *.zip and unzip it. Then you can manually do what VIPM does when it installs. Which in this packages case would essentially be:
1. Copy over the code in File Group 0 into the respective folder in LabVIEW you wanted to install to.
2. Run PostInstall.vi, or figure out what it is doing so you can do the same thing.
10-13-2023 09:47 AM
ShockHouse,
Thanks for the reply.
I followed your advised steps and It could help me partially(I could open and see my code) but I can't Save or generate code for StateChart. While saving, I was getting below error.
10-13-2023 10:52 AM
Further update to my last post.
I made it work after Mass Compile my whole project. That's incredible. Seems like I can edit statechart, generate code and save it too.
Thanks ShockHouse. I appreciate your help
06-06-2024 04:52 PM
It is true that you can install Statechart in LabVIEW 2023 but can you build EXE if you have used statechart in your project?
Please let me know, because I am having a problem while building EXE.