Single stepΒΆ

Single step means:

  • In IL: Execute the program until the next CAL, LD or JMP command.
  • In ST: Execute the next instruction.
  • In FBD, LD: Execute the next network.
  • In SFC: Continue the action until the next step.

By proceeding step by step you can check the logical correctness of your program.