Register    Login
 
Professional OPC Development Tools
And Services
 
 
SupportOnline Forums
 
Links: Related Pages
 
Links: Related Services
 
Links: Related Support
 
Links: Related Resources
 
Online Forums

Technical support is provided through Support Forums below. Anybody can view them; you need to Register/Login to our site (see link in upper right corner) in order to Post questions. You do not have to be a licensed user.

OPC Labs team is actively monitoring the forums, and provides answers as soon as possible. For your convenience, we have also assembled a Frequently Asked Questions page.

Please do not use the Contact page for technical support.

HINT: You may use the Search feature (magnifier icon below) in the forums to locate the information you need. You can also search our entire Web site (the search box in the upper right corner of every page).

 
 
SupportSupportKnowledge Base ...Knowledge Base ...QuickOPC-ClassicQuickOPC-ClassicQuickOPC-COMQuickOPC-COMQOC-KB-6. OPC from REAL Studio (REALbasic)QOC-KB-6. OPC from REAL Studio (REALbasic)
Previous Previous
 
Next Next
New Post
 1/24/2011 5:50 AM
 
 Modified By OPC Labs Technical Support  on 11/3/2011 11:41:25 AM

It is possible to use QuickOPC-COM in an application written in REAL Studio (REALbasic), www.realsoftware.com (under Windows only). We have verified this with REAL Studio 2010r5. The project that corresponds to the VB6 application "Quick Start", and simply reads and displays a value of an OPC item on a form, is ReadAndDisplayValue.rbp (24.02 KB), and the form looks like this:

.

We have included this example in QuickOPC-COM Bonus Pack 5.02.1051.1 onwards. We plan to provide more examples in the future.

The actual piece of code that does the work is as simple as in most other languages:

    ' Create EasyOPC-DA component
    Dim EasyDAClient As New OleObject ("OPCLabs.EasyDAClient.5.0")
    ' Read item value and display it
    Me.TextField1.Text = EasyDAClient.ReadItemValue("", "OPCLabs.KitServer.2", "Demo.Single")

Note: With current QuickOPC-COM build, 5.02.455.1, the program crashed with In-process component, but works well with Out-of-process (Local Server) – this is something that will be addressed too.

Previous Previous
 
Next Next
SupportSupportKnowledge Base ...Knowledge Base ...QuickOPC-ClassicQuickOPC-ClassicQuickOPC-COMQuickOPC-COMQOC-KB-6. OPC from REAL Studio (REALbasic)QOC-KB-6. OPC from REAL Studio (REALbasic)

 
 
 
 
 

 
 
 
 
Home|Services|Products|Purchase|Downloads|Support|Resources|Company|Contact
Copyright 2007-2012 by OPC Labs Terms Of Use Privacy Statement May 20, 2012