‎04-30-2010 01:04 PM
I am creating a program to decode CAN messages and display relevant information on screen in gauges, graphs, etc. The main program is a while loop that on each executing will check for new CAN messages. I have been forced to put each graph and gauge indicator in its own case structure, because if the loop runs, and the particular message that contains a corresponding value is not received, the graph or gauge will update anyway with a value of 0.
Wondering if there is a right way to do this that I am missing.
Thanks.
‎04-30-2010 01:15 PM
Can you provide the VI or a snippet so we can see the code?
It would be helpful for anyone trying to provide useful feedback.
‎04-30-2010 01:35 PM - edited ‎04-30-2010 01:36 PM
Sure. Here is a snippet.
‎05-03-2010 02:42 PM