Until now, when the Error In was defined, the EditorGT would release a soft stop and log that error in.
Now, one has to select what to do if a machine error signal comes up:
1) Hard stop: set the stop out, log the error, and get out of production.
2) Soft stop: set the stop out for 2 seconds, log the error, but continue in production.
3) Inhibit PD1: ignore PD1, that is stay in production but do not print while the signal is on. Used for splicing application, wait-for-color in webs, and wherever one wants to stop printing depending on a signal provided by a customer. This signal a clean signal: On or Off, no bouncing, etc.