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

UDT with mixed read/write access #355

Open
airwedge1 opened this issue Nov 16, 2023 · 3 comments
Open

UDT with mixed read/write access #355

airwedge1 opened this issue Nov 16, 2023 · 3 comments

Comments

@airwedge1
Copy link

A new interesting issue arose. I have a UDT where some of the tags within it are tag access = Read/Write and some are tag access = None. The @UDT special tag returns all of the fields regardless of access level.

I'm trying to determine in the @tags or @UDT special tags which of the fields have access and which do not. I looked at and tried debugging UdtInfoPlcMapper but I could not find anything in there that seems to change when the access level is changed.

Any help would be appreciated.

@kyle-github
Copy link
Member

Huh... Yeah, that is a problem. I think that there is an attribute that will tell us the protection on a field, but I am not sure. Let me reach out to the gurus who might know.

@kyle-github
Copy link
Member

My guru contact is not responding. I will keep seeing if there is something I can query to find this out.

@airwedge1
Copy link
Author

airwedge1 commented Dec 8, 2023 via email

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

No branches or pull requests

2 participants