Gli standard emergenti per lo sviluppo del software dei sistemi automotive

Dimensione: px
Iniziare la visualizzazioe della pagina:

Download "Gli standard emergenti per lo sviluppo del software dei sistemi automotive"

Transcript

1 18 aprile 2012 Gli standard emergenti per lo sviluppo del software dei sistemi automotive Edoardo Sivera E/E System Responsible

2 AGENDA: : Main purposes : architecture : SW Development Process and ISO aprile

3 : main purposes Complex Systems challenges Autosar Goals Autosar Consortium 18 aprile

4 New Challenges for Automotive Development Growing software and system complexity of vehicle Inside the vehicle Many electronic systems Full interconnection of all systems High integration of functionality in ECUs Large amount of External information exchange among vehicles among vehicle and infrastructure 4 18 aprile

5 Degree of Interdependence Increasing Complexity in Vehicle Development 90% of all innovations are driven by electronics and software. controls a large number of functions, which make use of linked networks. Up to 40% of a vehicle s development costs are determined by electronics and software. Mainly mechanical systems Electronic support mainly in the area of chassis and engine control. Infotainment functions gave software dedicated meaning in the automotive domain of the 90ties % of the development costs for an ECU (Electronic Control Unit) are related to software aprile

6 Electronic Architecture: an example 18 aprile

7 The Main Challenge: Complexity Management Classic Structure of E/E Architectures Body GW SZL/LWS B1 DISP Infotain Rear Infotain GEAR Engine LMV B2 CAN Video Switch comm Tel HiFi Satellite Crash EN5 H11 SENSE CH1 B3 B12 IT1 EN1 H10 CH2 B4 B11 IT2 EN2 CH9 CH3 B5 B10 IT3 EN3 CH8 CH4 B6 B9 MOST EN4 CH7 CH5 B7 B8 KOMBI CH6 DSC CAN CAN CAN FlexRay 18 aprile

8 Vision aims to improve complexity management of integrated E/E architectures through increased reuse and exchangeability of SW modules between OEMs and suppliers. OEM b OEM a Platform b.1 Platform b.2 Platform b.n Exchangeability between OEM c suppliers solutions Platform a.1 Platform a.2 Platform a.n Exchangeability between manufacturers applications OEM f Platform f.1 Platform f.2 Platform f.n Supplier A Chassis Safety Body/ Comfort OEM e Platform e.1 Platform e.2 Platform e.n Supplier B Chassis Safety Telematic s Supplier C Body/Comfort Powertrain Telematics Platform c.1 Platform c.2 Platform c.n OEM d Platform d.1 Platform d.2 Platform d.n Exchangeability between vehicle platforms 18 aprile

9 Vision aims to: standardize the software architecture of ECUs define a new standard development process of systems and software. Yesterday Hardware Application Hardware standardized HW-specific Customer needs Adaptive Cruise Control Lane Departure Warning Advanced Front Lighting System. Using standards Communication Stack OSEK Diagnostics CAN, FlexRay Hardware and software will be widely independent of each other. Development can be de-coupled by horizontal layers. This reduces development time and costs. The reuse of software increases at OEM as well as at suppliers. This enhances quality and efficiency. 18 aprile

10 9 Main Project Objectives and 3 Main Working Topics PO1: Implementation and standardization of basic system functions as an OEM wide Standard Core solution PO2: Scalability to different vehicle and platform variants PO3: Transferability of functions throughout network PO4: Integration of functional modules from multiple suppliers Application s Architecture Methodology PO5: Maintainability throughout the whole Product Life Cycle PO6: Increased use of Commercial off the shelf hardware PO7: updates and upgrades over vehicle lifetime PO8: Consideration of availability and safety requirements PO9: Redundancy activation 18 aprile

11 : Functional Domains Functional Domains Vehicle centric Chassis Powertrain Safety (active/ passive) Multimedia/ Telematics Human Machine Cooperate on standards, compete on implementation. Body and Comfort Passenger centric 18 aprile

12 Core Partners and Members 9 Core Partners 11 Development Members ~ 50 Premium Member 88 Associate Members 17 Attendees General OEM Generic Tier 1 Standard Tools and Services 18 aprile 2012 Semiconductor s 12

13 : Architecture Main concepts Standard SW Architecture How it works: a real example SW distribution on ECUs of the EE System 18 aprile

14 supports HW independence and enable the standardization of SW components. SW-Component 1 SW-Component 2... RTE SW-Component n (main goals):, openly disclosed interfaces HW independent SW layer Transferability of functions Redundancy activation Basic Transfer layers for different communication technologies (e.g. CAN, LIN, ) Network management System services (diagnostic protocols, ) NVRAM management Microcontroller Abstraction ECU Hardware RTE: by specifying interfaces and their communication mechanisms, the applications are decoupled from the underlying HW and Basic SW, enabling the realization of Stan-dard Library Functions. 18 aprile

15 Autosar: ECU Standard Architecture Application Component Actuator Component Sensor Component Application Component... Runtime Environment (RTE) Operating System Services Basic Communication ECU Abstraction Microcontroller Abstraction Complex Device Drivers ECU-Hardware Component Standard s: VFB & RTE relevant RTE relevant BSW relevant 18 aprile

16 Use case Front-Light Management in SwitchEvent check_switch () switch_event (event) LightRequest switch_event(event) request_light (type, mode) Front-Light Manager request_light(type, mode) get_keyposition() set_light(type, mode) Headlight set_light(type, mode) set_current ( ) Int. RTE Operating System Std. Services Std. Communication Std. ECU Abstraction Std. Complex Device Drivers DIO PWM CAN Driver Microcontroller Abstraction ECU-Hardware 18 aprile

17 Exchange of type of front-light SwitchEvent check_switch () switch_event (event) LightRequest switch_event(even t) request_light (type, mode) Front-Light Manager request_light(type, mode) get_keyposition() set_light(type, mode) Xenonlight Headlight set_light(type, mode) set_current ( ) Int. RTE Operating System Std. Services Std. Communication Std. ECU Abstraction Std. Complex Device Drivers DIO PWM DIO CAN Driver Microcontroller Abstraction ECU-Hardware 18 aprile

18 Distribution on ECUs SwitchEvent check_switch () switch_event (event) LightRequest switch_event(even t) request_light (type, mode) Front-Light Manager request_light(type, mode) get_keyposition() set_light(type, mode) Xenonlight set_light(type, mode) set_current ( ) Int. RTE Operating System Std. Services Std. Communication Std. ECU Abstraction Std. Complex Device Drivers DIO PWM DIO CAN Driver Microcontroller Abstraction ECU-Hardware 18 aprile

