Implementing Toggle IR Codes

Implementing Toggle IR Codes

The document explains the use of Toggle IR codes in programming macros for devices that rely on toggle bits for IR control. Toggle IR codes consist of two components: the main IR code and its toggle bit. The toggle bit ensures the receiver recognizes repeated button presses, as only the first press is typically acknowledged without it.

To implement Toggle IR codes:

  1. Use the "Toggle IR Code" function in the "Add Macro Step" window.
  2. Add both IR commands (e.g., "Cursor Up" and "Cursor Up T=1") to the macro.
  3. Drag the commands inside the Toggle function so the blue line wraps around them.

Toggle bits are necessary for commands with repeating actions, such as sending channel numbers to a set-top box. For three repeating commands, the toggle bit is used only for the second command. Toggle bits are not required for non-repeating commands.