Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] - LOGIX Case insensitive #191

Open
SISAutomationIMA opened this issue Nov 22, 2021 · 1 comment
Open

[FEATURE] - LOGIX Case insensitive #191

SISAutomationIMA opened this issue Nov 22, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@SISAutomationIMA
Copy link

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.

@SISAutomationIMA SISAutomationIMA added the enhancement New feature or request label Nov 22, 2021
@SISAutomationIMA SISAutomationIMA changed the title [FEATURE] - [FEATURE] - LOGIX Case insensitive Nov 22, 2021
@ottowayi
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants