.. ifconfig:: includeDevInfo in ('true') ************** Software Setup ************** Working with the Karabo GUI and devices ======================================= Karabo GUI ---------- If the GUI is not connected to the serve, click on the plug icon on the upper left. In the connect dialog, leave all the default settings and just connect. in the project area on the bottom left click on "Open project". In the pop-up window, choose SCS as folder and select the SCS_CDI_DET_FCC2M_DET project. The servers and the necessary devices should all be running. If they are not, instantiate all devices in the project by clicking on them and pressing "Instantiate" in the configurator panel on the right, which shows all the device properties. If there is no temperature reading, press the "Connect" button in the Temperature_336 scene. From the scenes in the project menu, open "Control". The most important elements of the main device fastCCDControl are displayed in this scene. .. figure:: pics/karabo_gui.svg.png :width: 100 % :alt: pic of karabo GUI Karabo GUI and project for FastCCD camera. Karabo devices -------------- The project currently has three devices: 1. fastCDDControl: Main control device for the fastCCD camera. 2. fastCCDDAQ: Receives the data from the camera and assembles the frames. 3. Lakeshoreheater: Monitors the temperature of the camera. .. The fastCCDControl and Lakeshore heater device are running on the python server and any outputs will appear on that terminal. The fastCCDDAQ is loaded on the cpp server. .. The low level communication is encapsulated in a library called fastCCDDependency and is independent from karabo. .. All source code can be found in the corresponding folders in ~/karabo-2.2.4/karabo/devices. Lab setup: Startup of karabo services ===================================== If running in the lab, you may have to start your own karabo services: 1. On exflpcx27017 from the home directory:: source karabo/activate karabo-start karabo-gui & This will start the karabo services, e.g., the GUI server and the karabo-gui. 2. On exflcon15n0 start python and ccp server with proper id:: source karabo-2.2.4/karabo/activate karabo-cppserver serverId=cppserver/fastCCD Open a second terminal or terminal tab:: source karabo-2.2.4/karabo/activate karabo-pythonserver serverId=pythonserver/fastCCD Those are the servers running the actual devices to control the camera.