The error ring is a great and simple tool to define errors, especially when selecting "Custom Error Message" and supplying parameters from outside of the error ring.
The fact that the text search doesn't look inside the error ring makes it hard to find hard-coded error codes.
Idea: I would love to see the search in LabVIEW also find strings inside error rings.
Unfortunately, I thought it might be a quick thing to fix, but a first glance at the code suggests it might be rather a lot of programming -- it'd be the first time the search has ever been asked to look inside G plug-ins. Worth doing, but might be a fair time commitment, so might be hard to be a priority. I'll flag it for consideration, though.
As long as you'll be looking into the error ring and text search:
+ Are timestamps (%T, %<%M>T, etc.) supported by the error ring jet?
+ When working on the text search, please make it stop searching 'raw' data. I have (e.g.) several pixmaps constants (and\or controls\indicators) that slow the text search down by a few 1000% (e.g. few minutes iso few seconds). At least in LV2013. Even worse, the search won't even find binary data that matches the pixmap's data, so the search time is just wasted.
AQ: Sorry about that. I knew there was something 'wrong' about those error rings. But not timestamps.
Enums are a problem. So a %s in a Format Into String will accept Strings, Enums and Booleans. The error ring will only accept strings. Might be an idea on it's own (unless it's already in >2013).
>Enums are a problem. So a %s in a Format Into String will accept Strings, Enums and Booleans. The error ring will only accept strings. Might be an idea on it's own (unless it's already in >2013).
The error ring is a great and simple tool to define errors, especially when selecting "Custom Error Message" and supplying parameters from outside of the error ring.
The fact that the text search doesn't look inside the error ring makes it hard to find hard-coded error codes.
Idea: I would love to see the search in LabVIEW also find strings inside error rings.