Difference between revisions of "LVDCOM"

From ISISEPICS
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:<span style="display:none">{{FULLPAGENAME}}</span>}}
 
{{DISPLAYTITLE:<span style="display:none">{{FULLPAGENAME}}</span>}}
 +
An EPICS support module to access items on the front panel of the [http://www.ni.com/labview/ National Instruments LabVIEW software package] and expose them as EPICS process variables. It uses Microsoft Windows DCOM technology and thus both the EPICS IOC and LabVIEW software must be running on Microsoft Windows. In most cases modification of the original LabVIEW is not required to use this package. For an alternative option that additionally works on Linux, you could create network shared variables within LabVIEW and then use the [[NETSHRVAR]] package.
 
== lvDCOM 1.0 Download ==
 
== lvDCOM 1.0 Download ==
* [http://epics.isis.stfc.ac.uk/downloads/lvDCOM/1.0/lvDCOM-1_0.zip Source download only]
+
* [http://epics.isis.stfc.ac.uk/downloads/lvDCOM/1.0/lvDCOM-1_0.zip Source only]
* [http://epics.isis.stfc.ac.uk/downloads/lvDCOM/1.0/lvDCOM-1_0-win32-x86-static.zip Source download including win32-x86 statically linked IOC binary (EPICS BASE 3.14.12.2, ASYN 4-18)]
+
* [http://epics.isis.stfc.ac.uk/downloads/lvDCOM/1.0/lvDCOM-1_0-win32-x86-static.zip Source plus win32-x86 statically linked IOC binary (EPICS BASE 3.14.12.2, AUTOSAVE 5-0, ASYN 4-18)]
 +
** Binary download provides '''bin/win32-x86/example.exe''' which can be used with '''iocboot/iocexample/st.cmd''' as the basis for further IOCs
 +
* [http://epics.isis.stfc.ac.uk/doxygen/lvDCOM/ Documentation]
 +
* [https://github.com/ISISComputingGroup/EPICS-lvDCOM Source on GitHub]

Latest revision as of 17:05, 10 November 2016

An EPICS support module to access items on the front panel of the National Instruments LabVIEW software package and expose them as EPICS process variables. It uses Microsoft Windows DCOM technology and thus both the EPICS IOC and LabVIEW software must be running on Microsoft Windows. In most cases modification of the original LabVIEW is not required to use this package. For an alternative option that additionally works on Linux, you could create network shared variables within LabVIEW and then use the NETSHRVAR package.

lvDCOM 1.0 Download