4 Basic InstructionsDVP-PM Application Manual 4-7Ladder diagram: Instruction: Operation:LD X0 Load NO contact X0ANI Y0 Connect NC contact Y0 in seriesX0 Y0Y1SETSET Y1 Drive Y1 and latch the statusMnemonic FunctionRST Resets contacts, registers or coilsControllers20PM 10PMX0~X377 Y0~Y377 M0~M4095 S0~S1023 T0~T255 C0~C255 D0~D9999 V, ZOperand - 9 9 9 9 9 9 9Explanations:1. When RST instruction is driven, the actions of the designated devices are:Device StatusS, Y, M Coil and contact are set to OFF.T, C Current value is cleared. Associated contacts or coils are reset .D, V, Z The content is set to 0.2. Status of designated devices remains the same when RST instruction is not executed.Program Example:Ladder diagram: Instruction: Operation:LD X0 Load NO contact X0X0Y5RST RST Y5 Reset contact Y5Mnemonic FunctionTMR 16-bit TimerControllers20PM 10PMT-K T0 ~ T255, K0 ~ K32,767Operand T-D T0 ~ T255, D0 ~ D9999Explanations:When TMR instruction is executed, the designated timer coil will be ON, and the timer will be enabled. When the setvalue in the timer is reached (present value ≥ set value), the associated contact will be ON and act as follows:NO (normally open) contact Current flowsNC (normally closed) contact Current blockedProgram Example:Ladder diagram: Instruction: Operation:LD X0 Load NO contact X0X0T5TMR K1000 TMR T5 K1,000 Set value in timer T5 as K1,000