06-08-2018 07:05 AM - edited 01-22-2021 01:02 AM
I have developed an extension for the Project explorer for the DQMH Toolkit. As a small thank you I would like to contribute something to this super toolkit.
Edit 2018_06_12:
Edit 2018_06_16:
Edit 2018_10_16
Edit 2019_02_04
Edit 2019_08_19
Edit 2020_02_20:
Edit 2021_01_21
Have fun
Claude
Solved! Go to Solution.
06-08-2018 07:18 AM
Great stuff! Thanks, Claude!
DSH Pragmatic Software Development Workshops (Fab, Steve, Brian and me)
Release Automation Tools for LabVIEW (CI/CD integration with LabVIEW)
HSE Discord Server (Discuss our free and commercial tools and services)
DQMH® (Developer Experience that makes you smile )
06-11-2018 06:54 PM
Hi Claude,
Thanks for sharing this tool with the DQMH community. A lot of people have requested this functionality. You are a brave soul for working with project providers, as I mentioned in my presentation at the CLA Summit in Europe, they are Voodoo! Darren Nattinger also mentioned something similar in his presentation at NI Week 2018.
I reviewed the tool this weekend and I have some feedback for improvement, in case you were planning on continuing to work on it.
I hope you find this feedback useful.
Thanks again for sharing and for calling DQMH a "super" toolkit.
Regards,
Fab
06-12-2018 12:49 AM
Hi Fab
Thanks for your positive feedback. I will create a new version and extend the new functions for DQMH 4.0.
=> I will also make a try with LV2014.
By the way: Did you see the module names filled in automatically? 😉
Regards
Claude
06-12-2018 08:58 AM
Hi Fab
Thanks for the review and the tips. I was able to find and fix the problems (it was a Traverse and OneButtonDialog problem).
Now the DQMH 4.0 functions are also supported if DQMH 4.0 is installed. Additionally the tool is now >= LV2014 compatible!
Update! 😉
Regards
Claude
06-15-2018 07:57 PM
Hi Claude,
I did a quick test and it seems all the issues I mentioned were addressed.
Regarding the module names filling automatically, I didn't notice the first time because I am used to clicking really fast through all the dialogs. After you mentioned this, I waited a little bit and I did see the Module names changing.
Thanks for sharing this tool with the community. If I have any other feedback, I will let you know.
Happy wiring,
Fab
06-16-2018 03:48 AM
Yes, you're right, the speed wasn't fully optimized yet. The latest version should now be fast enough for Fab! 😉
Update!
06-21-2018 08:38 AM
Hi Claude,
thanks for sharing this tool.
(1) When i try to create a new event by right clicking at a dqmh *.lvlib, i get this error message:
Creating the new event from menubar works. I checked the folder and the file -> looks good, folder and file exists, i can open that file...
(2) When i try to create a new event right clicking a virtual folder in the lvlib, the menu has only 1 entry: "Add New DQMH Module..."
(3) Right Clicking on a VI, there is no "DQMH" entry in the menu
best regards
Thomas
06-21-2018 09:00 AM
Hi Thomas
Thanks for your feedback. Can you tell me your LabVIEW (32/64bit/Language) and DQMH version?
=> Have you activated VI server?
If you want to debug the interface yourself, you can find the files in the directory:
C:\Program Files (x86)\National Instruments\LabVIEW 2017\resource\Framework\Providers\ZE_DQMH
The most important files are:
CreateEvent_Item_OnPopupMenu.vi (Defines the popup menu)
CreateEvent_Item_OnCommand.vi (Executes the command)
regards
Claude
06-21-2018 09:10 AM
Hi Claude,
here is the missing screenshot from the error message.
LabVIEW is 2017 32bit
DQMH is latest version
VI Server has all checkmarks set
best regards
Thomas