Closedown

This commit is contained in:
x03daop
2015-11-02 14:39:32 +01:00
parent 217537caf8
commit cd64bc9345

View File

@@ -25,8 +25,8 @@ public class HoloScan extends Panel {
//Overridable callbacks
@Override
public void onInitialize(int runCount) {
Motor phi = (Motor) getDevice("phi");
Motor theta = (Motor) getDevice("theta");
Motor phi = (Motor) getDevice("ManipulatorPhi");
Motor theta = (Motor) getDevice("ManipulatorTheta");
motorPanelPhi.setDevice(phi);
motorPanelTheta.setDevice(theta);
spinnerFromPhi.setModel(new SpinnerNumberModel(phi.getMinValue(), phi.getMinValue(), phi.getMaxValue(), 1.0));