The get_tag_info function has this code:
base, *attrs = tag_name.split(".")
This changes the full name that appears in the 'self._tags' variable and then it can't be found there in this line:
data = self._tags[util.strip_array(base)] (inside _get_tag_info).
Target PLC
Allen-Bradley, Rockwell Automation
1758-PA72 C
Pre-checks
Description A clear and concise description of what the bug is. I run this code:
data_type: 'BOOL' tag_type: 'atomic'
The get_tag_info function has this code:
base, *attrs = tag_name.split(".")
This changes the full name that appears in the 'self._tags' variable and then it can't be found there in this line:data = self._tags[util.strip_array(base)]
(inside_get_tag_info
).Target PLC Allen-Bradley, Rockwell Automation 1758-PA72 C