Home AMX User Forum AMXForums Archive Threads AMX Hardware AutoPatch Forum
Options

Autopatch Send string

Is there any way to send just a string to control input, output selection and volume?
Without incorporating the module, etc, etc.......:)

Thanx for any help

send_string dvAUTOPATCH, "'xxxxxxxxxxxxxx'"

Thank you

Comments

  • Options
    DHawthorneDHawthorne Posts: 4,584
    jackygross wrote: »
    Is there any way to send just a string to control input, output selection and volume?
    Without incorporating the module, etc, etc.......:)

    Thanx for any help

    send_string dvAUTOPATCH, "'xxxxxxxxxxxxxx'"

    Thank you

    Of course, and it's exactly what you listed above.

    Now, if you are asking what the commands it accepts are, it's all available in the documentation for the particular switcher you have. But you are going to have to build the string for every possible combination of commands, and then you will have to do it again and again for every program that you ever write that uses one. It's well worth your while to learn how to incorporate the module and save yourself the trouble. A module is far easier to use in a program than to re-write all this code every time.
  • Options
    TonyAngeloTonyAngelo Posts: 315
    See attached
    BCS.pdf 34.9K
Sign In or Register to comment.