Difference between revisions of "Main Page"

From ISISEPICS
Jump to navigation Jump to search
Line 5: Line 5:
  
 
=== lvDCOM ===
 
=== lvDCOM ===
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. For an alternative option that additionally works on Linux, you could create network shared variables within LabVIEW and then use the ''NetShrVar'' package below.     
+
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 below.     
 
* [http://epics.isis.stfc.ac.uk/doxygen/lvDCOM/ documentation]
 
* [http://epics.isis.stfc.ac.uk/doxygen/lvDCOM/ documentation]
 
* [[LVDCOM|download]]
 
* [[LVDCOM|download]]

Revision as of 16:56, 10 November 2016

ISIS logo2.png

ISIS EPICS Modules

lvDCOM

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

NetShrVar

An EPICS support module to access National Instruments Network Shared Variables and expose them as EPICS process variables. The module can be run on either Windows or Linux operating systems. Shared variables are available in LabVIEW and some national instruments hardware.