Difference between revisions of "NETSHRVAR"

From ISISEPICS
Jump to navigation Jump to search
 
(One intermediate revision 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 [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.  
+
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.
 
== NetShrVar 1.0 Download ==
 
== NetShrVar 1.0 Download ==
 
* Binary download coming soon
 
* Binary download coming soon
 
* [http://epics.isis.stfc.ac.uk/doxygen/NetShrVar/ Documentation]
 
* [http://epics.isis.stfc.ac.uk/doxygen/NetShrVar/ Documentation]
 
* [https://github.com/ISISComputingGroup/EPICS-NetShrVar Source on GitHub]
 
* [https://github.com/ISISComputingGroup/EPICS-NetShrVar Source on GitHub]

Latest revision as of 17:06, 10 November 2016

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.

NetShrVar 1.0 Download