19 Use case Front-Light Management in SwitchEvent check_switch () switch_event (event) LightRequest switch_event(event) request_light (type, mode) Front-Light Manager request_light(type, mode) get_keyposition() set_light(type, mode) Xenonlight set_light(type, mode) set_current ( ) Int. RTE RTE RTE Std. Services ECU Abstraction Communication Communication Communication ECU Abstraction Std. Std. Std. Std. Std. Std. DIO CAN Driver Microcontroller Abstraction ECU-Hardware CAN Driver Microcontroller Abstraction ECU-Hardware CAN Driver PWM Microcontroller Abstraction ECU-Hardware CAN Bus 18 aprile

20 : SW Development Process Overall methodology Structure of configuration information System Design Implementation Process 18 aprile

21 n Development Methodology Virtual Functional Bus Concept... Virtual Functional Bus Application software functionality implemented in Components () Handling of vehicle wide functions, independent from ECUs or network s can communicate between each other and access functions from the standardized set of infrastructure functions Communication needs of a are formally described in a standard template, i.e. the Any interaction runs via Ports, which implement different communication paradigms, e.g. sender-receiver or client-server The VFB enables a virtual integration of s and allows to formally verify structural and dynamic compatibility of s 18 aprile

22 1 3 2 n n Development Methodology ECU I RTE Basic... Virtual Functional Bus ECU ECU II ECU RTE Basic... ECU m ECU RTE Basic description templates: description: application software ECU description: ECU characteristics and configuration System description: network and assignment of s to ECUs s for s + ECUs + system description Allow a tool-based deployment of s to ECUs FlexRay Gateway CAN System 18 aprile

23 Methodology VFB view SW-C SW-C SW-C SW-C 1 SW-C 2 SW-C 3... SW-C SW-C n description templates for application software components (interfaces and BSW requirements) ECU s Virtual Functional Bus System Constraint exchange formats and methodology for component, ECU, and system level Tool supporting deployment of SW components Mapping SW-C 1 ECU I RTE Basic SW-C 3 ECU II SW-C 2 RTE Basic... ECU m SW-C n RTE Basic Tools for - support of component mapping - generation of RTE, i.e. inter- and intra ECU communication Basic (BSW) architecture, detailed specifications for implementation and configuration of BSW Gateway 18 aprile

24 Development Methodology Development steps From functional level to the ECU binaries. Functional architecture level Component modeling Data model development VFB Timing Develop VFB System Physical architecture level Design System System topology Network Mapping of components to ECUs Internal behavior Implementation Component timing Develop Application Component BSW implementation Configuration Deliver Basic Generate ECU Extract Build ECU Hardware dependent Hardware independent 18 aprile

25 and ISO Relatioship between Autosar development process ans ISO Use case: how Autosar implements a safety relevant feature 18 aprile

26 methodology according to ISO26262 Functional Safety Concept 3-8 Specification of Technical Safety Requirements 4-6 SYSTEM Specification of SW Safety Requirements 6-6 SW architectural design aprile

27 methodology according to ISO26262 Functional Safety Concept 3-8 Specification of Technical Safety Requirements 4-6 SYSTEM Supports safety by offering standard safety mechanisms Core Tests, Flash tests E2E protection Memory partitioning Specification of SW Safety Requirements REQ 6-6 architectural design 6-7 SW REQ SPECIFICATIONS REQ REQ Requirements (SRS) REQ REQ Specifications (SWS) REQ Some safety requirements in ISO26262 part6 are related to SW implementation BSWs BSWs Config SW-Cs Safety related CDDs SW implementation 18 aprile

28 Release Partitioning Use Case Memory partitioning: separate software applications from each other in order to avoid any data corruption between applications Partitions are used as fault containment regions Partitions can be terminated or restarted during run-time as a result of a detected error Partitions are configured in the ECU-C Partition 0 (No ASIL) Partition 1 (ASIL A) Partition 4 (ASIL D) Application Component Operating System Actuator Component Basic Sensor Component ECU-Hardware... Application Component Runtime Environment (RTE) with build-in protection layer Services Communication Partition 5 (ASIL D) ECU Abstraction Microcontroller Abstraction Complex Device Drivers 18 aprile

29 Release Example for Partitioning 1. A violation (error) has occurred in the system (e.g., memory or timing violation) 2. The partition is terminated by the OS, cleanup possible communication is stopped 3. The partition is restarting, initial environment for partition set up 4. The partition is restarted and up and running Partition 0 (No ASIL) Partition 1 (ASIL A) Partition 4 (ASIL D) Application Component Operating System Actuator Component Services Basic Sensor Component Stop Communication ECU-Hardware... ECU Abstraction Microcontroller Abstraction Application Component Runtime Environment (RTE) with build-in protection layer Partition 5 (ASIL D) Complex Device Drivers 18 aprile

30 Thank You for your attention! Edoardo Sivera aprile

31 Back Up 31 March 8th 2010 Date Tutorial on

32 Motivation and Principles Visions and Objectives Main Working Topics Architecture Application s Methodology Architecture: architecture including a complete basic software stack for ECUs the so called Basic as an integration platform for hardware independent software applications. Architecture Application s Methodology Methodology: Defines exchange formats and description templates to enable a seamless configuration process of the basic software stack and the integration of application software in ECUs. It includes even the methodology how to use this framework. Architecture Application s Methodology Application s: Specification of interfaces of typical automotive applications from all domains in terms of syntax and semantics, which should serve as a standard for application software. 18 aprile

33 To configure the system, input descriptions of all software components, ECU resources and system constraints are necessary. Example ECUs Components SwitchEval ECU Resource ECU Resource ECU Resource SW-Component BlinkInputModule SW-Component SwitchEval Supported protocols: CAN, LIN, FlexRay BC-V SMLS BC-H System BlinkMaster SW-Component LightActuatorsControl BlinkInputModule BlinkMaster LightActuatorsControl CAN SW-Component LightSourceSetting LIN LightSourceSetting LM-L LM-R SW-Component 18 aprile

34 The system configuration maps software components to ECUs and links interface connections to bus signals. Example System Configuration MappingDefs DataMappingDefs BlinkRequest SwitchEval BlinkInputModule Blink Input Module Blink Master BlinkMaster LightActuatorsControl LightSourceSetting Comm.Matrix for BodyCAN FrameInstance BlinkRequest SignalBS1 SignalBS2 SignalBS3 18 aprile

Metodologie di progettazione

Metodologie di progettazione Metodologie di progettazione 1 Metodologie di progettazione Una procedura per progettare un sistema Il flusso di progettazione può essere parzialmente o totalmente automatizzato. Un insieme di tool possono

Dettagli

