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

Address of DatatItem back to string PLC address #511

Open
AlexanderLL95 opened this issue Oct 7, 2023 · 0 comments
Open

Address of DatatItem back to string PLC address #511

AlexanderLL95 opened this issue Oct 7, 2023 · 0 comments

Comments

@AlexanderLL95
Copy link

Hi

Is it possible to have a method to retrieve the string PLC address of a DataItem.
You can create a DataItem based on a string PLC address.

There is an internal function to transform a DataItem to object DataItemAddress to have the PLC adress.
A ToString() function for the class would be great.
internal static DataItemAddress GetDataItemAddress(DataItem dataItem)
This is still an internal function, so implementing the ToString() function of some public method in the DataItem class can use this internal GetDatItemAddress method.

@AlexanderLL95 AlexanderLL95 changed the title Address of DatatItem back to string address Address of DatatItem back to string PLC address Oct 7, 2023
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

1 participant