diff --git a/ofac.c b/ofac.c index 16202525..ef67fbc7 100644 --- a/ofac.c +++ b/ofac.c @@ -86,6 +86,7 @@ static void InitIniCommands(SicsInterp * pInter) PCMD("MakeMcStasController", McStasControllerFactory); PCMD("MakeMulti", MakeMulti); PCMD("MakeOptimise", MakeOptimiser); + PCMD("MakeSecMotor", SecMotorFactory); PCMD("Publish", TclPublish); PCMD("Remob", RemobCreate); PCMD("ResetServer", ResetStatus); @@ -146,7 +147,6 @@ static void InitIniCommands(SicsInterp * pInter) SCMD("MakeScanCommand", ScanFactory); SCMD("MakeSecCounter", MakeSecCter); SCMD("MakeSecHM", MakeSecHM); - SCMD("MakeSecMotor", SecMotorFactory); SCMD("MakeSecNVS", MakeSecNVS); SCMD("MakeSicsObj", InstallSICSOBJ); SCMD("MakeSicsPoll", InstallSICSPoll);