09-04-2025 07:31 PM
@Sheetak01_ wrote:
Hi Bob
where did you get this program? i tried to find them because i am taking the Core 2 and i don't have access to these programs.
This looks like it might be a modified version of the "Channeled Message Handler" project template. If it's not, then even still you can probably get something out of looking at it. If you open LabVIEW, and go to the "File...-> Create project" menu option, it should be one of the templates listed. It should give you this or something very close to it:
09-05-2025 08:48 AM
In the CMH illustrated in Kyle's last response, note three sub-VIs shown on the lower Message Handling Loop, the one on the left "accepting" the (pink) Messenger Channel Wire and the two on the right "emitting" the Channel Wire. I make my own Icons for these, calling the first "Read Msg", the second "Send Msg", and the third (sitting between the Case and While loops) "Handle Error". The change I make is to give the Error Handler a Messenger input. The Error Handler works as follows:
Bob Schor