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.
Server Auto Tag Creation Doesn't Work with QuickOPC
Best regards
Please Log in or Create an account to join the conversation.
I was able to get it working after reviewing your code. The only problem was I am using VB6 which doesn't support initializers, so I had to set the value directly. However, I could not set the requested data type this way:
I had to go down an another step like this:
It does work. Is this the proper way to do this?
Thank you.
Please Log in or Create an account to join the conversation.
this should be possible.
For single item write:
For multiple-items write:
Which OPC server are you using please?
Best regards
Please Log in or Create an account to join the conversation.
1. By calling the server Tag Validation method.
2. By calling the server Add Tag method.
I send an array of values to the server using DAClient.WriteMultipleItemValues. According to the server logs, QuickOPC is indeed calling the Add Tag method, but it doesn't include a requested Data Type. The server then creates a tag using a default type which is a long integer. But I need to send more than just integers.
Is there some way I can tell QuickOPC to send Data Type information to the server? Or can I make some other call to accomplish this goal?
Thank you.
Please Log in or Create an account to join the conversation.