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.

WriteVQT

More
23 May 2012 11:12 #863 by support
Replied by support on topic Re: WriteVQT
In our product, "WriteVQT" is performed by EasyDAClient.WriteItem and EasyDAClient.WriteMultipleItems methods.
The "regular" writes (with just a value, no quality or timestamp) are performed by EasyDAClient.WriteItemValue and EasyDAClient.WriteMultpleItemValues methods.
Note that if you are using any of the .NET-based languages, you should rather use the QuickOPC.NET product. The methods are the same, just the parameters differ slightly.

Example (VBScript):
See IEasyDAClient.WriteItem.Main.vbs.


Rem+++
Rem This example shows how to write a value, timestamp and quality into a single item.

Option Explicit

Dim EasyDAClient: Set EasyDAClient = CreateObject("OPCLabs.EasyDAClient.5.1")
EasyDAClient.WriteItem "", "OPCLabs.KitServer.2", "Simulation.Register_I4", 12345, Now(), 192
Rem---



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

More
23 May 2012 09:46 #862 by mavhacii
WriteVQT was created by mavhacii
I need to access to OPC server 3.0, where I will be writing the "INPUT" and "OUTPUT" variables. I also will be writing the timestamp and quality for each object. Based on "www.opcfoundation.org/forum/viewtopic.php?p=12299", I have downloaded and tried, but could not find the "writeVQT" function. Kindly advice on how to do this. Our customer is using DNP3 OPC Server, so time is very crucial.

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

Moderators: support
Time to create page: 0.053 seconds