09-12-2023 12:34 PM
Please use this forum thread for any support question on the:
Neosoft DQMH TestStandifier
It is available on VIPM.io: https://www.vipm.io/package/neosoft_technologies_inc_lib_testandifier/
Solved! Go to Solution.
09-13-2023 06:18 PM
I tried to convert a project with multiple DQMH libraries and I got the following error:
Error 1055 occurred at Close Reference in DQMH_TestStandifier_Resources.lvlib:Modify Module ID Generation rule.vi->DQMH_TestStandifier.lvlib:TestStandify State Machine.vi->DQMH_TestStandifier.lvlib:Main.vi
Possible reason(s):
LabVIEW: (Hex 0x41F) Object reference is invalid.
Error Dialog w Copy to Clipboard.lvlib:Simple Error Handler.viDQMH_TestStandifier.lvlib:Main.vi
09-13-2023 06:39 PM
09-14-2023 08:19 AM
Unfortunately this is not possible.
09-14-2023 08:23 AM
09-14-2023 08:26 AM
Hello, i will try to contact you privattely. The version of DQMH used for the project was v6.1.0.90
09-22-2023 01:48 PM
So for the record, with another user (so not @Alfredo_VM ) we faced the same issue.
The problem comes from the fact the original module was made using DQMH v4.
The module was upgraded with the DQMH Validator v5 and v6, but a fix was not correctly applied by the user (validator did not return an error but the status message was saying something went wrong).
This lead to Start Module VI was not containing the feedback node to handle the clone IDs but was still having the 'old' way to generate the clone ID (based on VI Clone name) and was launching the Main VI thanks to the Run VI method instead of the Run Asynchronous node.
So if you face this issue with the TestStandifier, ensure that your module is a fully valid DQMH module as defined per DQMH v6.1