rom76 Posted February 11, 2009 Report Share Posted February 11, 2009 Dear members of the forum, I faced a problem where i need for example to register the time of outgoing message as well incoming messages, What is the method that can be used to accomplish this task? Thank you in advance for all your help. Regards,R Quote Link to comment
Francois Normandin Posted February 11, 2009 Report Share Posted February 11, 2009 QUOTE (rom76 @ Feb 10 2009, 09:33 AM) Dear members of the forum,I faced a problem where i need for example to register the time of outgoing message as well incoming messages, What is the method that can be used to accomplish this task? Thank you in advance for all your help. Regards,R I'd simply build a cluster with two elements: time stamp and message string. Your VIs could always communicate with this structure where the time would be filled in by the VI that sends the message. The receiver would thus know when the message was sent. Then, what you do with this information (display, log to file, ...) is application specific. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.