v8.1.5
Not sure if this is fixed already, but someone added some alarms into my project and put commas and slashes into the alarm names which is obviously bad and caused issues.
Can the alarm name field please do some input parsing to stop illegal characters from making it into this field?
Specifically, the issue is that you can’t use script to read these alarms.
E.g.:
system.tag.readBlocking('Alarms/Stuff Broke Check Something/Alarms/Stuff Broke, Check Something.Priority')
>>ValueError: Invalid path element 'Alarms/Stuff Broke Check Something/Alarms/Stuff Broke, Check Something.Priority': Illegal character ',' (Line 1 , Char xxx)