3 . I ns t r uc ti on Se t3- 9Ladder diagram:X0 X1Y10F0OUTInstruction: Operation:LDI X0 Load NC contact X0AND X1 Connect NO contact X1 in seriesOUT Y10F0 Drive Y5 coil (Suppose F0=K-3)Mnemonic Operands Function Program steps ControllersES2/EX2 SS2 SA2SE SX2SET Y, M, S Latches the ONstatus 1~3Explanations:1. When the SET instruction is driven, its designated device will be ON and latched whether theSET instruction is still driven. In this case, RST instruction can be applied to turn off thedevice.2. 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 2.40 (and above) support the operands Y, M,and S. These operands can be qualified by E or F. Users have to use WPLSoft version 2.31(or above)/ISPSoft version 2.01 (or above).Program example:Ladder Diagram:X0 Y0Y1SETInstruction: Operation:LD X0 Load NO contact X0ANI Y0 Connect NC contact Y0 in seriesSET Y1 Drive Y1 and latch the statusLadder Diagram:X0 Y0Y15E5SETInstruction: Operation:LD X0 Load NO contact X0ANI Y0 Connect NC contact Y0 in seriesSET Y15E5 Drive Y20 and latch the status(Suppose E5=K3)Mnemonic Operands Function Program steps ControllersES2/EX2 SS2 SA2SE SX2RST Y, M, S, T, C, D, E,FResets contacts,registers or coils 3Explanations:1. Device status when RST instruction is driven:Device StatusS, Y, M Coil and contact are set to OFF.T, C Current value is cleared. Associated contacts or coils are reset .D, E, F The content is set to 0.