enoearias / Open-DQMH-Request-Message-Diagram

Adds a Right-Click Shortcut and a Quick Drop Ctrl-Key Shortcut (CTRL-K by default) to DQMH Module Request or Request and Wait for Reply or Round Trip Broadcast methods on the block diagram allowing the developer to quickly open the Message Diagram of the Message Handling Loop within the DQMH Module Main VI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open-DQMH-Request-Message-Diagram

When writing code using DQMH Framework, the way you communicate between actors is by way of request message VIs. Each DQMH request message has a VI which collects the inputs for the message and transports it using custom user event, but the VI (which is often what you see on the block diagram) is not what gets executed by the DQMH module that receives the message. The actual logic that executes when the message is received resides in what we call a DQMH Request Message Diagram which is a member of the receiving DQMH module main VI.

In order to get from a request message VI (what you see on the block diagram) to the actual DQMH Request Message Diagram block diagram (where the true business logic your message resides) takes fewer different actions. Using our Right-Click Shortcut or our Quick Drop Ctrl-Key Shortcut (CTRL-K by default) allows developper to quickly open the Message Diagram of the Message Handling Loop within the DQMH Module Main VI from the DQMH Module Request or Request and Wait for Reply or Round Trip Broadcast methods on the block diagram.

About

Adds a Right-Click Shortcut and a Quick Drop Ctrl-Key Shortcut (CTRL-K by default) to DQMH Module Request or Request and Wait for Reply or Round Trip Broadcast methods on the block diagram allowing the developer to quickly open the Message Diagram of the Message Handling Loop within the DQMH Module Main VI.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:LabVIEW 100.0%