06-06-2007 03:04 PM
06-06-2007 03:25 PM
Sorry.
Wait a little or send another e-mail to Wim. There is some problem with ORNL license and Wim don't want to put with public access.
Other couple options can be
- If you have contact with SNS control group you can ask to pull out the library from CVS (I put there)
- you can ask on Epics forum in ANL. Some people use it.
I can look at home but I am not sure that I have it 😞
06-06-2007 03:40 PM
Actually, mechanism is IOC + client that put data to IOC. People don't loke to use standard approach through CA (=network) because it can be slower with huge arrays. So Shared memory is combination of 3 parts
- special area in system Windows memory (I suppose that gave "shared memory" name). It has subarea per PV.
- library that provide interface to special area
- modified standard Epics IOC. It has new record types that contact with shared memory by the library
When LabVIEW program starts it launches modified IOC. Of course, programmer should prepare PV list for IOC. IOC creates "shared memory" in Windows system memory. After that LabVIEW can use library and get/put data to shared memory. Also the library has set of function to sent event between IOC and library object in LabVIEW (or another) program.
There was one problem (maybe has fixed). It was very complicated from LabVIEW to subscribe to event that come from IOC.
06-12-2007 08:20 AM
06-12-2007 08:32 AM
EPICS_CA_AUTO_ADDR_LIST
EPICS_CA_ADDR_LIST
06-12-2007 09:48 AM
06-12-2007 09:54 AM
06-12-2007 10:30 AM
>> i get the hostname of the machine running windows, not the ip address of the machine running epics
That is bug in Epics I saw it myself from 3.14.0.1 up to 3.14.7 🙂 Epics core promised to fix it but I don't know 3.14.8 and 3.14.9 .
Epics cite is http://www.aps.anl.gov/epics/
Sometimes you can find useful information in tech-talk (forum) http://www.aps.anl.gov/epics/tech-talk/index.php
Ops ... I asked myself when wrote CA debug client with Qt graphic library http://www.aps.anl.gov/epics/tech-talk/2005/msg00959.php 🙂
06-26-2007 02:34 AM
10-16-2007 06:17 AM