1 / 39

Advantech Industrial I/O Sales Training for AKR

Advantech Industrial I/O Sales Training for AKR. 2013.August. PC-based DAQ and I/O Control System. PC, Computer. Software. Digital I/O DAQ and Control System. DAQ Devices (Different Interface). Digital Signal. Button, Switch, Relay, LED. Analog DAQ (Data Acquisition) System. Physical

ezra-pace
Télécharger la présentation

Advantech Industrial I/O Sales Training for AKR

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Advantech Industrial I/O Sales Training for AKR 2013.August

  2. PC-based DAQ and I/O Control System PC, Computer Software Digital I/O DAQ and Control System DAQ Devices (Different Interface) Digital Signal Button, Switch, Relay, LED Analog DAQ (Data Acquisition) System Physical phenomenon Signal Condition Sensor Analog Signal

  3. Advantech Complete DAQ & I/O Solution PC, Computer Software DAQ Devices Rugged PC/104, PCI-104 Card High Density ISA, PCI, PCI Express Card Plug & Play USB Module

  4. HARDWARE

  5. DAQ Devices Different Interface to Connect with PC Plug-in DAQ ISA, PCI PCI Express Commercial PC Industrial PC Embedded PC Rugged DAQ PC/104, PCI-104 Embedded PC-104 CPU Boards Embedded Automation Computers Portable DAQ USB Laptop, NB Ultrabook Automation Computer Touch Panel Computer

  6. DAQ Devices How to Select Analog DAQ? (1) Sampling Rate & Update Rate 111 111 110 110 101 101 100 100 011 011 010 010 001 001 000 000 Twice Sample Rate = 2 N/T • For periodical signal, sampling rate should ≧ 2 times of signal frequency (at least) • With higher sampling rate, user can get more accurate data • Higher sampling rate will increase the DAQ hardware price • Advantech DAQ cards: 100 kS/s, 250 kS/s, 500 kS/s, 1 MS/s, 10 MS/s, 30 MS/s Sample Rate = N/T

  7. DAQ Devices How to Select Analog DAQ? (2) Resolution (min. measurement unit) Vref Vref 1111 111 1110 110 101 100 . . . . . . 011 010 001 0001 000 0000 3-bit resolution 4-bit resolution • 1 LSB (least significant bit))= Range / 2resolution • Ex: 12-bit with ±10 Volt → LSB = 20V/(212) = 0.05V = 5mV • With higher resolution, user can get more accurate data • Higher resolution will increase the DAQ hardware price • Advantech DAQ cards: 12-bit, 14-bit, 16-bit

  8. DAQ Devices How to Select Digital DAQ? • Digital Signal: Two states only (High or Low) • Input and Output Voltage Level • TTL DIO:High level is 5 Volt (Low level is 0 V) • Isolated DIO: High level is 24 Volt (Low level is 0 V) • Isolated DIO has isolation protection design (2,500 VDC) • TTL DIO Card: 24, 48 or 96 channels available • Isolated DIO Card:32, 64, 128 channels available High Level Digital signal DAQ devices Low Level

  9. DAQ Devices How to Select Digital DAQ? • Relay Functionality • Counter Functionality - Event count, frequency measurement, pulse width measurement Pulse output with timer interrupt, delay pulse generation, PWM output Built-in Relay External Relay DIO Card Relay Card Counter input 6 1 2 3 4 5 Counter input Frequency = 100 Hz

  10. DAQ Devices Advantech Offers Versatile DAQ & I/O Multifunction I/Os • 16 AI (12 or 16-bit, sampling rate up to 1 MS/s) • 2AO (12 or 16-bit, update rate up to 1 MS/s) • 32 DIO, up to 3 counters Analog Inputs • 4, 16, 32, 64 AI • 12 or 16-bit; sampling rate up to 30 MS/s Analog Outputs • 2, 4, 6, 8, 12, 32 AO • 12, 14, or 16-bit; update rate up to 10 MS/s Digital I/Os • 24, 32, 48, 64, 96, 144 TTL DIO (5 VDC) • 16, 32, 64, 128 isolated DIO (24 VDC) Relays • Up to 16 Form A / Form C relay Counters • Up to 8 counters, 4-axis encoder inputs Signal Conditions • Thermocouple, RTD, Strain Gauge Input • AC/DC voltage and current

  11. SOFTWARE

  12. Software New Generation Driver Package - DAQNavi • FREE software you can download from Advantech’s website • Same driver package for PCI, PCI Express, USB, PC/104, PCI-104 devices

  13. Software DAQNaviOffers DAQNaviSoftware Architecture User’s Program DataLogger AP Navigator Utility Example Code Libraries C# VB.NET Java C, C++ Delphi LabVIEW Programming Language Device Drivers Operating Systems Hardware:Advantech DAQ Card and modules

  14. DAQNavi Benefits for Developers • Fast and Elegant Programming:Component-Style Libraries • Reliable programming: Thread-Safe • Cross-Platform: Easily Migrate Programming • User Friendly Design: Intuitive and User-guided Environment Fastand Elegant Programming User-Friendly Design Hardware OS Driver Libraries Examples AP Utility Cross-Platform ReliableProgramming

  15. Customer’s Problem My project development needs to be done very quickly. How can I efficiently complete my program in such a short period?

  16. Rapid and Elegant Development How DAQNavi Helps to Achieve RAD Programming? • DAQNavi is designed by Object-Oriented Programming (OOP) and Component-Based Development (CBD) concept • DAQNavi offers many component-based class libraries that programmers can use it directly WITHOUT knowing detail operation behinds it Black Box DAQNavi Component-based Libraries “Buffer AI” property method event Programmers don’t need to know memory allocation, interrupt configuration, timing initialize, etc. for “Buffer AI” operation

  17. Rapid and Elegant Development DAQNavi Component-based Libraries: Application Scenario Static AI, Static AO Buffer AI, Buffer AO Streaming AI, Streaming AO Static DI and Static DO Event Counter Frequency & Pulse Width Measurement PWM Signal Generation Digital Input Interrupt Pattern Match Interrupt

  18. Rapid and Elegant Development DAQNavi Wizard for Configuration • Helps programmers perform hardware parameters configuration in shortest time • Deliver “Persistence” mechanism: configuration will be saved and every execution in the following will keep the same configuration LabVIEW DAQNavi Wizard (Express VI) .NET DAQNavi Wizard

  19. Rapid and Elegant Development DAQNavi Wizard for Configuration • Intuitive and easy-to-understand configuration environment • Step-by-step helps programmers quickly become familiar with Advantech data acquisition hardware Select Devices Configure timing setting Choose DAQ functionality Configure trigger setting Configure channels and ranges

  20. Customer’s Problem When I execute my data acquisition program, why the system crashes? Why the data writing or reading is incorrect, not as my expectation?

  21. Reliable Development Thread-Safe is Important for DAQ Development! • Programmers need to face Multi-thread and Multi-Core programming for DAQ application • Without well thread-safe design during programming, incorrect data management or system crash will happen • DAQNavi has take thread-safe into consideration, so programmers don’t need to worry about how to do thread-safe programming by themselves B A C Data Error (Race Condition) System crash (blue screen) Multi-thread

  22. Customer’s Problem If I need to use different OS or programming language, do I need to spend a lot of time to get familiar with it and re-write my code?

  23. Cross-Platform Able to Develop and Deploy DAQ Application within Different OS and Programming Language • DAQNavi supports many popular OS (both 32-bit and 64-bit) • DAQNavi supports most programming languages for measurement and automation Operating System Programming Language and IDE* Note: Windows 8 supports desktop version only *: Integrated Development Environment (IDE)

  24. Cross-Platform Cross-platform DAQ development is no problem Support Programming Language which is cross-platform More over…. DAQNavi has included System call into its libraries So customer doesn’t need spend a lot of time To write different codes for different OS

  25. Cross-Platform DAQNavi library for multi-programming language • For different programming language, DAQNavi offer similar programming calling flow for data acquisition execution • Programmers can easily change programming environment without a lot of learning time C# Programming for Static AI C Programming for Static AI VB Programming for Static AI

  26. Customer’s problem It’s my first time for this DAQ device, I have no idea for its operation. How to do configuration? How to test the hardware? Where is the manual? It is so difficult to get familiar with it!

  27. User Friendly Design • Advantech Navigator: All-in-One Environment Configuration Testing Example Code HW Manual SW Manual Navigator Tutorial Video Tutorial Video Tool Feedback

  28. Summary: DAQNavi Benefits • Fast and Elegant Programming:Component-Style Libraries • Reliable programming: Thread-Safe • Cross-Platform: Easily Migrate Programming • User Friendly Design: Intuitive and User-guided Environment Rapid and Elegant Programming User-Friendly Design Hardware OS Driver Libraries Examples AP Utility Cross-Platform Reliable Programming: Thread-Safe Guaranteed

  29. DAQNavi Website: www.advantech.com/daqnavi 

  30. Advantech Data Logger Application Software • Ready-to-use application program (AP) for data logging, display and recording • Programmers can use and Advantech hardware without any programming • Intuitive hardware channel parameters configuration wizard • Real-time display with zoom and pan operation, and save data to local file • Recorded data playback to view historical data

  31. NEW PRODUCTs

  32. PCI Card PCI Express Card PCI Express IO Series 1730 1754 1756 1752 1760 1751 1753 1810 1816

  33. 2013 I/O Product Marketing Strategy PCIE-1730 PCIE-1752 PCIE-1754 PCIE-1756 PCIE-1751 PCIE-1753 New Product PCIE-1810 PCIE-1816 New Product PCIE-1760 New Product 2013 Q1 2013 Q2 2013 Q3 2013 Q4 DAQNavi Software Campaign PCI Express Complete Solution

  34. Competitor Analysis: Relay Output PCI Express

  35. Competitor Analysis: 48-ch PCI Express TTL DIO Cards

  36. Competitor Analysis: PCI Express TTL DIO Cards

  37. Best Cost-PerformanceMultifunction PCI Express: PCIE-1810, 1816 [released in 2013 Q4] Price NI PCIe-6361 NI PCIe-6341 High-end NI PCIe-6351 Entry NI PCIe-6321 Advantech PCIE-1816 Advantech PCIE-1810 Performance

  38. 2014 H1:High Speed and Resolution AI Resolution H1‘14 24 bit 18 bit 16 bit 14 bit 12 bit 8 bit PCIE-1802 • 8-CH, 24-bit AI • Sample rate: <200kS/s • Simultaneous Q4‘13 PCIE-1816 • 16/8-CH, 16-bit AI • Sample rate: 5 MS/s • 2-CH, 16-bit AO • 24-CH DIO H1‘14 PCIE-1840 General • 4-CH, 14-bit AI • Sample rate: 100MS/s • Simultaneous Q4‘13 PCIE-1810 • 16/8-CH, 12-bit AI • Sample rate: 1 M/s • 2-CH, 12-bit AO • 24-CH DIO Sample Rate

  39. THANK YOU

More Related