ACTIA Group Isobus & Safety

ACTIA Group Isobus & Safety ACTIA Group Isobus & Safety I controllori Actia per il mondo Isobus www.actia.com P410089A Ita 04/2008 ISOBUS & SAFTEY Le novità Actia per EIMA 2012 AT056-F La Nuove Direttiva Macchine impone nuove definizioni

Dettagli

Introduzione all ambiente di sviluppo

Introduzione all ambiente di sviluppo Laboratorio II Raffaella Brighi, a.a. 2005/06 Corso di Laboratorio II. A.A. 2006-07 CdL Operatore Informatico Giuridico. Introduzione all ambiente di sviluppo Raffaella Brighi, a.a. 2005/06 Corso di Laboratorio

Dettagli

Padova Smart City. Internet of Things. Alberto Corò

Padova Smart City. Internet of Things. Alberto Corò Padova Smart City Internet of Things Alberto Corò Padova 16 ottobre 2013 Smart City Le smart cities ("città intelligenti") possono essere classificate lungo 6 aree di interesse: Economia Mobilità Ambiente

Dettagli

IP multimedia services in the NGN

IP multimedia services in the NGN 4. Servizi NGN Pag. 1 IP multimedia services in the NGN In the ETSI the working group TISPAN (Telecommunications and Internet converged Services and Protocols for Advanced Networking) has already defined

Dettagli

MOC10982 Supporting and Troubleshooting Windows 10

MOC10982 Supporting and Troubleshooting Windows 10 Tel. +39 02 365738 info@overneteducation.it www.overnet.azurewebsites.net MOC10982 Supporting and Troubleshooting Windows 10 Durata: 4.5 gg Descrizione Questo corso è progettato per fornire agli studenti

Dettagli

CORSO VM6SKO: VMware vsphere: Skills for Operators [V6] CEGEKA Education corsi di formazione professionale

CORSO VM6SKO: VMware vsphere: Skills for Operators [V6] CEGEKA Education corsi di formazione professionale CORSO VM6SKO: VMware vsphere: Skills for Operators [V6] CEGEKA Education corsi di formazione professionale VMware vsphere: Skills for Operators [V6] This two-day technical classroom training course is

Dettagli

STATO IMPLEMENTAZIONE ONVIF SU TELECAMERE MUNDUS SECURUS

STATO IMPLEMENTAZIONE ONVIF SU TELECAMERE MUNDUS SECURUS IMPLEMENTAZIONE ONVIF SU TELECAMERE MUNDUS SECURUS 1. Ambiente di sviluppo Sono stati analizzati diversi linguaggi e framework differenti utilizzabili per implementare i WebServices ONVIF. Il risultato

Dettagli

Un esperienza di Miglioramento di Processo secondo Automotive SPICE attraverso l Uso di Tools sviluppati ad Hoc.

Un esperienza di Miglioramento di Processo secondo Automotive SPICE attraverso l Uso di Tools sviluppati ad Hoc. Un esperienza di Miglioramento di Processo secondo Automotive SPICE attraverso Paolo Marceca Standard Digital Core Responsible Pisa, 15 May 2008 Architettura a layer teorica Application Layer System Layer

Dettagli

StrumenJ semanjci per la ricerca applicata ai tram funzionali: sviluppo e applicabilità dei Thesauri

StrumenJ semanjci per la ricerca applicata ai tram funzionali: sviluppo e applicabilità dei Thesauri LifeWatch e-science European Infrastructure for Biodiversity and Ecosystem Research StrumenJ semanjci per la ricerca applicata ai tram funzionali: sviluppo e applicabilità dei Thesauri Caterina Bergami

Dettagli

IP TV and Internet TV

IP TV and Internet TV IP TV e Internet TV Pag. 1 IP TV and Internet TV IP TV e Internet TV Pag. 2 IP TV and Internet TV IPTV (Internet Protocol Television) is the service provided by a system for the distribution of digital

Dettagli

Pubblicazioni COBIT 5

Pubblicazioni COBIT 5 Pubblicazioni COBIT 5 Marco Salvato CISA, CISM, CGEIT, CRISC, COBIT 5 Foundation, COBIT 5 Trainer 1 SPONSOR DELL EVENTO SPONSOR DI ISACA VENICE CHAPTER CON IL PATROCINIO DI 2 La famiglia COBIT 5 3 Aprile

Dettagli

Java. Traditional portability (ideal)

Java. Traditional portability (ideal) 1 Java JAVA: una introduzione 2 Traditional portability (ideal) C-code (Linux) (Pentium) Executable (Linux) Executable (Win32) Linux Windows 32 (Mac) Executable (Mac) Mac 1 1 3 Portability of Java programs

Dettagli

Benvenuti STEFANO NOSEDA

Benvenuti STEFANO NOSEDA Presentazione di.. SOLAR FORTRONIC Milano 29 settembre 2011 Benvenuti STEFANO NOSEDA FARNELL ITALIA GENERAL MANAGER 1 SOLAR FORTRONIC 2 TAPPE FONDAMENTALI NELLA STORIA DELLA PROGETTAZIONE ELETTRONICA 2009

Dettagli

Alessandro Huber Chief Technology Officer, Microsoft Italia Claudia Angelelli Service Line Manager, Microsoft Italia

Alessandro Huber Chief Technology Officer, Microsoft Italia Claudia Angelelli Service Line Manager, Microsoft Italia Alessandro Huber Chief Technology Officer, Microsoft Italia Claudia Angelelli Service Line Manager, Microsoft Italia Contenimento dei costi di gestione Acquisizioni/ merge Rafforzare la relazione con

Dettagli

Database support Prerequisites Architecture Driver features Setup Stored procedures Where to use. Contents

Database support Prerequisites Architecture Driver features Setup Stored procedures Where to use. Contents VEGA ODBC DRIVER Database support Prerequisites Architecture Driver features Setup Stored procedures Where to use Contents Database support CA-IDMS/SQL including table procedures CA-IDMS/DML via stored

Dettagli

Android Development. Course Projects. Università degli Studi di Parma

Android Development. Course Projects. Università degli Studi di Parma Android Development Course Projects This work is licensed under a Creative Commons Attribution NonCommercialShareAlike 4.0 International License. Marco Picone, Ph.D. marco.picone@unipr.it Mobile Application

Dettagli

SOA e Web Service SISTEMI INFORMATIVI MODULO II. Corso di Sistemi Informativi Modulo II A. A. 2013-2014

SOA e Web Service SISTEMI INFORMATIVI MODULO II. Corso di Sistemi Informativi Modulo II A. A. 2013-2014 Corso di Laurea Magistrale in Ingegneria Gestionale Corso di Sistemi Informativi Modulo II A. A. 2013-2014 SISTEMI INFORMATIVI MODULO II SOA e Web Service Figure tratte dal testo di riferimento, Copyright

