1 / 6

Device/Driver Support for Network Based Devices

This presentation discusses the need for a modular approach to implementing device/driver support for network-based devices in EPICS. The presentation covers the basic idea, the shared Message Passing Facility, and the supported devices. The text language is English.

danielpayne
Download Presentation

Device/Driver Support for Network Based Devices

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. Device/Driver Support for Network Based Devices EPICS Collaboration Meeting Jun, 2003

  2. Backgrounds & Basic Idea • Many PLCs and device controllers comes equipped with an Ethernet interface. • It is inefficient to implement device/driver support modules for each of those devices independently. • The most complex part, Message Passing Facility, can be shared. • What to send depends on the company proprietary protocols, but how to send does not.

  3. To Be Supported Soon

  4. Modular Structure Record Support FA-M3 MELSEC CVM1 … Device Support Library Network IO Driver

  5. Loading Modules for Each -> ld < drvNetMpf.o -> ld < devNetDev.o -> ld < devMelPlc.o -> ld < devYewPlc.o -> ld < devOmrPlc.o -> ld < devNDim.o

  6. Device Dependent Module • Implements only 3 functions: • Link Field Parser • Command Constructor • Response Parser • Fairly easy to implement ! • Portable • Some of the modules has been ported onto 3.14 on Linux together with the common driver

More Related