+ All Categories
Home > Documents > PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control...

PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control...

Date post: 19-Jul-2020
Category:
Upload: others
View: 0 times
Download: 0 times
Share this document with a friend
51
24.07.2006 Cédric Potterat - LPHE Monday Meeting 1 PVSS for VELO and TELL1 at EPFL
Transcript
Page 1: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 1

PVSS for VELO and TELL1 at EPFL

Page 2: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 2

outlines

Introduction to PVSSIntroduction to SMI++ and FSM (ECS control)VELO – Hybrid’s Low VoltageTELL1

DIM, fwCcpc, fwHwPresent Developments

Outlooks

Page 3: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 3

PVSS – CERN

Historically at CERN the control of equipment not used directly for data acquisition has been called "slow control" In many applications it has become possible to use commercial off-the-shelf (COTS) solutions, with the advantage that the physics community does not need to develop or maintain them.PVSS (Prozeßvisualisierungs- und Steuerungssystem), from the Austrian company ETM, was selected after a formal tender process in 1999 for use in the slow control systems of the four LHC experiments.

(eng: Process visualization and control system)

CERN provides:A global PVSS Framework

LHCb provides:Specific PVSS components

Volu

me

45, n

umbe

r 5, J

une

2005

Page 4: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 4

PVSS Features – Structure

Open ArchitectureWe can write our own managersIt can be interfaced to anything (FSM, DIM)

Page 5: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 5

PVSS Features – DistributivityHighly Distributed

130 Systems (PCs) testedNo major problem found

Page 6: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 6

PVSS Features - Datapoint Concept

DP type DPStandard Interface

All data of all sub-systems defined as

Configs

Page 7: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 7

Building User Interfaces

Static Part Drag & DropDynamic part Control Scripts ("C" like)

few useful calls for accessing DPs:dpGet (string dpName, <data_type> value)dpSet (string dpName, <data_type> value)dpConnect (string call-back, string dpName)

few useful calls for accessing Widgets:getValue (string widgetName, string widgetProperty, <widget dependent data>)setValue (string widgetName, string widgetProperty, <widget dependent data>)

Page 8: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 8

Central Hierarchy - ECS

Com

man

dsSt

atus

& A

larm

s

...

ECS

DCS DAQ

DetDcs1 DetDcsN

SubSys1 SubSys2

Dev1 Dev2 Dev3

DetDaq1

SubSysN

DevN

LHCT.S.

...GAS

DSS

Abs

trac

t le

vels

To Devices (HW or SW)

Page 9: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 9

Central Hierarchy - ECS

VELOADCS

INF DCS HV DAI DAQ HLT LHC

VELOAHV

VELOADAI

VELOADAQ

VELOALV

VELOATEMP

VELOAFEE

VELOATELL1

ECS

VELOCDCS

VELOCHV

VELOCDAI

VELOCDAQ

VELOCLV

VELOCTEMP

VELOCFEE

VELOCTELL1

VELOA VELOC

VELO

TFCL0

Page 10: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 10

FSM – SMI++

PVSS II does not have tools specifically for:Abstract behavior modeling

Finite State Machines (FSM)Automation & Error Recovery

Expert System

But…FSM (SMI++) does

State Management Interface (SMI++ which was developed for the DELPHI experiment) is used to control the FSM

Page 11: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 11

FSM – SMI++Device Level: Proxies

C, C++, PVSS ctrl scriptsdrive the hardware:

deduce Statehandle Commands

Abstract Levels: DomainsInternal objectsDedicated languageImplement the logical model

User InterfacesFor User Interaction

Page 12: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 12

FSM – SMI++SMI++ - The Language

SML – State Management LanguageFinite State Logic

Objects are described as FSMstheir main attribute is a STATE

ParallelismActions can be sent in parallel to several objects. Tests on the state of objects can block if the objects are still“transiting”

AsynchronousActions can be triggered by logical conditions on the state of other objects

Page 13: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 13

FSM – PVSS basic Panel

ECS

DCS

DAQ

LHC

... ... ...

Page 14: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 14

LV – VELO Project

Aim:Control the Low Voltage Power Supplies for the HybridsEach Hybrid gets 3 LV Channels (-5.5V, 5.5V and 6V)

LV Devices – CAEN:Crate: SY2527 with a BranchController(A1676A)esayCarte: ESAY3000 with five A3009 Boards (12 channels) plugged in

Page 15: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 15

LV – VELO Project

Main Panel:Control the state, the voltage of all the hybrids

Hybrid Panel:Control the state, the voltage of its three channels

Channel Panel:Control the state, the voltage

FSM

Hie

rarc

hy

Velo_CVelo_A

Hyb 1 Hyb 2 Hyb N

