Difference between revisions of "LVDCOM"

From ISISEPICS
Jump to navigation Jump to search
Line 6: Line 6:
 
** Binary download provides '''bin/win32-x86/example.exe''' which can be used with '''iocboot/iocexample/st.cmd''' as the basis for further IOCs
 
** 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]
 
* [http://epics.isis.stfc.ac.uk/doxygen/lvDCOM/ Documentation]
* [https://github.com/ISISComputingGroup/EPICS-lvDCOM source on GitHub]
+
* [https://github.com/ISISComputingGroup/EPICS-lvDCOM Source on GitHub]

Revision as of 00:05, 22 December 2015

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. 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