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.
PHP opc retrieving signals
Best regards
Please Log in or Create an account to join the conversation.
Thanks Roberto
Please Log in or Create an account to join the conversation.
On the other hand, Windows Server 2008 R2 is not supported by this version. See kb.opclabs.com/Versions or the documentation that goes with each QuickOPC version.
The problem you have may or may not be related to the fact that you are running on an unsupported version - I cannot tell.
Regarda
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Best regards
Please Log in or Create an account to join the conversation.
which version *and build* of QuickOPC are you using? If it is not the latest one from our Web site, please update to it first.
Regards
Please Log in or Create an account to join the conversation.
if I try this command
<?php
$opcServer = "opc.tcp://188.22.19.200:49320/";
$opcPath = 'nsu=KEPServerEX;ns=2;s=GHOST.RHB1';
$client = new \COM("OpcLabs.EasyOpc.UA.EasyUAClient");
try {
$nodeElements = $client->BrowseDataNodes($opcServer, $opcPath);
} catch (\Exception $e) {
die($e->getMessage());
}
this code fire error
Source: OpcLabs.BaseLib
Description: Attempt to add existing item into a set.
same in this way:
script give same error if you change parameters to
$opcServer = "opc.tcp://pop.bitween.com:49320";
$opcPath = 'nsu=KEPServerEX;ns=2;s=RHB1.RHB1';
but works fine from test server , so looks like it depends on windows server version ??
or some components outdated ?
Please Log in or Create an account to join the conversation.
$nodeElements = $client->BrowseDataNodes($opcServer, $opcPath);
we get this issue and we have no idea why can somebody explain why ?
Source: OpcLabs.BaseLib
Description: Attempt to add existing item into a set.
Please Log in or Create an account to join the conversation.