Channel 1 Channel 2 Channel 3

Page 16: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 16

LV – FSMFSM State: very basic

Channel

ERROR

OFF

RAMPING_UP

RAMPING_DOWN

READY

Switch_OFF

Switch_ON

Recover

An error

Page 17: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 17

LV – VELO Project

This PVSS project:developed with a simulatorsuccessfully tested with real hardwarewaiting for new information about the power supplies that will be used

Page 18: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 18

TELL1 – PVSS ProjectWe are attending to a crucial point in Switzerland History and Symbol

Page 19: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 19

TELL1 – PVSS – Outlines

We focus on the description (DPT, Panels) of a VeLo Tell1. (VeLo TELL1 is now completely described (registers, settings, addresses))

The access to the configuration database and recipe definition interface is finished We put hands on the FSM (Rules, Panels)

Page 20: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 20

TELL1 – PVSS Project

Optical Receiver

Optical Receiver

PP-FPGAs

SyncLink-FPGA GBE

ECS Interface

Power

TTC IF

Page 21: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 21

TELL1 – PVSS Tools

DIMfwDim (C. Gaspar)http://dim.web.cern.ch/dim/

ccserv (S. Koestner)fwCcpc (S. Koestner - R. Fernandes)http://lhcb-online.web.cern.ch/lhcb-online/ecs/PVSS_CCPC/default.html

fwHw (R. Fernandes)http://lhcb-online.web.cern.ch/lhcb-online/ecs/FWHW/default.html

Page 22: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 22

DIM Distributed Information Management System

Publish/Subscribe mechanismServers publish Services.Clients subscribe to Services:

On change or at regular intervals

Clients can send commands to Servers

ServicesA set of data

any type or sizeIdentified by a name

A Name ServerKeeps a list of available Services

Page 23: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 23

DIM Some Characteristics

TransparencyDIM clients do not know where their interlocutors are.DIM components can move from one machine to another, all connections are transparently re-established.

Available on mixed environments:UNIX (HP-UX, Sun-OS, Sun-Solaris, IBM-AIX, DEC-OSF, Linux), Windows, VMS, Real-time OSs (OS9, LynxOS, VxWorks)

API available in “C”, C++ and Java

Easy to UseOne “call” and a process can become a server or a client.Monitoring and Visualization Tools Available.Documentation and examples at: http://www.cern.ch/dim

Page 24: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 24

PVSS DIMFwDIM component:

Server is a DIM ServerClient is a PVSS Manager (PVSS00dim)Correspondence: PVSS DPs DIM Services

Can be setup graphically via fwDIM panelOr via a script library

When setupWhen Server updates Service data goes into DPWriting to DP will send a DIM Command

Documentation at: http://www.cern.ch/lhcb-online/ecs/fw/FwDim.html

Page 25: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 25

CCPC – PVSS Interface: the server (S.Koestner)

- parallel bus (8/16/32 bits) - I2C bus (4 distinct lines)- JTAG (3 chains)

Server runs on embedded PC (i486 compatible,133 MHz).

Access to 3 bus-types via Plx/PCI bridge to gluecard:

Server is built on various software layers with the aim to hide as much as possible hardware complexity.(e.g. no need for users to read the docs of Tell1 components)

- Ccpc server:A generic DIM server (ccserv)running in a credit-card PC, which allows access to all features of the CCPC/glue card including access to any chips over I2C, JTAG and parallel bus.

Page 26: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 26

CCPC – PVSS Interface: the ClientfwCcpc provides:

Dim client (PVSS00dim)control panels which can access every CCPC connected to the same Name Server (DIM_DNS_NODE)Functions for reading, writing the registers of each type (I2C, LBUS,…)

Page 27: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 27

fwHw(R. Ferrandes)

All the TELL1 components are described as a type

And TELL1 is build up with all these components

Page 28: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 28

fwHwTELL1address

TELL1 components

structure

Registers

Register’s settings

To subscribe all the registers of the selected component to the server

Page 29: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 29

fwHwScripts can be executed

All the TELL1 board is now described in PVSS as a DPT, and complete TELL1’s can be created as DP (correct name, addresses…) according to the “ECS Interface Library User Guide” (H. Gong, A. Gong, H. Lei and G. Haefeli)

(S. Koestner & C. Potterat)

Page 30: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 30

TELL1 – Setup

~ 500 (commands)

~ 1000 (writings/readings)

Client

>% dns &

Name Server(DIM_DNS_NODE = lphe1pc60)

lphe

1tel

l7

TCP/IP

lphe1pc7(windows)

lphe

1pc6

0 (li

nux)

Server (ccserv)

Page 31: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 31

TELL1 – PVSSGoals:

