;Tomix TCL File c090103 ;Plan 90 (with yard) ;Translated by Richard D. Kerr Rev. 2020-07-16 ;from https://www.youtube.com/watch?v=67ZeUy7bQ-g at 3:20 in video SW 1 ;Control Unit Display Time is set to 1 second SF 3 ;Frequency is set to 3 (200Hz) DF ;Display the Frequency PA 0,1 ;Parameter Set 0 is assigned to Train 1 PA 0,2 ;Parameter Set 0 is assigned to Train 2 SR 1 ;Repetition Count is set to 1 DR ;Display the Repetition Count ST 0.30 ;Repetition Time is set to 0 minutes 30 seconds DT ;Display the Repetition Time ;Reset Points CP 1.1,0 ;Change Point 1.1 to straight CP 1.2,0 ;Change Point 1.2 to straight CP 1.3,0 ;Change Point 1.3 to straight CP 1.4,0 ;Change Point 1.4 to straight SA 0 ;Operation Mode is set to 0 (Forwarding Mode) SM 1.2,2 ;Origin sensor is set to S1-2 with Option 2 (Forward) SM 1.4 ;Destination sensor is set to S1-4 SM 1.8 ;Destination sensor is set to S1-8 SM 1.6 ;Destination sensor is set to S1-6 SM 1.2,6 ;Destination sensor is set to S1-2 with Option 6 (end) RN ;Start running ; SW 1 ;Control Unit Display Time is set to 1 second SF 3 ;Frequency is set to 3 (200Hz) DF ;Display the Frequency PA 0,1 ;Parameter Set 0 is assigned to Train 1 PA 0,2 ;Parameter Set 0 is assigned to Train 2 SR 1 ;Repetition Count is set to 1 DR ;Display the Repetition Count ST 0.30 ;Repetition Time is set to 0 minutes 30 seconds DT ;Display the Repetition Time ;Reset Points CP 1.1,0 ;Change Point 1.1 to straight CP 1.2,0 ;Change Point 1.2 to straight CP 1.3,0 ;Change Point 1.3 to straight CP 1.4,0 ;Change Point 1.4 to straight SA 0 ;Operation Mode is set to 0 (Forwarding Mode) SM 1.2,3 ;Origin sensor is set to S1-2 with Option 3 (Reverse) SM 1.6 ;Destination sensor is set to S1-6 SM 1.8 ;Destination sensor is set to S1-8 SM 1.4 ;Destination sensor is set to S1-4 SM 1.2,6 ;Destination sensor is set to S1-2 with Option 6 (end) RN ;Start running ; SW 1 ;Control Unit Display Time is set to 1 second SF 3 ;Frequency is set to 3 (200Hz) DF ;Display the Frequency PA 0,1 ;Parameter Set 0 is assigned to Train 1 PA 0,2 ;Parameter Set 0 is assigned to Train 2 SR 1 ;Repetition Count is set to 1 DR ;Display the Repetition Count ST 0.30 ;Repetition Time is set to 0 minutes 30 seconds DT ;Display the Repetition Time ;Reset Points CP 1.1,0 ;Change Point 1.1 to straight CP 1.2,0 ;Change Point 1.2 to straight CP 1.3,0 ;Change Point 1.3 to straight CP 1.4,0 ;Change Point 1.4 to straight SA 0 ;Operation Mode is set to 0 (Forwarding Mode) SM 1.6,3 ;Origin sensor is set to S1-6 with Option 3 (Reverse) SM 1.8 ;Destination sensor is set to S1-8 SM 1.4 ;Destination sensor is set to S1-4 SM 1.2,6 ;Destination sensor is set to S1-2 with Option 6 (end) RN ;Start running ;end