DVP- ES2/ EX2/ SS2/ SA2/ SX2/ SE&TP O pe r a t i on Ma nua l - Pr ogr am m i ng3- 500API Mnemonic Operands Function ControllersES2/EX2 SS2 SA2SESX2258 ATMR Contact type timerTypeOPBit Devices Word devices Program StepsX Y M S K H KnX KnY KnM KnS T C D E F ATMR: 5 stepsS1 *S2 * * *PULSE 16-bit 32-bitES2/EX2 SS2 SA2SE SX2 ES2/EX2 SS2 SA2SE SX2 ES2/EX2 SS2 SA2SE SX2Operands:S1: Timer number (T0~T255) S2: Setting value (K0~K32,767, D0~D9,999)。Explanations:5. DVP-ES2/EX2 series PLCs whose version is 3.20/DVP-SS2 series PLCs whose version is3.00/DVP-SA2 series PLCs whose version is 2.60/DVP-SE series PLCs whose version is1.20/DVP-SX2 series PLCs whose version is v2.40 (or above) are supported.6. When the instruction ATMR is executed, the coil of the timer specified is driven. When the timervalue is equal to the setting value, the state of the normally-open contact is On, and thenormally-closed contact is Off.Normally-open contact OnNormally-closed contact OffProgram Example:When the normally-open contact X0 is On, the timer T5 begins to measure time intervals. If the timervalue is larger than or equal to K1000, the normally-open contact Y0 will be On.Ladder diagram (The instruction TMR is used.)X0T5TMR K1000T5Y0Ladder diagram (The instruction ATMR is used.)X0T5ATMR K1000 Y0