Home AMX User Forum NetLinx Studio

Vaux Matrix Control ?

Hi,

Would someone have already controlled Vaux Audio/Video Matrix Lettis LE-1600V and LE-1600A ? I tried Duet module but none success and direct control with strings such as these not better :(

SEND_STRING dvMatrix_Vaux,"'*CW,11,1,0',13" SEND_STRING dvMatrix_Vaux,"'*CW,12,1,0',13" // Disconnect audio and video on Vaux Matrix

Thanks for any tips, advices, ideas ?

Vinc

Comments

  • DHawthorneDHawthorne Posts: 4,584
    I've used several of them, both with my own code and with the Duet module. An early version of the Duet module didn't provide feedback, but still controlled the Vaux.

    I don't see anything wrong with those strings. I'd give Vaux a call; they are very helpful, and if you have a firmware problem, or a scrambled setting inside the switch, they can talk you through a reset, or provide a firmware update to load.
  • vincenvincen Posts: 526
    In fact I finally found a piece of code for it and it looks you need to send both CR and LF at end of command, unless they state in protocol you can send one or the other or both ;)

    So correct string is:

    SEND_STRING dvMatrix_Vaux,"'*CW,11,1,0',10,13"

    Thanks

    Vinc
Sign In or Register to comment.