Hi,
Wondering if there is any character other than “/” that can cause problem if being used in the start, end, or in between the text.
Thanks,
Hi,
Wondering if there is any character other than “/” that can cause problem if being used in the start, end, or in between the text.
Thanks,
I don’t know about alarm name but I found a bug where you couldn’t rename the space doesn’t display on tag folders that start with a space in 8.0
I have found issues using "[", "]", and "."
This has caused a lot of heartburn as I have to come behind other engineers who named them for ControlLogix tags [e.g. "FAULT[1].3"] If you try system.tag.readBlocking for the alarm label, you will retrieve only None and the error shows there was a "property separator" found in your alarm name.
Traceback (most recent call last):
File "<input>", line 6, in <module>
ValueError: Invalid path element '[PLR_Tags]PullerAlarms/FAULTS00-00/Alarms/FAULTS[0].0.Label': Token PROPERTY_SEPARATOR found after property name.
>>>
[[null, Bad_NotFound("Path '[PLR_Tags]PullerAlarms/FAULTS00-00/Alarms/FAULTS[0]/_0.Label' not found."), Thu May 08 18:06:01 EDT 2025 (1746741961318)]]
>>> readPath
'[PLR_Tags]PullerAlarms/FAULTS00-00/Alarms/FAULTS[0]_0.Label'