Home AMX User Forum Muse Automator

Muse Automator - Protocol 3000

I am developing my first AMX Muse Automator project.

I need to operate a Kramer FC-7P relay unit over IP. Using Hercules, I can close a relay with '##RELAY-STATE 1,1'. I can open a relay with '##RELAY-STATE 1,1' and it works.

The above strings are not working in Muse Automator. I have tried using only 1 hash sign.

I would appreciate any thoughts on this.

Comments

  • EuroCatEuroCat Posts: 12

    I should add that I did have a behind each string.

  • Marc ScheibeinMarc Scheibein Posts: 928

    The basic instruction node might be a "change", with a payload as JSON format

    Where the \r represents the carriage return 0x0D (linefeed is a \n, crlf is \r\n)

    The IP connection itself might be a "tcp request" (use your IP settings)

    The TCP request node does a Client connect, then sending the payload, and delivers a reply from the connection.
    In the setup of the screenshot, the connection is kept open.

Sign In or Register to comment.