Online Forums
Technical support is provided through Support Forums below. Anybody can view them; you need to Register/Login to our site (see links in upper right corner) in order to Post questions. You do not have to be a licensed user of our product.
Please read Rules for forum posts before reporting your issue or asking a question. OPC Labs team is actively monitoring the forums, and replies as soon as possible. Various technical information can also be found in our Knowledge Base. For your convenience, we have also assembled a Frequently Asked Questions page.
Do not use the Contact page for technical issues.
Issue writing specific index of an array type
Please Log in or Create an account to join the conversation.
We are working on a generic API for Read/Write/Subscribe etc. using OPCLabs and this helps us to add exception based off the server type.
We are considering the smart copy mechanism as per your suggestion with the caveat of override. Looks like the best to avoid this is by updating/reading the Node ID frequently by subscription, so when time comes to write we will have close to recent values.
Please Log in or Create an account to join the conversation.
Other OPC servers: Some support it, some not.
You need to understand that for the server to support this, the underlying protocol/hardware must support it first. And many do not. And then the server cannot quite "fill it in" by doing Read-Modify-Write instead, because of the same issue I described - it can overwrite the other elements of the array which should stay unchanged but might have changed between the Read and the Write.
Regards
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
as the error message says, this functionality is not supported by the server.
You need to do Read-Modify-Write, but there is a risk that the other elements in the array change in between the Read and Write, and you will overwrite them.
Best regards
Please Log in or Create an account to join the conversation.
- I'm trying to write specific indexes of an array node defined in Kepware.
- Node defined as a float array of length 10
- I get an error while the similar pattern for reading works.
- How do I achieve this? Please provide examples.
Please Log in or Create an account to join the conversation.