Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.65 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.65 KB

IDL2Tango Java bridge

Build Status Coverage Status codebeat badge

Download

This project is a part of X-Environment (Integrated Control System for High-throughput Tomography experiments). X-Environment is a bunch of components that server two main goals:

  • Collect data during the High throughput Tomography experiment in a non-disturbing way (does not disturb experiment)
  • Provide high level abstraction for beamline scientist to control the experiment

This library corresponds to the second goal. It bridges IDL and Tango Control System

Usage

Basic guideline: download, store some where, adjust IDL environment (idljavabrc file):


# Allow IDL-Java bridge to use .class files located in my CLASSPATH and also the
# classes found in the examples .jar file shipped with the bridge

JVM Classpath = $CLASSPATH:<path_to_library>/idl2tango-<version>.jar

NOTE remember Windows VS Linux separators (; VS :) and path delimeters (\ VS /)

See this code sample:

IDL code sample