01-11-2018 03:56 AM
Hi,
I have a simulation where the distance beween the parts has to stay the same at the whole procudtion line.
I found this code which does not work, but anyway I have a lot of stations and every station can be failed.
So is there any option to say that doesn't matter which station is failed all the stations behind this failed station have to stop and why does the code not work?
if singleproc2.gestoert then
singleproc1.stop;
förderstrecke1.geschwindigkeit:=0;
end;
Best regards,
IceTea
Solved! Go to Solution.
01-11-2018 04:11 AM
Please check the LockoutZone object.
01-11-2018 04:22 AM
01-11-2018 06:55 AM
01-12-2018 09:01 AM
Hi,
I still have one question about this object.
Is there such a same one to define that the BEs also stop if one of the Singleprocs is blocked?
Best regards