aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs')
-rw-r--r--Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
index ab4237f9c..da8d115a3 100644
--- a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
+++ b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
@@ -1064,7 +1064,7 @@ namespace Tango.Integration.Operation
if (JobHandlingMode == JobHandlerModes.SettingUp)
{
- if (response.Message.Status.Progress > jobTicket.ProcessParameters.DryerBufferLength)
+ if (response.Message.Status.Progress > processParameters.DryerBufferLengthMeters)
{
if (!completed)
{
@@ -1785,7 +1785,7 @@ namespace Tango.Integration.Operation
if (JobHandlingMode == JobHandlerModes.SettingUp)
{
- if (response.Message.Status.Progress > request.JobTicket.ProcessParameters.DryerBufferLength)
+ if (response.Message.Status.Progress > processParameters.DryerBufferLengthMeters)
{
if (!completed)
{