Dettagli

Sommario. Esempio di Modellazione mediante DASM: Grid OGSA. Grid secondo OGSA. Definizione Grid per OGSA. Stati di un Job e Requisiti DASM

Sommario. Esempio di Modellazione mediante DASM: Grid OGSA. Grid secondo OGSA. Definizione Grid per OGSA. Stati di un Job e Requisiti DASM Sommario Esempio di Modellazione mediante DASM: Grid Definizione Grid per OGSA Funzionalità JEMS Stati di un Job e Requisiti DASM DASM per Grid 1 DASM per Grid 2 OGSA Grid secondo OGSA OGSA = Open Grid

Dettagli

Esperienze nel settore Automotive

Esperienze nel settore Automotive Esperienze nel settore Automotive Tekna Automazione e Controllo lavora nel campo dell automazione industrial fornendo prodotti, Sistemi e servizi per l automazione ed il controllo delle line di produzione.

Dettagli

HeatReCar. Reduced Energy Consumption by Massive Thermoelectric Waste Heat Recovery in Light Duty Trucks

HeatReCar. Reduced Energy Consumption by Massive Thermoelectric Waste Heat Recovery in Light Duty Trucks HeatReCar Reduced Energy Consumption by Massive Thermoelectric Waste Heat Recovery in Light Duty Trucks SST.2007.1.1.2 Vehicle/vessel and infrastructure technologies for optimal use of energy Daniela Magnetto,

Dettagli

Sviluppa la tua applicazione dovunque vuoi. Develope your software application wherever you want APPLICATION DEVELOPMENT TOOL

Sviluppa la tua applicazione dovunque vuoi. Develope your software application wherever you want APPLICATION DEVELOPMENT TOOL Sviluppa la tua applicazione dovunque vuoi Develope your software application wherever you want EVO T-1 EVO T-1 è un semplice strumento di programmazione che rende autonomi i clienti OEM di sviluppare

Dettagli

Code: GW-IMP-WEB-1. Datalogger web pulses counter. Version 6 inputs with Ethernet. MarCom

