Integration between OPC and Webservcies

Unified Architecture topics related to OPC UA Specification, compliant behavior and any technical issues of OPC UA, like Security, Information Model, Companion Specs DI, PLCopen, ADI, ...

Moderator: Support Team

Post Reply
Haitham
Jr. Member
Jr. Member
Posts: 1
Joined: 29 Oct 2012, 08:26

Integration between OPC and Webservcies

Post by Haitham »

I have Building managment system using OPC client and server and need to read from Cisco the alarm and device status, the only way that cisco is providing is Web service access. but the BMS can send only OPC request.

Is there any way to resolve this issue??

User avatar
Support Team
Hero Member
Hero Member
Posts: 3056
Joined: 18 Mar 2011, 15:09

Re:Integration between OPC and Webservcies

Post by Support Team »

Hi,

The easiest way would be to implement an OPC UA server that wraps the cisco web services with OPC UA methods. The BMS would be able to call the OPC UA methods if it supports OPC UA.

But I assume the BMS does support only classic (COM based) OPC Data Access.

In this case it would be necessary to implement an OPC server that is using the services to read device status and alarm information and provides this information as OPC data access items. If the client supports classic (COM based) OPC Alarms & Events, the alarm information can be provided as OPC Alarm.

It would be also possible to implement an OPC UA server for the data acquisition and event/alarm generation and to use UaGateway to provide access for clients limited to the old OPC interfaces.

Best Regards,
Unified Automation Support Team
Best regards
Unified Automation Support Team

Post Reply