Difference between revisions of "Main Page"

From ISISEPICS
Jump to navigation Jump to search
 
(17 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>}}
[[File:ISIS_Logo.gif|150px|link=http://www.isis.stfc.ac.uk/]]
+
[[File:ISIS_logo2.png|link=http://www.isis.stfc.ac.uk/]]
  
== ISIS EPICS ==
+
== ISIS EPICS Modules ==
  
* [http://epics.isis.stfc.ac.uk/doxygen/lvDCOM/html lvDCOM (LabVIEW DCOM) documentation]
+
=== lvDCOM ===
* [[LVDCOM|lvDCOM download]]
+
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]
 +
 
 +
=== NetStreams ===
 +
An EPICS support module for interfacing with [https://www.ni.com/en-gb/innovations/white-papers/10/lossless-communication-with-network-streams--components--archite.html National Instruments Network Streams] using the [https://zone.ni.com/reference/en-XX/help/370051AG-01/TOC109.htm LabWindows/CVI library]. The module can only be used on Windows.
 +
* [https://github.com/ISISComputingGroup/EPICS-NetStreams source on GitHub]

Latest revision as of 22:41, 14 February 2021

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.

NetStreams

An EPICS support module for interfacing with National Instruments Network Streams using the LabWindows/CVI library. The module can only be used on Windows.