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
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: