-
Notifications
You must be signed in to change notification settings - Fork 56
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
Comments
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. |
My guru contact is not responding. I will keep seeing if there is something I can query to find this out. |
Thanks for your time. Much appreciated.
[created with MySignature.io]<https://kubicacorp.com/>
Nicholas Walker
Software Leader | Kubica
mobile: 248.924.1507
website: Kubicacorp.com<https://kubicacorp.com/>
email: ***@***.******@***.***>
From: Kyle Hayes ***@***.***>
Sent: Wednesday, December 6, 2023 7:22 PM
To: libplctag/libplctag.NET ***@***.***>
Cc: Nick Walker ***@***.***>; Author ***@***.***>
Subject: Re: [libplctag/libplctag.NET] UDT with mixed read/write access (Issue #355)
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
My guru contact is not responding. I will keep seeing if there is something I can query to find this out.
—
Reply to this email directly, view it on GitHub<#355 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKJPXBWO3BUA6DQCALNGIQLYIED4FAVCNFSM6AAAAAA7OINK7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBTHEZTANRTG4>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: