Delacor Queued Message Handler: Difference between revisions
Added content from FANDOM site. |
Joerg.hampel (talk | contribs) added various information |
||
Line 1: | Line 1: | ||
== General Description == | |||
The DQMH is a free product based on the National Instruments Queued Message Handler Project Template (NI QMH). | |||
The DQMH expands on the NI QMH by providing safe, event-based message handling and scripting tools to make development easy, encourage same style between different developers in the same project and improve efficiency. | |||
The DQMH is ideal for applications where multiple modules must run in parallel, possibly at different rates, while communicating with each other. The DQMH can also be used for applications that have a single module, where the developer would benefit from having a Tester with the capability of eavesdropping on the different DQMH events and messages. | |||
The built-in productivity tools make it very easy to add modules to existing projects without having to start from the project template. In addition, there are tools to add and remove events by selecting the desired action from the Tools>Delacor>DQMH menu. | |||
The DQMH easily integrates with TestStand since all development and troubleshooting can take place under LabVIEW, while calling the public API VIs as individual steps in the Teststand sequence. The tester can eavesdrop during the execution of the TestStand sequence. This is especially useful when the LabVIEW code is written during the research and development or prototyping phase, because the same code can be easily called by TestStand in production or manufacturing sequences without any changes. | |||
The DQMH uses LVOOP for some internal functions, but developers need not be familiar with LVOOP to use or understand this architecture. | |||
== Accolades == | |||
* 2016: DQMH named one of the 2016 winners for the LabVIEW Tools Network Product of the Year ([http://bit.ly/LVTNfinalists2016]) | |||
== Features == | |||
=== Helper Loops === | |||
* Article [https://delacor.com/dqmh-actors/ DQMH Actors] on the Delacor blog | |||
=== Networking === | |||
* Article [https://delacor.com/dqmh-generic-networking-module/ Generic Networking Module] on the Delacor blog | |||
== Resources == | |||
=== General === | |||
* [http://delacor.com/products/dqmh/ DQMH Product Page] | |||
* [https://forums.ni.com/t5/Delacor-Toolkits/ct-p/7004 DQMH at the NI Forum] | |||
=== Delacor Documentation === | |||
* [https://delacor.com/documentation/dqmh-html/DQMHDocumentation.html Online Documentation] | |||
** [https://delacor.com/documentation/dqmh-html/DQMHProjectStructureOverview.html Project Structure] | |||
* [https://delacor.com/dqmh-documentation/dqmh-best-practices/ Best Practices] | |||
=== Delacor Youtube === | |||
* [https://www.youtube.com/delacorllc Delacor Channel] | |||
* [https://www.youtube.com/watch?v=M75PAwjTg1c&index=1&list=PLZ3A_SIOKdQs73IjbtaWwCSqoxQfxlWj6 Getting Started] | |||
=== Other Sources === | |||
* [https://delacor.com/category/dqmh/ Delacor Blog (DQMH Category)] | |||
[[Category:Frameworks]] | [[Category:Frameworks]] |
Revision as of 17:13, 28 February 2019
General Description
The DQMH is a free product based on the National Instruments Queued Message Handler Project Template (NI QMH).
The DQMH expands on the NI QMH by providing safe, event-based message handling and scripting tools to make development easy, encourage same style between different developers in the same project and improve efficiency.
The DQMH is ideal for applications where multiple modules must run in parallel, possibly at different rates, while communicating with each other. The DQMH can also be used for applications that have a single module, where the developer would benefit from having a Tester with the capability of eavesdropping on the different DQMH events and messages.
The built-in productivity tools make it very easy to add modules to existing projects without having to start from the project template. In addition, there are tools to add and remove events by selecting the desired action from the Tools>Delacor>DQMH menu.
The DQMH easily integrates with TestStand since all development and troubleshooting can take place under LabVIEW, while calling the public API VIs as individual steps in the Teststand sequence. The tester can eavesdrop during the execution of the TestStand sequence. This is especially useful when the LabVIEW code is written during the research and development or prototyping phase, because the same code can be easily called by TestStand in production or manufacturing sequences without any changes.
The DQMH uses LVOOP for some internal functions, but developers need not be familiar with LVOOP to use or understand this architecture.
Accolades
- 2016: DQMH named one of the 2016 winners for the LabVIEW Tools Network Product of the Year ([1])
Features
Helper Loops
- Article DQMH Actors on the Delacor blog
Networking
- Article Generic Networking Module on the Delacor blog