01-30-2020 04:38 PM
Suggestion:
DQMH version is the latest as of today.
Solved! Go to Solution.
01-30-2020 05:44 PM
Hi Heel,
Thanks for reporting this issue to us. We have filed DQMH-659 in our internal system and we will look into this.
Thanks for your trust in DQMH,
Fab
01-30-2020 05:59 PM
If you recall Fab, I had a similar issue when I used "(" in the name of a module last year.
I like Heel's suggestion that "DQMH tool should either disallow names with comma during creation" - and expand this to apply to any other illegal characters.
That would be the easiest than trying to convert the illegal characters afterwards.
01-31-2020 02:50 AM - edited 01-31-2020 03:11 PM
while touching this part of the code - also disallow creation of events with names from the list:
It does take a bit of work and tool familiarity to properly clean up after accidentally creating events like above. For instance you may have created a VI on file with this name which need to be manually removed. So, a guard against such mistakes has some relevance.
thanks for a great tool
02-05-2020 08:35 AM
As often is the case, things are more complex than what meets the eye.
If user has previously renamed an event, the original name is still used in the MHL labels. Therefore to properly deal with case DQMH-659 and the derived suggestions of limiting the choice of event names, I think one should either
I would think that 1.) would be the better option.
02-05-2020 12:35 PM
I think (2) is the better option, as (1) will cause existing code to malfunction if there are places in the Main VI that enqueue the old MHL frame name other than its associated request in the EHL.