//running scripts
scriptsInAction = new HashMap<String, Scripter>();
//shared scripter for reaction script
sharedScripter_ = new SharedScripter(this);
reactionScriptDtm_ = new ReactionScriptDtm(this);
//reactionScriptFrame_ = new ReactionScriptFrame(this);
//tcp listen hosts
primaryHost_ = new IecServer(this, true, primaryport_, 1, primaryDeviceId);