05-31-2007 07:14 PM
06-01-2007 02:24 PM
06-01-2007 05:43 PM
Thanks for your suggestions.
Maybe I should state the problem differently: How do I get the desired Message into the Object that I input to the Send Method for MSMQ?
I've attached a simple VI that sends a message with nothing in it to Message Queue in "Computer Management." How do I get it to send a message.
Thanks,
06-04-2007 08:54 AM
06-04-2007 11:56 AM
Brian:
Thanks for your help! I'm making progress in getting the information I need to get Microsoft Message Queues to work with LabVIEW.
I seem to be missing only one thing: There is an object called Body that is used to input and output messages in Message. It is wired to the Message property Body. It seems to be called using an invoke node. Do you know where that is found and called?
Thanks,
06-04-2007 12:43 PM
06-04-2007 01:09 PM
Brian:
I'm trying to construct something like the attached diagram, but I can't figure out how to find the class and method for the invoke node named Object in this diagram.
Thanks,
P.C.
06-04-2007 01:55 PM - edited 06-04-2007 01:55 PM
Message Edited by Coal Man on 06-04-2007 01:56 PM
06-04-2007 04:27 PM
Brian:
When I place an invoke node on the diagram and connect a wire from the Message property node with the "Body" property, the invoke node shows not methods, no title (Object), and the VI indicates that an error of the incorrect class or method is applied to the invoke node.
P.C.
06-04-2007 04:50 PM