1 / 6

EPICS2ACNET

EPICS2ACNET. October 28, 2008. Present Status. Map devices by EPICS PV name and field to ACNET device and property Using MOOC front end to interface Duane has provided a prototype implementation dbxxx interface for local node access (10 usec)

herbst
Download Presentation

EPICS2ACNET

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. EPICS2ACNET October 28, 2008

  2. Present Status • Map devices by EPICS PV name and field to ACNET device and property • Using MOOC front end to interface • Duane has provided a prototype implementation • dbxxx interface for local node access (10 usec) • caxxx interface for remote node access (1 msec) (will try caxxx interface for local access as well) • mapping is hard coded in front end

  3. Present Status (contd) • Mapping table created • DABBEL modified to support insertion of information into the mapping table • FMAP property (‘EPICS’, • ‘{PV name (with field)}’,’type’,,)

  4. Work to be done • Improve efficiency of EPICS interface • Settle on an SSDN format • Implement LOOKUP interface to download mapping information (including handling database modifications on the fly) • Implement fast time plot and snapshot plot support • Modify D80 to make it easy to create devices (Do we provide assistance to the user?) • Create guidelines for IOC programmers for ACNET friendly database records

  5. Device Mapping Database Table • Device index • Property • Field number (can build structures) • System type (EPICS, APACS, etc.) • PV name (including field) • Start index (start index in foreign device array) • Number of elements (number of elements in foreign device array) • Data type (float, integer, etc.) • Data length in bytes • Date (date of last modification)

  6. ACNET Device Entry Help Issues • Search for PV names from a node • Search for PV names matching a string • Determine the EPICS data type for a PV • Determine the number of elements in a PV

More Related