09-14-2011 06:01 AM
While running the application in development environment and after implementing error handler code I found simple error handler vi is returning few errors which I am not sure where on the block diagram the source of the code would be. Is it possible to find this?
Kind Regards
Solved! Go to Solution.
09-14-2011 10:41 AM - edited 09-14-2011 10:45 AM
Usually the error codes will point you in the right direction. But without the vi and not knowing what the error says I can't really help.
You can also try searching the ni site for the errors you are getting. They should show up somewhere.
09-14-2011 12:38 PM
I think I dint make my self clearer in my post earlier. So here is the explaination:
I have few variant to data functions within the while loops of a block diagram. When I run now my code after implementing error handler code I am getting errors. One of the way I could now think of finding which variant to data function is wired upwith wrong data type is by running vi analyser and find it in the report generated by vi analyser.
Lets see how it goes.
09-14-2011 01:06 PM
Use probes on the error wire. Put one probe before the block in question and one after, if there is no error going in and an error coming out that would be the piece reporting the error.