Skip to content

Part of X-Environment (X = Integrated Control System) for High-throughput Tomography experiments

License

Notifications You must be signed in to change notification settings

waltz-controls/idl2tango

 
 

Repository files navigation

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

About

Part of X-Environment (X = Integrated Control System) for High-throughput Tomography experiments

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.2%
  • HTML 3.8%
  • IDL 3.0%