Download presentation
Presentation is loading. Please wait.
1
ATLAS Wiener OPC UA Server
Piotr Nikiel For ATLAS Central DCS 3rd Mar 2015
2
ATLAS Wiener OPC UA Server
What? OPC UA Server supporting Wiener CAN-based communication protocol for VME crates Why? Most natural approach with dwindling OPC DA To support natively wide range of CAN interfaces To evaluate Generic Server Framework Not to be bound to Windows Also because original OPC DA server came from ATLAS too By whom? ATLAS Central DCS
3
Features Native CAN handling for various CAN interfaces
Through SocketCan: SysTec, Peak, AnaGate, Kvaser Through native API on Windows: Kvaser Native application for both Linux and Windows Windows is no longer imposed fwWiener-oriented Instant setup for fwWiener users Existing fwWiener project may use OPC UA readout easily
4
How is this made? Server is based on Generic OPC UA Server Framework:
Design file prepared Address Space, Configuration generated automatically Device logic implemented There is no official HAL from Wiener CAN communication by CAN hardware component from ATLAS (the same like in CANopen server) WinCC OA integration in analogy to FwElmb
5
Design diagram Zoomed in:
6
Current status In production in ATLAS (version 1.0.3-1)
System with 62 crates of ATLAS TDAQ (handled by 1 server and 5 CAN buses) RPM available
7
Config file example <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE configuration [ <!ENTITY CRATE SYSTEM "standard_crate.xml"> ]> <configuration xmlns=" xmlns:xsi=" xsi:schemaLocation=" ../Configuration/Configuration.xsd "> <CanBus port="can1" name="CAN1" type="sock" speed="Unspecified" listenOnly="false" controlEnabled="true"> <Crate name="Crate3" id="3" queryPeriod="10000" >&CRATE;</Crate> <Crate name="Crate4" id="4" queryPeriod="10000" >&CRATE;</Crate> <Crate name="Crate5" id="5" queryPeriod="10000" >&CRATE;</Crate> </CanBus> </configuration>
8
Screenshots
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.