Professional OPC
Development Tools

logos

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.

Whether an item is writeable

More
17 Jun 2014 16:35 #2046 by support
You are on the right track with GetPropertyValue.
The property you are looking for is AccessRights. The values are (from constants in DAAccessRights):
  • 0: NoAccess
  • 1: Readable
  • 2: Writable
  • 3: Both

Best regards
The following user(s) said Thank You: Jan

Please Log in or Create an account to join the conversation.

More
17 Jun 2014 13:45 - 17 Jun 2014 13:46 #2045 by Jan
Hi.

I can't find a method to get information about the 'direction' for an item.
Maybe there is no direction info to get.

I tried EasyDAClient.GetPropertyValue(,,,DAPropertyId.WriteBehavior), but I get an exception.

I'm not an OPC expert, so any help is very much appreciated.

BR Jan
Last edit: 17 Jun 2014 13:46 by Jan.

Please Log in or Create an account to join the conversation.

Moderators: support
Time to create page: 0.051 seconds