Announcement

Collapse
No announcement yet.

Setting the input with a script

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Setting the input with a script

    I can turn the rec. on and off, adjust the volume, but when I try to set any input I get this

    2012 3:02:22 PM TWA_ONKYOINTEGRA DEBUG MODE: Receiver 1 Command (SLIN/A) Not Processed10/15/2012 3:02:22 PM TWA_ONKYOINTEGRA DEBUG MODE: Receiver 1 Recieved Command(SLI) Code(N/A)10/15/2012 3:02:22 PM TWA_ONKYOINTEGRA DEBUG MODE: Receiver 1 Number of Commands Recieved(1)10/15/2012 3:02:22 PM TWA_ONKYOINTEGRA DEBUG MODE: Receiver 1 RAW DATA !1SLIN/A10/15/2012 3:02:22 PM TWA_ONKYOINTEGRA DEBUG MODE: Receiver 1 Command Sent(!1SLI0)10/15/2012 3:02:22 PM TWA_ONKYOINTEGRA DEBUG MODE: Receiver 1 Command Found in Queue(SLI0)10/15/2012 3:02:22 PM System Control Panel Immediate Script: &hs.Plugin("TWA_ONKYOINTEGRA").SetInput("0","1")

    #2
    Originally posted by crhodes View Post
    I can turn the rec. on and off, adjust the volume, but when I try to set any input I get this

    2012 3:02:22 PM TWA_ONKYOINTEGRA DEBUG MODE: Receiver 1 Command (SLIN/A) Not Processed10/15/2012 3:02:22 PM TWA_ONKYOINTEGRA DEBUG MODE: Receiver 1 Recieved Command(SLI) Code(N/A)10/15/2012 3:02:22 PM TWA_ONKYOINTEGRA DEBUG MODE: Receiver 1 Number of Commands Recieved(1)10/15/2012 3:02:22 PM TWA_ONKYOINTEGRA DEBUG MODE: Receiver 1 RAW DATA !1SLIN/A10/15/2012 3:02:22 PM TWA_ONKYOINTEGRA DEBUG MODE: Receiver 1 Command Sent(!1SLI0)10/15/2012 3:02:22 PM TWA_ONKYOINTEGRA DEBUG MODE: Receiver 1 Command Found in Queue(SLI0)10/15/2012 3:02:22 PM System Control Panel Immediate Script: &hs.Plugin("TWA_ONKYOINTEGRA").SetInput("0","1")
    Try this instead

    &hs.Plugin("TWA_ONKYOINTEGRA").SetInput("00","1")

    the first number has to be 2 digit

    Let me know. Thanks!

    -Tom-
    -Tom-

    Comment


      #3
      Scripting

      Hi I like to set the volume off zone 2 with a pushbutton.

      When I push up volume + 1 when I push down volume -1

      What script commando can I use to read te zone2 volume and what to write it?

      hs. commands won't work!

      Comment

      Working...
      X