Precautions During ProgrammingFP08 − 278.8 Changing the Set Value of Timer/Counter During RUNMethod 2: Method using the FP Programmer IIUse the word data monitor function to read the set value area SV of the timer or counterto be changed, and rewrite the value.Example of changing the value of SV0 from K30 to K50.Procedure:1. Execute word data monitor (OP8).ENT(−)OP 82. Read SV0.READTMT-SV 03. Clear SV0.(HELP)CLR4. Write the new changing value.WRT(BIN)K/H 5 0Method 3: Method using the program (high-level instruction)To change a set value of timer/counter based on an input condition, use a high-levelinstruction as shown below to rewrite the value in the set value area SV of the desiredtimer or counter.Example: Changing the set value to K20 when input R0 turns onF0 MV, K20, SV3R1R0T3 Y0TMX 3, K50 When R0 turns on, the timer set valuechanges from 5 seconds to 2 seconds.