gl.setBus(locomotive.getBus());
gl.setAddress(locomotive.getAddress());
locomotive.setGL(gl);
lockControl.registerControlObject(
"GL",
new SRCPAddress(locomotive.getBus(), locomotive
.getAddress()), locomotive);
}
if (!locomotive.isInitialized()) {
initLocomotive(locomotive);
}