Home AMX User Forum NetLinx Studio
Options

Clearone SR1212 ADPRESENT command

Hi,

Does anybody have any experience with the ClearOne SR1212 ADPRESENT command? I'm receiving responses from the SR1212 but what I'm receiving is different from what the manual is saying I should.

Here are 3 responses back from the SR1212

#G3 ADPRESENT 0 6 0 0 0$0D$0AOK>
#G3 ADPRESENT 0 E 0 0 0$0D$0AOK>
#G3 ADPRESENT 0 FEF 0 0 0$0D$0AOK>

The command is on page 239 of the serial control manual.

Any Thoughts?
Yours,
John Wilhelmi

Comments

  • Options
    Hi jwilhelmi,

    The ADPRESENT will report back the following:
    DEVICE ADPRESENT INPUTS OUTPUTS PROCESS FADERS TELCO

    EG:
    #G3 ADPRESENT 0 6 0 0 0
    Output 6 has a signal

    #G3 ADPRESENT 0 E 0 0 0
    Outputs 2,3,4 have signals

    #G3 ADPRESENT 0 FEF 0 0 0
    Outputs 1-4 and 6-12 have signals

    Hope this helps.

    Cheers
    Craig
  • Options
    ADPRESENT
    cmatkin wrote: »
    Hi jwilhelmi,

    The ADPRESENT will report back the following:
    DEVICE ADPRESENT INPUTS OUTPUTS PROCESS FADERS TELCO

    EG:
    #G3 ADPRESENT 0 6 0 0 0
    Output 6 has a signal

    #G3 ADPRESENT 0 E 0 0 0
    Outputs 2,3,4 have signals

    #G3 ADPRESENT 0 FEF 0 0 0
    Outputs 1-4 and 6-12 have signals

    Hope this helps.

    Cheers
    Craig

    In the first statement if Hex 6 is converted back to binary, the result would turn on bits 2 &3.

    for the string,
    #G3 ADPRESENT 0 6 0 0 0
    Output 6 has a signal

    would read
    Outputs 2&3 have a signal

    Was there something in the math that I missed?

    John
  • Options
    Hi John,

    No, you are correct.
    Sorry, I don't know what happened.

    Cheers
Sign In or Register to comment.