- Fixed a minor problem in poldizug

This commit is contained in:
koennecke
2009-03-09 08:28:35 +00:00
parent d158b33326
commit 393d103e9b
3 changed files with 16 additions and 1 deletions

View File

@@ -520,7 +520,7 @@ int MakePoldiReiss(SConnection * pCon, SicsInterp * pSics,
self->maxPos = atof(argv[7]);
self->iMode = FORCE;
self->state = OFF;
self->velocity = 10;
self->velocity = 2;
PZRCommand(self->controller, pCon, "wr mode 0\r\n", reply, 79);
AddCommand(pSics, argv[1], PoldiReissAction, killPoldiZug, self);