You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add a feature so that there is no case sensitivity on reading or writing tags ?
The problem is that the tags are stored in a dictionary.
The keys of this dictionary are the name of the tags. Unfortunately dictionaries keys are case sensitive.
Maybe it would suffice if the key of this dictionary is always in low case or else implement a case insensitive dictionary.
The text was updated successfully, but these errors were encountered:
yeah this has been a feature I've wanted to add for awhile, I haven't yet because it's a pretty complicated. I'm currently working on a couple other features, but will try and include this as well.
Hello,
Tags on Logix Rockwell controllers are not case sensitive.
https://literature.rockwellautomation.com/idc/groups/literature/documents/pm/1756-pm004_-en-p.pdf#page=26
Would it be possible to add a feature so that there is no case sensitivity on reading or writing tags ?
The problem is that the tags are stored in a dictionary.
The keys of this dictionary are the name of the tags. Unfortunately dictionaries keys are case sensitive.
Maybe it would suffice if the key of this dictionary is always in low case or else implement a case insensitive dictionary.
The text was updated successfully, but these errors were encountered: