06-16-2019 04:00 AM
As the problem mentioned above. I'm using my myrio with a lidar using visa to get the surrounding distance. But my vi will abort without any notifications, on error and myrio won't reset. Any ideas?
Solved! Go to Solution.
06-16-2019 04:58 AM
Hi ricky,
Any ideas?
Debug your VI. Use probes, execution highlighting.
Add additional debug information logging VIs.
Do anything that is needed with your VI!
You might also think about attaching your VI (or the whole project, as it's a myRIO target)! Then we would have the chance to have a look at your code base to provide more detailed comments…
06-17-2019 03:18 AM
@ricky0910 wrote:
But my vi will abort without any notifications, on error and myrio won't reset.
Did you mean to say "no error"?
If it stops "on error", that's probably because you made it like that. RIOs won't reset unless they're told to. Why do you expect it to reset by itself?
If it does stop on error, and you didn't program it like that, it would be helpful to know the error.
06-21-2019 10:02 AM
Thanks!
The problem comes out to be the conflicts between lidar initialization and myrio it's own.
And that's not in the error list. After I separated them by Flat Sequence, the error haven occur after the change was made . (sorry for my poor English
06-24-2019 01:32 AM
If your problem is still there (I'm not sure), post some code.