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.

Can't even connect!

More
12 Dec 2016 18:43 #4633 by ItGre
Can't even connect! was created by ItGre
Hello,

I'm new to QuickOPC, and I'm a bit frustrated. QuickOPC does not seem to be so simple as stated on the Homepage.
I'm working with Delphi Berlin and tried this really very simple code (a simple modification of the supplied demo):



procedure TForm1.FormCreate(Sender: TObject);
var
EasyUAClient: TEasyUAClient;
begin

EasyUAClient := TEasyUAClient.create(NIL);

Edit1.Text := EasyUAClient.ReadValue('opc.tcp://PLACEHOLDER:4870',
'25_SPS->CC.behaelter_a.level.level_act');

end;


Starting this little program, it throws the following exception:

"Unexpected signature algorithm:."

The same OPC-Server responds absolute correctly when I use the UAExpert Client (OPC Foundation)
Any Idea?

Regards,
Martin

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

Moderators: support
Time to create page: 0.050 seconds