// int systemCID = getLastCID();
this.nameInst = new ConfigValueInst();
this.nameInst.getName().setValue("Name");
this.nameInst.updateData(new TextData(this.getClass().getSimpleName()));
this.nameInst.setIsReadOnly(true);
this.nameInst.setInstrumentID(systemID + 1);
this.addInstrument(this.nameInst);
//PM:19/2/08 removed the set name
// this.setName(this.getClass().getSimpleName());