09-26-2023 01:52 PM
Seems done enough.
11-07-2023 10:29 AM
Bug fixes. Enhancements. Additions.
Does anybody care?
11-07-2023 11:01 AM
@paul_cardinale wrote:
Bug fixes. Enhancements. Additions.
Does anybody care?
I don't need it myself today, but it's neat nonetheless so I'm glad you posted it. Perhaps one day I'll need it. I wind up needing weird stuff from time to time.
11-07-2023 04:52 PM
Of course I had to break something (the help links) just before I submitted it.
While I was at it, I reorganized the help a bit. Also patched up the installer so it gets rid of old leftovers.
11-22-2023 02:14 PM
Found some bugs in the installer for 3.0.1.
V3.0.2 will be coming.
11-28-2023 10:04 AM
Here it is with the installer fixed.
12-29-2024 06:23 PM
@paul_cardinale wrote:
Here it is with the installer fixed.
I've encountered an intermittent bug (gee, my favorite kind 😜).
When configuring an instance of the "Express Tag Reader.vi", sometimes the sub VI "Wire It Up.vi" fails when executing
paul_a_cardinale_0-1735517592094.png
When it fails, it doesn't create the indicator, and may or may not throw error 1074 (Cannot create a control/indicator for the specified terminal).
Having the instance VI's block diagram is open, seems to prevent the error.
I really don't understand what's going on here. Does anyone know of any quirks regarding the "Create Indicator" method?
12-30-2024 09:56 AM - edited 12-30-2024 09:57 AM
@paul_a_cardinale wrote:
@paul_cardinale wrote:
Here it is with the installer fixed.
I've encountered an intermittent bug (gee, my favorite kind 😜).
When configuring an instance of the "Express Tag Reader.vi", sometimes the sub VI "Wire It Up.vi" fails when executing
paul_a_cardinale_0-1735517592094.png
When it fails, it doesn't create the indicator, and may or may not throw error 1074 (Cannot create a control/indicator for the specified terminal).
Having the instance VI's block diagram is open, seems to prevent the error.
I really don't understand what's going on here. Does anyone know of any quirks regarding the "Create Indicator" method?
I couldn't tell exactly for your issue with "Create Indicator", but I have experienced this method failing e.g. with a refnum to an ImageControl, but this is a known bug . Are there some exotic data types for which you create an indicator? Does this happen when you create "lots of" indicators?
Also I think I found a UI bug in both "Configure.vi" of the Express VIs. If you close the window by clicking the cross on the top-right corner, everything gets kind of frozen, because the configure dialog is still running, but hidden. So you have to kill LV to return to a "normal" state. You may either disable closing the window or handle "Panel Close?" and possibly "Discard" in your event structure.
Regards,
Raphaël.