Code: GW-IMP-WEB-1. Datalogger web pulses counter. Version 6 inputs with Ethernet. MarCom Datalogger web pulses counter Code: GW-IMP-WEB-1 Version 6 inputs with Ethernet Datalogger web pulses counter The web datalogger pulses counter is able to count the pulses on digital inputs (2 by default

Dettagli

Copyright 2012 Binary System srl 29122 Piacenza ITALIA Via Coppalati, 6 P.IVA 01614510335 - info@binarysystem.eu http://www.binarysystem.

Copyright 2012 Binary System srl 29122 Piacenza ITALIA Via Coppalati, 6 P.IVA 01614510335 - info@binarysystem.eu http://www.binarysystem. CRWM CRWM (Web Content Relationship Management) has the main features for managing customer relationships from the first contact to after sales. The main functions of the application include: managing

Dettagli

group HIGH CURRENT MULTIPLEX NODE

group HIGH CURRENT MULTIPLEX NODE HIGH CURRENT MULTIPLEX NODE edizione/edition 04-2010 HIGH CURRENT MULTIPLEX NODE DESCRIZIONE GENERALE GENERAL DESCRIPTION L'unità di controllo COBO è una centralina elettronica Multiplex Slave ; la sua

Dettagli

Resources and Tools for Bibliographic Research. Search & Find Using Library Catalogues

Resources and Tools for Bibliographic Research. Search & Find Using Library Catalogues Resources and Tools for Bibliographic Research Search & Find Using Library Catalogues November 28, 2011 Donata Pieri Index Definition University of Padova Library System Catalogue CaPerE E-journals Catalogue

Dettagli

GESTIONE IMMOBILIARE REAL ESTATE

GESTIONE IMMOBILIARE REAL ESTATE CONOSCENZA Il Gruppo SCAI ha maturato una lunga esperienza nell ambito della gestione immobiliare. Il know-how acquisito nei differenti segmenti di mercato, ci ha permesso di diventare un riferimento importante

Dettagli

2011 Extreme Networks, Inc. All rights reserved.

2011 Extreme Networks, Inc. All rights reserved. L'Azienda 15+ years as a NASDAQ-listed company 25 ports shipped around the world 190patents 600 18% partners worldwide of revenue invested in R&D on avg. Portafoglio prodotti Extreme Networks Ridgeline

Dettagli

19 touchscreen display

19 touchscreen display PH8200smart PH Smart is a new generation of integrated-automation PH presses, now with an even more powerful digital set-up and monitoring system, providing immediate control and further productivity advantages.

Dettagli

CORSO 55004: Installing and Configuring System Center 2012 Operations Manager. CEGEKA Education corsi di formazione professionale

CORSO 55004: Installing and Configuring System Center 2012 Operations Manager. CEGEKA Education corsi di formazione professionale CORSO 55004: Installing and Configuring System Center 2012 Operations Manager CEGEKA Education corsi di formazione professionale Installing and Configuring System Center 2012 Operations Manager This five-day

Dettagli

INNOVATIVE DISTRIBUTION SYSTEMS: INFLUENCE OF REGULATORY ENVIRONMENT

INNOVATIVE DISTRIBUTION SYSTEMS: INFLUENCE OF REGULATORY ENVIRONMENT Session 5 Round Table Active networks and Smart Grids: sustainable evolution of the present distribution system INNOVATIVE DISTRIBUTION SYSTEMS: INFLUENCE OF REGULATORY ENVIRONMENT F. Pilo, University

Dettagli

CORSO MOC : Integrating MDM and Cloud Services with System Center Configuration Manager. CEGEKA Education corsi di formazione professionale

CORSO MOC : Integrating MDM and Cloud Services with System Center Configuration Manager. CEGEKA Education corsi di formazione professionale CORSO MOC20703-2: Integrating MDM and Cloud Services with System Center Configuration Manager CEGEKA Education corsi di formazione professionale Integrating MDM and Cloud Services with System Center Configuration

Dettagli

Materiali Intelligenti: introduzione. Corso Materiali Intelligenti e Biomimetici 1/03/2018

Materiali Intelligenti: introduzione. Corso Materiali Intelligenti e Biomimetici 1/03/2018 Materiali Intelligenti: introduzione Corso Materiali Intelligenti e Biomimetici 1/03/2018 Organizzazione corso Materiali Intelligenti A.A. 2017/18 Parte Teorica 1. Definizione e classificazione 2. Proprietà

Dettagli

DESIGN IS OUR PASSION

DESIGN IS OUR PASSION DESIGN IS OUR PASSION Creative agency Newsletter 2014 NOVITA' WEB MANAGEMENT NEWS BUSINESS BREAKFAST Live the SITE experience with us! From September 2014 Carrara Communication has introduced to their

Dettagli

Guida all installazione del prodotto 4600 in configurazione plip

Guida all installazione del prodotto 4600 in configurazione plip Guida all installazione del prodotto 4600 in configurazione plip Premessa Questo prodotto è stato pensato e progettato, per poter essere installato, sia sulle vetture provviste di piattaforma CAN che su

Dettagli

Qlik Services. Roma 10 Giugno, 2015

Qlik Services. Roma 10 Giugno, 2015 Qlik Services Roma 10 Giugno, 2015 By 2015, the shifting tide of BI platform requirements, moving from reporting-centric to analysis-centric, will mean the majority of BI vendors will make governed data

Dettagli

Azioni e proposte SG7/SG8

Azioni e proposte SG7/SG8 Azioni e proposte SG7/SG8 Azioni svolte nell ultimo anno Contributi al WP Secure Societies 2014-2015 Partecipazione allo SMI2G di Gennaio 2014 dove sono state proposte tematiche relative alla sicurezza

Dettagli

MWS3-9 - MOC TROUBLESHOOTING WINDOWS SERVER 2016 CORE TECHNOLOGIES

MWS3-9 - MOC TROUBLESHOOTING WINDOWS SERVER 2016 CORE TECHNOLOGIES MWS3-9 - MOC 10991 - TROUBLESHOOTING WINDOWS SERVER 2016 CORE TECHNOLOGIES Categoria: Windows Server 2016 INFORMAZIONI SUL CORSO Durata: 5 Giorni Categoria: Windows Server 2016 Qualifica Istruttore: Microsoft

Dettagli

A Solar Energy Storage Pilot Power Plant

A Solar Energy Storage Pilot Power Plant UNIONE DELLA A Solar Energy Storage Pilot Power Plant DELLA Project Main Goal Implement an open pilot plant devoted to make Concentrated Solar Energy both a programmable energy source and a distribution

Dettagli

EX092IT VMware vcenter Configuration Manager: Install, Configure, Manage [V5.7]

EX092IT VMware vcenter Configuration Manager: Install, Configure, Manage [V5.7] Tel. +39 02 365738 info@overneteducation.it www.overneteducation.it EX092IT VMware vcenter Configuration Manager: Install, Configure, Manage [V5.7] Durata: 3 gg Descrizione Questo corso si concentra sull'installazione,

Dettagli

GstarCAD 2010 Features

GstarCAD 2010 Features GstarCAD 2010 Features Unrivaled Compatibility with AutoCAD-Without data loss&re-learning cost Support AutoCAD R2.5~2010 GstarCAD 2010 uses the latest ODA library and can open AutoCAD R2.5~2010 DWG file.

Dettagli

technical quality design for glass architecture

technical quality design for glass architecture technical quality design for glass architecture Qualità e design da sempre contraddistinguono i prodotti Nuova Oxidal, un azienda dinamica che negli anni è riuscita a diventare un importante realtà nel

Dettagli

Downloading and Installing Software Socio TIS

Downloading and Installing Software Socio TIS Object: Downloading and Installing Software Socio TIS compiler: L.D. Date Revision Note April 17 th 2013 --- For SO XP; Win 7 / Vista step Operation: Image A1 Open RUN by clicking the Start button, and

Dettagli

Your home comfort has a new shape. Find out how it works

Your home comfort has a new shape. Find out how it works Your home comfort has a new shape Find out how it works CUBODOMO allows you to manage and monitor your entire home s temperature, from WHEREVER YOU ARE CUBODOMO ti consente di gestire e monitorare la temperatura

Dettagli

DENEB KNX. KNX RF S-Mode USB gateway interface / Interfaccia USB Gateway KNX RF S-Mode

DENEB KNX. KNX RF S-Mode USB gateway interface / Interfaccia USB Gateway KNX RF S-Mode DENEB KNX KNX RF S-Mode USB gateway interface / Interfaccia USB Gateway KNX RF S-Mode 275 DATASHEET / SCHEDE TECNICHE DENEB KNX KNX RF S-Mode USB gateway interface / Interfaccia USB Gateway KNX RF S-Mode

Dettagli

Infrastrutture critiche e cloud: una convergenza possibile

Infrastrutture critiche e cloud: una convergenza possibile Infrastrutture critiche e cloud: una convergenza possibile I possibili ruoli della Banca d Italia nel cloud Stefano Fabrizi Banca d Italia Unità di Supporto dell Area Risorse Informatiche e Rilevazioni

Dettagli

MW MOC SUPPORTING AND TROUBLESHOOTING WINDOWS 10

MW MOC SUPPORTING AND TROUBLESHOOTING WINDOWS 10 MW10-3 - MOC 10982 - SUPPORTING AND TROUBLESHOOTING WINDOWS 10 Categoria: Windows 10 INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 5 Giorni Windows 10 Microsoft

Dettagli

Ingegneria del Software

Ingegneria del Software Università di Bergamo Facoltà di Ingegneria INGEGNERIA DEL SOFTWARE Paolo Salvaneschi A1_3 V2.4 Ingegneria del Software Il corpus di conoscenze Il contenuto del documento è liberamente utilizzabile dagli

Dettagli

Manufacturing Automation Protocol (MAP)

Manufacturing Automation Protocol (MAP) Manufacturing Automation Protocol (MAP) Sviluppato specificatamente per comunicazioni tra computer in un ambiente di produzione industriale Nel 1980 General Motors decide di iniziare lo sviluppo di un

Dettagli

shared bytes -> shared good A geek proposal for the Sharing Economy survival

shared bytes -> shared good A geek proposal for the Sharing Economy survival shared bytes -> shared good A geek proposal for the Sharing Economy survival Sharitaly Milano, 9/11/2015 What challenges? Regulatory uncertainty -> -> Spending and investments delays -> Unplanned direction

Dettagli

Customer Centric/Inquiry/E-bill. Tanya Enzminger

Customer Centric/Inquiry/E-bill. Tanya Enzminger Customer Centric/Inquiry/E-bill Tanya Enzminger Customer Centric E-bill On-line Electronic Billing system Real-time viewing of customer data including statement, payment, toll usage and other information

Dettagli

3d geological modelling and education: teaching geological sections and geological mapping with MVE Move

3d geological modelling and education: teaching geological sections and geological mapping with MVE Move 3d geological modelling and education: teaching geological sections and geological mapping with MVE Move Fabrizio Berra, Fabrizio Felletti, Michele Zucali Università degli Studi di Milano, Dip. Scienze

Dettagli

IM-IU v0.1. alternata e continua. pag. 1 / 5

IM-IU v0.1. alternata e continua. pag. 1 / 5 MANUALE OPERATIVO IM-IU v0.1 INSTRUCTION MANUAL SERIE TTC-V-485 Trasformatore di corrente alternata e continua PROTOCOLLO DI COMUNICAZIONE MODBUS TTC-V-485 SERIES AC/DC current transformer MODBUS COMMUNICATION

Dettagli

DICHIARAZIONE DI RESPONSABILITÀ

DICHIARAZIONE DI RESPONSABILITÀ - 0MNSWK0082LUA - - ITALIANO - DICHIARAZIONE DI RESPONSABILITÀ Il produttore non accetta responsabilità per la perdita di dati, produttività, dispositivi o qualunque altro danno o costo associato (diretto

Dettagli

CORSO MOC10748: Planning and Deploying System Center 2012 Configuration Manager. CEGEKA Education corsi di formazione professionale

CORSO MOC10748: Planning and Deploying System Center 2012 Configuration Manager. CEGEKA Education corsi di formazione professionale CORSO MOC10748: Planning and Deploying System Center 2012 Configuration Manager CEGEKA Education corsi di formazione professionale Planning and Deploying System Center 2012 Configuration Manager Get detailed

Dettagli

CORSO MOC10324: Implementing and Managing Microsoft Desktop Virtualization. CEGEKA Education corsi di formazione professionale

CORSO MOC10324: Implementing and Managing Microsoft Desktop Virtualization. CEGEKA Education corsi di formazione professionale CORSO MOC10324: Implementing and Managing Microsoft Desktop Virtualization CEGEKA Education corsi di formazione professionale Implementing and Managing Microsoft Desktop Virtualization This five-day, instructor-led

Dettagli

MAGNET LINK SURFACE MOUNTED

MAGNET LINK SURFACE MOUNTED MAGNET LINK SURFACE MOUNTED unonovesette LIGHTING INSTRUMENTS MAGNET LINK SURFACE MOUNTED is a low-voltage magnetic track in Class III SELV, Designed to power constant-voltage LED luminaires. The 4 conductors

Dettagli

no. SIC04053.03 Rev. 00 Dated 2008.10.02

no. SIC04053.03 Rev. 00 Dated 2008.10.02 TECHNICAL REPORT RAPPORTO TECNICO no. SIC04053.03 Rev. 00 Dated 2008.10.02 This technical report may only be quoted in full. Any use for advertising purposes must be granted in writing. This report is

Dettagli

Requisiti Qualità Fornitori per Programmi BOEING Supplier Quality Requirements for BOEING Programs REQUISITI QUALITÀ FORNITORI PER PROGRAMMI BOEING

Requisiti Qualità Fornitori per Programmi BOEING Supplier Quality Requirements for BOEING Programs REQUISITI QUALITÀ FORNITORI PER PROGRAMMI BOEING 1 Dema S.p.A. REQUISITI QUALITÀ FORNITORI PER PROGRAMMI BOEING SUPPLIER QUALITY REQUIREMENTS FOR BOEING PROGRAMS www.demaspa.it Rev.: 0 Pag. 1 / 6 2 EMISSIONE ISSUE E R Data/e Descrizione / Description

Dettagli

Sistemi elettronici per la sicurezza dei veicoli: presente e futuro. Il ruolo della norma ISO 26262 per la Sicurezza Funzionale

Sistemi elettronici per la sicurezza dei veicoli: presente e futuro. Il ruolo della norma ISO 26262 per la Sicurezza Funzionale 18 aprile 2012 Functional Safety Assessment e strumenti di supporto ai requisiti della norma ISO 26262 Carlo La Torre 4S Group - Management Systems & Functional Safety Senior Expert Renato Librino 4S Group

Dettagli

TNCguide OEM Informativa sull introduzione di documentazione aggiuntiva nella TNCguide

TNCguide OEM Informativa sull introduzione di documentazione aggiuntiva nella TNCguide Newsletter Application 4/2007 OEM Informativa sull introduzione di documentazione aggiuntiva nella APPLICABILITÀ: CONTROLLO NUMERICO itnc 530 DA VERSIONE SOFTWARE 340 49x-03 REQUISITI HARDWARE: MC 420

Dettagli

4th International Conference in Software Engineering for Defence Applications SEDA 2015

4th International Conference in Software Engineering for Defence Applications SEDA 2015 me Ho CALL FOR PAPERS: 4th International Conference in Software Engineering for Defence Applications SEDA 2015 Software Engineering aims at modeling, managing and implementing software development products

Dettagli

Joining in Car Body Engineering 2012

Joining in Car Body Engineering 2012 Joining in Car Body Engineering 2012 Optimization of dimensional quality in adhesivebonded joints along manufacturing process chain Antonio Annicchiarico Manuel Lai Rosanna Brun 20 Novembre, 2010 Fiat

Dettagli

ISO 9001:2015. Ing. Massimo Tuccoli. Genova, 27 Febbraio 2015

ISO 9001:2015. Ing. Massimo Tuccoli. Genova, 27 Febbraio 2015 ISO 9001:2015. Cosa cambia? Innovazioni e modifiche Ing. Massimo Tuccoli Genova, 27 Febbraio 2015 1 Il percorso di aggiornamento Le principali novità 2 1987 1994 2000 2008 2015 Dalla prima edizione all

Dettagli

Iris and SJU Project P15.2.6 Iris Public Event 04/02/2013 University of Salzburg Unipark P. Tavernise P15.2.6 PM. Ref.:

Iris and SJU Project P15.2.6 Iris Public Event 04/02/2013 University of Salzburg Unipark P. Tavernise P15.2.6 PM. Ref.: Iris and SJU Project P15.2.6 Iris Public Event 04 University of Salzburg Unipark P. Tavernise P15.2.6 PM R Content Project 15.2.6: Main objective Project 15.2.6: Project in brief Project 15.2.6: Specific

Dettagli

Mobile Wireless Accessibility: IBM PwD Italian project per Handimatica 2012

Mobile Wireless Accessibility: IBM PwD Italian project per Handimatica 2012 MWA services 2012 Mobile Wireless Accessibility: IBM PwD Italian project per Handimatica 2012 Franco Carminati cell: 3356324909 This report is solely for the use of Client personnel. No part of it may

Dettagli

CORSO MOC10231: Designing a Microsoft SharePoint 2010 Infrastructure. CEGEKA Education corsi di formazione professionale

CORSO MOC10231: Designing a Microsoft SharePoint 2010 Infrastructure. CEGEKA Education corsi di formazione professionale CORSO MOC10231: Designing a Microsoft SharePoint 2010 Infrastructure CEGEKA Education corsi di formazione professionale Designing a Microsoft SharePoint 2010 Infrastructure This 5 day ILT course teaches

Dettagli

CORSO VMNSX62: VMware NSX: Install, Configure, Manage [V6.2] CEGEKA Education corsi di formazione professionale

CORSO VMNSX62: VMware NSX: Install, Configure, Manage [V6.2] CEGEKA Education corsi di formazione professionale CORSO VMNSX62: VMware NSX: Install, Configure, Manage [V6.2] CEGEKA Education corsi di formazione professionale VMware NSX: Install, Configure, Manage [V6.2] This comprehensive, fast-paced training course

Dettagli

Dispositivi di comando e controllo. Reti di sicurezza

Dispositivi di comando e controllo. Reti di sicurezza Dispositivi di comando e controllo Reti di sicurezza Reti di Sicurezza Consentono di gestire le funzioni di Sicurezza con la stessa tecnologia che è oggi tipica dell Automazione Standard => Soluzione Integrata

Dettagli

La Governance come strumento di valorizzazione dell'it verso il business

La Governance come strumento di valorizzazione dell'it verso il business La Governance come strumento di valorizzazione dell'it verso il business Livio Selvini HP IT Governance Senior Consultant Vicenza, 24 novembre Hewlett-Packard Development Company, L.P. The information

Dettagli

Trasformare dati grezzi in Informazioni strategiche. Fredi Agolli, Country Manager 12 novembre 2013

Trasformare dati grezzi in Informazioni strategiche. Fredi Agolli, Country Manager 12 novembre 2013 Trasformare dati grezzi in Informazioni strategiche Fredi Agolli, Country Manager 12 novembre 2013 Dati mobile: la spesa si fa in metro Il motore è intelligente: i sensori smart delle grandi macchine Big

Dettagli

MOC20745 Implementing a Software Defined DataCenter

MOC20745 Implementing a Software Defined DataCenter Tel. +39 02 365738 info@overneteducation.it www.overneteducation.it MOC20745 Implementing a Software Defined DataCenter Durata: 4.5 gg Descrizione Questo corso insegna come implementare e gestire l'infrastruttura

Dettagli

Agenzia per la Promozione della Ricerca Europea ICT PSP Come presentare una proposta. Daniela Mercurio. Punto di Contatto Nazionale ICT PSP

Agenzia per la Promozione della Ricerca Europea ICT PSP Come presentare una proposta. Daniela Mercurio. Punto di Contatto Nazionale ICT PSP APRE Agenzia per la Promozione della Ricerca Europea ICT PSP Come presentare una proposta Daniela Mercurio Punto di Contatto Nazionale ICT PSP Università degli studi Tor Vergata, 12 Luglio 2007 Argomenti

Dettagli

Laboratorio di Amministrazione di Sistema (CT0157) parte A : domande a risposta multipla

Laboratorio di Amministrazione di Sistema (CT0157) parte A : domande a risposta multipla Laboratorio di Amministrazione di Sistema (CT0157) parte A : domande a risposta multipla 1. Which are three reasons a company may choose Linux over Windows as an operating system? (Choose three.)? a) It

Dettagli

BTicino A company profile

BTicino A company profile BTicino A company profile 01. Impresa BTicino Erba (CO), bobina di componenti elettronici BTicino Varese, Centro Studi Gigino Bassani Gruppo Legrand-BTicino in Italia > 300 > 5.000 > 10.000 > 100.000 Oltre

Dettagli

Streaming unicast. Live media source. Media store. server. internet. Client player. control. 5. Multimedia streaming Pag. 1

Streaming unicast. Live media source. Media store. server. internet. Client player. control. 5. Multimedia streaming Pag. 1 5. Multimedia streaming Pag. 1 Streaming unicast Live media source Unicast streaming is provided in a classic client- fashion At least two flows are established between client and. A distribution flow

Dettagli

Esame 70-271 : Supporting Users Running the Microsoft Windows XP Operating Systems (corso Moc 2261)

Esame 70-271 : Supporting Users Running the Microsoft Windows XP Operating Systems (corso Moc 2261) Esame 70-271 : Supporting Users Running the Microsoft Windows XP Operating Systems (corso Moc 2261) Questo corso ha lo scopo di fornire ai professionisti senza esperienza specifica di lavoro con Microsoft

Dettagli

Constant Propagation. A More Complex Semilattice A Nondistributive Framework

Constant Propagation. A More Complex Semilattice A Nondistributive Framework Constant Propagation A More Complex Semilattice A Nondistributive Framework 1 The Point Instead of doing constant folding by RD s, we can maintain information about what constant, if any, a variable has

Dettagli

CORSO MOC6439: Configuring and Troubleshooting Windows Server 2008 Application Infrastructure

CORSO MOC6439: Configuring and Troubleshooting Windows Server 2008 Application Infrastructure CORSO MOC6439: Configuring and Troubleshooting Windows Server 2008 Application Infrastructure CEGEKA Education corsi di formazione professionale Cegeka S.p.A. [1/5] Configuring and Troubleshooting Windows

Dettagli

Service Oriented Architectures

Service Oriented Architectures Service Oriented Architectures Introduction to SOA Fulvio Corno Dipartimento di Automatica e Informatica Politecnico di Torino 1 Definition Service Oriented Architecture A paradigm for organizing and utilizing

Dettagli

N 1 alla versione bilingue (italiano-inglese) NORMA UNI EN ISO 9001 (novembre 2008) Sistemi di gestione per la qualità - Requisiti.

N 1 alla versione bilingue (italiano-inglese) NORMA UNI EN ISO 9001 (novembre 2008) Sistemi di gestione per la qualità - Requisiti. ERRATA CORRIGE N 1 alla versione bilingue (italiano-inglese) DEL 31 luglio 2009 NORMA UNI EN ISO 9001 (novembre 2008) TITOLO Sistemi di gestione per la qualità - Requisiti Punto della norma Pagina Oggetto

Dettagli

Model Based Design per lo sviluppo e la verifica di moduli software in ambito Automotive

Model Based Design per lo sviluppo e la verifica di moduli software in ambito Automotive Model Based Design per lo sviluppo e la verifica di moduli software in ambito Automotive Automotive SPIN Italia - 4 Workshop on Automotive Software Roberto Sobrito, Software Engineer - FIAT Group Automobiles

Dettagli

WorkFlow Management Systems

WorkFlow Management Systems WorkFlow Management Systems Cosa è un? Automazione di un processo aziendale (business process) con: documenti, informazioni e compiti partecipanti insieme predefinito di regole obiettivo comune 2 Esempi

Dettagli

Dema S.p.A. SUPPLIER QUALITY REQUIREMENTS FOR AVIO PROGRAMS REQUISITI QUALITÀ FORNITORI PER PROGRAMMI AVIO

Dema S.p.A. SUPPLIER QUALITY REQUIREMENTS FOR AVIO PROGRAMS REQUISITI QUALITÀ FORNITORI PER PROGRAMMI AVIO 1 Dema S.p.A. REQUISITI QUALITÀ FORNITORI PER PROGRAMMI AVIO SUPPLIER QUALITY REQUIREMENTS FOR AVIO PROGRAMS www.demaspa.it Rev.: 0 Pag. 1 / 6 2 EMISSIONE ISSUE E R Data/e Descrizione / Description Firme

Dettagli

MWS3-3 - MOC NETWORKING WITH WINDOWS SERVER 2016

MWS3-3 - MOC NETWORKING WITH WINDOWS SERVER 2016 MWS3-3 - MOC 20741 - NETWORKING WITH WINDOWS SERVER 2016 Categoria: Windows Server 2016 INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 5 Giorni Windows Server 2016

Dettagli

CORSO MOC55133: PowerShell for System Center Configuration Manager Administrators. CEGEKA Education corsi di formazione professionale

CORSO MOC55133: PowerShell for System Center Configuration Manager Administrators. CEGEKA Education corsi di formazione professionale CORSO MOC55133: PowerShell for System Center Configuration Manager Administrators CEGEKA Education corsi di formazione professionale PowerShell for System Center Configuration Manager Administrators This

Dettagli

ISAC. Company Profile

ISAC. Company Profile ISAC Company Profile ISAC, all that technology can do. L azienda ISAC nasce nel 1994, quando professionisti con una grande esperienza nel settore si uniscono, e creano un team di lavoro con l obiettivo

Dettagli

EX072IT VMware Mirage and Horizon with View [V6.0]: Fast Track

EX072IT VMware Mirage and Horizon with View [V6.0]: Fast Track Tel. +39 02 365738 info@overneteducation.it www.overneteducation.it EX072IT VMware Mirage and Horizon with View [V6.0]: Fast Track Durata: 5 gg Descrizione Questo corso è rivolto a studenti con skills

Dettagli

Analisi dei Requisiti, Progettazione Preliminare ed Esecutiva di Grandi Sistemi Ingegneristici: Casi di Studio

Analisi dei Requisiti, Progettazione Preliminare ed Esecutiva di Grandi Sistemi Ingegneristici: Casi di Studio Seminario di Analisi dei Requisiti, Progettazione Preliminare ed Esecutiva di Grandi Sistemi Ingegneristici: Casi di Studio Corso di Ingegneria dei Sistemi Software e dei Servizi in Rete Parte 5. Evoluzione

Dettagli

How to use the WPA2 encrypted connection

How to use the WPA2 encrypted connection How to use the WPA2 encrypted connection At every Alohawifi hotspot you can use the WPA2 Enterprise encrypted connection (the highest security standard for wireless networks nowadays available) simply

Dettagli

VDI Solution. Today - Tough Choice for VDI Delopment. One or two application non browser-based activity.

VDI Solution. Today - Tough Choice for VDI Delopment. One or two application non browser-based activity. VDI Today Requirement 1. Central management; 2. High performance master image and working cache; 3. Fast system scalability (increase desktop provisioning); 4. High security environment; 5. Access anywhere

Dettagli

ITALTRONIC CBOX CBOX

ITALTRONIC CBOX CBOX 61 Contenitori per la Building Automation Materiale: PC/ABS autoestinguente Colore: Grigio scuro È un nuovo sistema PER L EQUIPAGGIAMENTO DI APPARECCHIATURE ELETTRONICHE su scatole elettriche a parete

Dettagli

We take care of your buildings

We take care of your buildings We take care of your buildings Che cos è il Building Management Il Building Management è una disciplina di derivazione anglosassone, che individua un edificio come un entità che necessita di un insieme

Dettagli

LA FORZA DI ESSERE NATI CARROZZIERI

LA FORZA DI ESSERE NATI CARROZZIERI LA FORZA DI ESSERE NATI CARROZZIERI the strength of a body repair background La Spanesi é un azienda in costante sviluppo che ha raggiunto oggi posizioni di primo piano nel settore delle attrezzature per

Dettagli

Hard Disk Drive Duplicator Dock USB 3.0 to SATA HDD Duplicator. StarTech ID: SATDOCK22RU3

Hard Disk Drive Duplicator Dock USB 3.0 to SATA HDD Duplicator. StarTech ID: SATDOCK22RU3 Hard Disk Drive Duplicator Dock USB 3.0 to SATA HDD Duplicator StarTech ID: SATDOCK22RU3 The SATDOCK22RU3 USB 3.0 to SATA Hard Drive Duplicator Dock can be used as a standalone SATA hard drive duplicator,

Dettagli

LA STORIA STORY THE COMPANY ITI IMPRESA GENERALE SPA

LA STORIA STORY THE COMPANY ITI IMPRESA GENERALE SPA LA STORIA ITI IMPRESA GENERALE SPA nasce nel 1981 col nome di ITI IMPIANTI occupandosi prevalentemente della progettazione e realizzazione di grandi impianti tecnologici (termotecnici ed elettrici) in

Dettagli

Presentazione del progetto AQUAlity

Presentazione del progetto AQUAlity Presentazione del progetto AQUAlity Project supported by EU: FP7- SME-2011-2-286995 Multi-sensor automated water quality monitoring and control system for continuous use in recirculation aquaculture systems

Dettagli

CORSO MOC20414: Implementing an Advanced Server Infrastructure

CORSO MOC20414: Implementing an Advanced Server Infrastructure CORSO MOC20414: Implementing an Advanced Server Infrastructure CEGEKA Education corsi di formazione professionale Cegeka S.p.A. [1/5] Implementing an Advanced Server Infrastructure In questo corso gli

Dettagli

Common Criteria CC-101 CC Part 2 Basics

Common Criteria CC-101 CC Part 2 Basics Common Criteria CC-101 CC Part 2 Basics Yanet Manzano Florida State University manzano@cs.fsu.edu 1 Outline Review Definition Review CC Part 2 Scope Description Security Functional Requirements Functional

Dettagli

Transient, corrupting is input. A pattern of transactions across the network causes database corruption. Unquantifiable! Should never happen in the lifetime of the system Cost Low Medium High Very Reliability

Dettagli