{************************************* PAL Script to stop one encoder Remember the Encoder count starts at 0 **************************************} var I : Integer = 3; //Replace 3 with the required encoder number Encoders[I].Stop; WriteLn('Stopped Encoder: '+InttoStr(I));