Page 1 of 1

Translator Configuration Dialog - "Toggle Macro"

PostPosted: Wed 22. Jul 2009, 18:23
by bluesincenew
I am unable to find reference to these settings found in the Translator Configuration Dialog. Can you give a brief description?

Toggle Macro
[ _ ] - Toggle Macro aktivieren

Power Status
[ _ ] - Activate on Power On
[ _ ] - Activate on Power Off

Re: Translator Configuration Dialog - "Toggle Macro"

PostPosted: Wed 22. Jul 2009, 22:33
by IRTrans
A Toggle Macro is used to send two alternating IR Commands.

E.g. the first time "PowerOn" is sent, the next time "PowerOff", then again "PowerOn" and so on.

It is a rather special thing ...

IRTrans

Re: Translator Configuration Dialog - "Toggle Macro"

PostPosted: Sun 26. Jul 2009, 16:15
by bluesincenew
Is it possible to toggle between two macros?

Option 1
macro(w/toggle) "remote.power"
- -> (toggle A)[macro] "remote.power"
- - - <- [TV.power]
- - - <- [Receiver.input 1]
- -> (toggle B)[macro] "remote.power"
- - - <- [TV.power]
- - - <- [Reciever.off]

Option 2
macro "remote.power"
- - <- [TV.power]
- - -> macro(w/toggle) "remote.power"
- - - - <- (toggle A) [Receiver.input 1]
- - - - <- (toggle B) [Reciever.off]

The goal is to assign a dummy IR code (remote.power) to the physical remote, that when flashed, will control the TV and receiver.
(For the "power-on" cycle, I wish to use the input selection to power the receiver on.)

Currently I have a receiver.power command and the tv.power command in a simple macro.

Re: Translator Configuration Dialog - "Toggle Macro"

PostPosted: Sun 26. Jul 2009, 17:42
by IRTrans
No, that is not possible. A toggle Macro can only contain one "ON" and one "OFF" command (or whatever you need).

IRTrans