Difference between revisions of "Main Page"

From ISISEPICS
Jump to navigation Jump to search
(Replaced content with "== ISIS EPICS == EPICS Support Modules")
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
== ISIS EPICS ==
+
{{DISPLAYTITLE:<span style="display:none">{{FULLPAGENAME}}</span>}}
 +
[[File:ISIS_logo2.png|link=http://www.isis.stfc.ac.uk/]]
  
[[Modules|EPICS Support Modules]]
+
== ISIS EPICS Modules ==
 +
 
 +
=== 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. 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]
 +
* [[LVDCOM|download]]
 +
* [https://github.com/ISISComputingGroup/EPICS-lvDCOM source on GitHub]
 +
 
 +
=== NetShrVar ===
 +
An EPICS support module to access [http://www.ni.com/white-paper/5484/en/ 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. The IOC provided works very much like the [http://www.ni.com/white-paper/14144/en/ NI EPICS I/O server] which is built upon the Shared Variable Engine (SVE) - the main difference is that with ''NetShrVar'' you have a standard EPICS IOC and thus full access to EPICS database fields and logic, you also do not require the Datalogging and Supervisory Control (DSC) module.
 +
* [http://epics.isis.stfc.ac.uk/doxygen/NetShrVar/ documentation]
 +
* [[NETSHRVAR|download]]
 +
* [https://github.com/ISISComputingGroup/EPICS-NetShrVar source on GitHub]

Revision as of 17:02, 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. The IOC provided works very much like the NI EPICS I/O server which is built upon the Shared Variable Engine (SVE) - the main difference is that with NetShrVar you have a standard EPICS IOC and thus full access to EPICS database fields and logic, you also do not require the Datalogging and Supervisory Control (DSC) module.