Damir Dobric DAENET.NET,Visual Studio & MORE! Radio-Frequency-Identification-Lösungen mit BizTalk RFID
Agenda Microsoft BizTalk RFID Overview Architecture Application models Implementing Event Handlers Implementing DSPI Providers BTS RFID and Sensors SOA and RFID Integrating with BizTalk RFID and VSTS Triggering Workflow applications Q&A
General overview What is BizTalk RFID? –Open Platform to develop RFID solutions –Engine tools and framework for dealing with RFID devices and other sensors What BizTalk RFID is not –It is not an implementation of specific business case RFID Package –Part of BizTalk 2006 R2 –Set of assemblies based on.NET 2.0 and.NET 3.0 –Microsoft BizTalk RFID Service (RfidServices.exe) –RFID Management Console
Logical Overview Distributed ’edge’sites running BizTalk RFID Device Layer RFID fixed and mobile readers Barcode scanners PLCs, etc. Physical Layer RFID tags, barcodes Biometric systems Environmental sensors, etc. RFID & Sensor Services Manage devices at the edge Add context and turn raw events into business-process–relevant information Interpret events at the edge through filters, rules & alerts Business Intelligence BAM for Process BI SQL/SQL BI for data analytics Business Applications Connect to multiple LOB apps Orchestrate business process Apply business logic
Hardware Device Service Provider Interface (DSPI)Device Service Provider Interface (DSPI) CustomDevices Custom ProvidersCustom Providers RFID WS (design, mgmt., runtime)RFID WS (design, mgmt., runtime) EPC Provider Designers, Tools & AdaptersDesigners, Tools & Adapters Store RFID Readers RFIDPrinters …. BizTalk Server BizTalk ServerApplications BizTalk RFIDBizTalk RFID SensorDevices Process ManagerProcess Manager Device ManagerDevice Manager Provider ManagerProvider Manager Architecture Sensor Service Bus
Demo RFID Management Console: Configuring Provider and Device
Application models Synchronous application model Dealing with devices, processes and providers Setting/Getting Properties Tag commissioning / de-commissioning Asynchronous application model RFID Business Process Declarative specification of an Event Processing Tree (EPT) Hosted within BizTalk RFID and IIS
Demo Synchronous Application Model: Reading Tag data ProviderManagerProxy DeviceManagerProxy ProcessManagerProxy
Asynchronous Application Model
Demo Process Management Device Abstraction Configuring EventHandler
Process properties Reliability mode (a binding parameter) –Express: Read->Dispatch (fast) –Reliable: Read->Persist->Dispatch (slower) –Transactional: Read->Persist->Transacted Dispatch (Ideal but slower)
Demo Implementing Event Handler: Using of VS EventHandler Template
Demo Implementing DSPI Provider: Sample Daenet.FileWatcher Emulator
Agenda Microsoft BizTalk RFID Overview Architecture Application models Implementing Event Handlers Implementing DSPI Providers Sensors and SOA Sensor Service Bus Integrating with BizTalk RFID and VSTS Triggering Workflow applications Q&A
m2m2 m2m2 Sensor Service Bus Architecture Sensor Service Bus TagEventProducerTag Event Consumer m1m1 m1m1 m1m1 m1m1 interface ISensorServiceBus { void DispatchTagReadNotification(RequestMsg); }
BizTalk RFID Process: Event Processing Pipeline BizTalk RFID Process: Event Processing Pipeline m2m2 Integrating with BizTalk RFID Service Bus TagEventProducerTag Event Consumer m1m1 m1m1 m1m1 … … EventHandler1 EventSink … … m2m2 m1m1
Recap Platform and architecture overview Managing devices and processes Device abstraction and Runtime architecture Synchronous and asynchronous programming model Implementing EventHandlers Introduction to DSPI development Rfid, SOA and Sensor Service Bus
Resources MSDN and TechNet OnLine (same content) CHM Documentation download (same as online content) 8f4e-b372c &DisplayLang=en 8f4e-b372c &DisplayLang=en BizTalk RFID Forum Code Samples Performance Tuning Blogs Required slide: Please customize this slide with the resources relevant to your session Visit
Questions