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.

PHP opc retrieving signals

More
06 Jul 2018 08:55 #6501 by support
Replied by support on topic PHP opc retrieving signals
Actually, I think that it is more likely that the problem is elsewhere. But reasoning about behavior on an unsupported system is pointless.

Best regards

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

More
05 Jul 2018 08:22 #6498 by alr1976
Replied by alr1976 on topic PHP opc retrieving signals
So if you really think that it is only a problem of compatibility I can install Windows Server 2012 is that OK ?

Thanks Roberto

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

More
04 Jul 2018 18:14 #6497 by support
Replied by support on topic PHP opc retrieving signals
This is indeed the latest QuickOPC version as of today.

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.

More
04 Jul 2018 08:34 #6494 by alr1976
Replied by alr1976 on topic PHP opc retrieving signals
This is the version that I'm using on a windows Server 2008 R2
Attachments:

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

More
04 Jul 2018 07:32 #6491 by support
Replied by support on topic PHP opc retrieving signals
Note that I have asked for a version and build for a reason, not just as a routine. We indeed had a similar issue, and have fixed it recently I believe.

Best regards

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

More
04 Jul 2018 06:55 #6487 by support
Replied by support on topic PHP opc retrieving signals
Hello,

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.

More
03 Jul 2018 08:06 - 03 Jul 2018 08:07 #6484 by alr1976
Replied by alr1976 on topic PHP opc retrieving signals
More info:

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 ?
Last edit: 03 Jul 2018 08:07 by alr1976.

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

More
03 Jul 2018 08:04 #6483 by alr1976
We have tested the procedure on a KEPWARE Server test and all worked but when we move to the official Server and we try to get node with this command:

$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.

Moderators: support
Time to create page: 0.109 seconds