01-12-2024 04:33 PM
Hello,
I'm trying to create modules for my application using LabVIEW 2021 32 bit but for some reason, the scripted modules look different from DQMH modules scripted from other LabVIEW versions.
Here are the block diagram screenshots of the CML example and a DQMH module scripted in LabVIEW 2021 32bit respectively. The MHL look different. The error ring was not used in one and the block diagrams are noticeably different in size. It seems that something is wrong somewhere. Can anyone explain why this could be happening?
Thanks
Thanks
01-12-2024 04:38 PM
Those are both features of DQMH 7.0. The size of Main VI structures in the standard Singleton and Cloneable module template were expanded, and the Error Rings were replaced with Error Cluster From Error Code.vi. These changes are meant to improve the developer experience with the creation of new modules, and have no adverse effects on the use of older modules.
01-12-2024 05:07 PM
Thank you Darren.