02-09-2017 11:09 AM - edited 02-09-2017 03:57 PM
It would be nice if we could get more information when the DQMH fails to locate a file, ie what file is missing or not found.
Edit: The module passed validation, with no errors or warnings (non-critical errors).
Currently, if you try to add a Custom DQMH module, and there is an incorrect file, you only get "Error 7 occurred at Invoke Node in DQMH New Module.lvlib:Script New Module.vi->DQMH New Module.lvlib:Add New DQMH Module.vi. LabVIEW: File not found. The file might be in a different location or deleted. Use the command prompt or the file explorer to verify that the path is correct.
Method Name: Library:Open"
A nice addition would be "Error 7 occurred at Invoke Node in DQMH New Module.lvlib:Script New Module.vi->DQMH New Module.lvlib:Add New DQMH Module.vi. LabVIEW: File not found. The file might be in a different location or deleted. Use the command prompt or the file explorer to verify that the path is correct.
Method Name: Library:Open
Attempted to open file: C:\<folder>\filename.vi"
02-12-2017 03:12 AM
I have the same issue.
LV 2016 32-bit
DQMH 3.1
Thanks,
Sergiy
02-13-2017 11:10 AM - edited 04-27-2018 03:07 PM
Were you guys able to get your DQMH module from template to work?
If not, please try the code that ships with DQMH 3.1 and place it in the locations indicated in the documentation: http://delacor.com/documentation/dqmh-html/AddingaNewDQMHModulefromaCustomT.html
Things to check if the creation of DQMH modules from template is not working for you:
* in XML Meta data file, make sure the name of the module and the tester match
* in XML Meta data file, make sure the paths match the file structure of your files
* Make sure you did copy the API Tester as well as the DQMH module.
Regarding:
@Kenny_K wrote:
A nice addition would be "Error 7 occurred at Invoke Node in DQMH New Module.lvlib:Script New Module.vi->DQMH New Module.lvlib:Add New DQMH Module.vi. LabVIEW: File not found. The file might be in a different location or deleted. Use the command prompt or the file explorer to verify that the path is correct.
Method Name: Library:Open
Attempted to open file: C:\<folder>\filename.vi"
I will file a feature request to have more descriptive errors for this part.
Thanks,
Fab
05-15-2017 04:46 PM
As a feature request for the templates related to this, can the paths in the XML be absolute rather than relative to "<LabVIEW Data>\DQMH Module Templates\Source"?
Thanks
05-17-2017 08:03 PM
@Evan wrote:
As a feature request for the templates related to this, can the paths in the XML be absolute rather than relative to "<LabVIEW Data>\DQMH Module Templates\Source"?
Thanks
We will add it to the feature requests list.
Thanks for giving us feedback.
Fab
07-18-2017 03:12 AM
Hi,
I also experienced this issue, but noted that the help documentation is slightly wrong. When I changed my paths as per below, it worked.
Please see my slight correction (highlighted in red) for page http://delacor.com/documentation/dqmh-html/DQMHDocumentation.html?Introduction:
Either this, or change the Location Path in XML file to not have the Delacor folder, ie:
<LocationPath>Delacor/<MyNewModule> </LocationPath>
Regards
07-18-2017 09:58 AM - edited 04-27-2018 03:09 PM
@Ozfarmboy wrote:
Please see my slight correction (highlighted in red) for page http://delacor.com/documentation/dqmh-html/DQMHDocumentation.html?Introduction
...
Chris,
Thanks for bringing this to our attention, we have updated the online documentation at:
http://delacor.com/documentation/dqmh-html/AddingaNewDQMHModulefromaCustomT
To include the Delacor folder in the paths and updated the Change history at:
http://delacor.com/documentation/dqmh-html/ChangeHistory
The documentation that ships with DQMH is installed in:
<LabVIEW>\help\Delacor\_Delacor QMH\DQMHDocumentation.chm
We will update this change in the shipping documentation in the next release.
BTW, the documentation that ships with DQMH is accessed automatically via the Help>>Delacor menu when the computer is not connected to the internet.
Regards,
Fab