Skip to content

DTL-010 and DTL-030 have an odd discrepancy

In the file for DTL-030 we find (https://gitlab.esss.lu.se/e3/wrappers/e3-dtlhighlevel/-/blob/7222cd628238d0802bf3a3dfc8497e693dacc95d/dtlhighlevel/dtlhighlevelApp/src/orchestration_tank030.st#L1626-L1631):

      Steerer_StopOperationCmd=1;
      pvPut(Steerer_StopOperationCmd);
      Tuners_StopOperationCmd=1;
      pvPut(Tuners_StopOperationCmd);
      Cooling_StopOperationCmd=1;
      pvPut(Cooling_StopOperationCmd);

while in DTL-010 we find (https://gitlab.esss.lu.se/e3/wrappers/e3-dtlhighlevel/-/blob/7222cd628238d0802bf3a3dfc8497e693dacc95d/dtlhighlevel/dtlhighlevelApp/src/orchestration_tank010.st#L1775-L1779)

      Steerer_StopOperationCmd=1;
      pvPut(Steerer_StopOperationCmd);
      Tuners_StopOperationCmd=1;
      pvPut(Tuners_StopOperationCmd);

This is very odd that the last two lines in the first case is missing. Should it be? Also, check the other tanks...

Edited by Lais Pessine Do Carmo