Create FSM to control all the TELL1’s (Rules, Panels) (S.Koestner)Create Panels which can replace the “console_tell1 ”, which will be called from the FSM panels (C.Potterat)

Page 32: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 32

FSM - State Diagram DAQ Domains:

RUNNING

ERROR UNKNOWN

READY

NOT_READY

Start

Configure

Stop

Reset

Recover

The possible states of the Tell1: From NOT_READY to READY the configuration of the Tell1 is done a compilation of applying recipes, pulling trigger lines and hardcoded sequences on the server side, which is the main job. The transition from Ready to Running is less massive (e.g. enabling triggers). UNKNOWN appears if ECS control is lost (e.g. server crashes)

Page 33: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 33

TELL1 – FSM

1st and basic FSM Panel to be used for the 1st test (in development)

Page 34: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 34

console_tell1

The Actual Rates

Page 35: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 35

The Event Monitor Counters

console_tell1

Page 36: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 36

console_tell1

The Pedestals

Page 37: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 37

console_tell1

The Linear Common Mode Suppression's (LCMS) Average and Slope

Page 38: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 38

The last 128 MEP in the MEP buffer, and all the information attached to.

console_tell1

Page 39: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 39

console_tell1

Global information about the TELL1, the server (ccserv) and PVSS components

Page 40: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 40

Outlook

Continue to create panels to control or monitor the TELL1’s registers

PP and SyncLink FPGA (C.Potterat)GBE, TTCRx and FEM (S.Koestner)

Update the DP according to the latest ECS doc (C.Potterat)Provide a fwTELL1 component including the FSM, the ccpc client and all the current panelshttp://lhcb-online.web.cern.ch/lhcb-online/ecs/PVSS_TELL1/default.html

(all the current versions and tutorials about fwCcpc, fwHw and TELL1’s FSM are available on this web page)

Page 41: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 41

Page 42: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 42

Back up

Page 43: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 43

CCPC Client : how it works

Page 44: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 44

PVSS Client (LBUS):Choose ccpc from the list of running servers

Choose type (width) of local bus 32,16,8 bits

Determines number of words (e.g. 4 bytes for 32 bit bus) to be read or written.‘Data in’ (to be written) must have the exact size.

Masked write operation can be defined (e.g. reset registers on fpga). leave empty if not required

Indicates success of operation

Page 45: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 45

PVSS Client (GBE):

Gigabit Ethernet card accessed over a 16 bit bus. MAC registers however 32 bits.

Interface to be used as if it were a 32 bit bus.(1 word = 4 bytes)

The addresses to be given in the address field correspond to the addresses given in the Intel MAC data sheet

(same functionalities as LBUS)

Page 46: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 46

PVSS Client (I2C):Some hardware can just be written in pages (e.g. EEPROMs on Tell1 with a pagesize of 16 bytes) This will be respected on the server side. Leave empty if no pagesize is required.

Combined:Subaddress and data is written in one go (usual).Separated:Subaddress is written first to pointer register. (it is the one you have to provide in the address field)Shift register:One byte has to be specified. This is shifted then by the server. (periodic pattern)

Page 47: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 47

PVSS Client (JTAG):

Number of bits to be shifted

Data is shifted with the least significant bits first.Missing MSBs are replaced by zeros. Data must be a multiple of 2 to represent byte stream.

Select JTAG chain

Indicates the state of the state machine.

Page 48: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 48

PVSS Client (GPIO):Interface to the 9 GPIO lines should be used just by experts only!(click and try could harm hardware)

Declaring and enabling GPIO lines

Apply value to GPIO lines(high, low)

Get current status of GPIO lines

Page 49: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 49

PVSS Client (Command):

Emulates a shell on the Ccpc:

Commandline tools of the ccpc can be launchedto crosscheck the results obtained from the server.

Everlasting commands like‘ping’ are timed out after 10seconds.

Does not follow change of directories.

Page 50: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 50

PVSS Client (Advanced):CONTROL scripts using the PVSS or framework librariescan be edited and executed directly.

Page 51: PVSS for VELO and TELL1 at EPFLlphe.epfl.ch/~seminar/intern/2006/potterat_24Jul2006.pdf · Control the Low Voltage Power Supplies for the Hybrids Each Hybrid gets 3 LV Channels (-5.5V,

24.07.2006 Cédric Potterat - LPHE Monday Meeting 51

PVSS Client (Advanced):Downloads firmware to EPC16 (pof and jam is provided) Actions for jam can be propagated.

Loads FPGAs directly from EPC16

Content of the registers and memory blocks is written from the .cfg file to the FPGAs

PS:Jumper can be set such that FPGAs can be programmed directly without EPC16!


Recommended