Sending UDP from EOS to Paradigm

I have a few UDP commands setup in my Paradigm System that interface with a few IO gateways and some switches in the room.  I am trying to get a console to send the same command to the Unison Processor.  I see the command come in, but it doesn't do anything to the system.  

What am I missing?

Ryan

Parents
  • A few questions since it's not entirely clear from your post which direction things are flowing:

    • Is your Paradigm system sending UDP strings to the IO gateways, or is it receiving UDP strings from the IO gateways?
    • What is the command and specific formatting you've set up in your console?
    • Where are you "seeing the command come in" at?

    Usually when UDP strings fail to execute it's either due to improper formatting of the string itself, or using the incorrect end-of-message character. For example...by default Eos appends the carriage return+ line feed (CR+LF) to the end of all strings by default if not other EOM character is defined. Paradigm can be configured to either look for CR, or LF, or CR+LF, so if Eos isn't sending the matching EOM character, then the message won't execute.

Reply
  • A few questions since it's not entirely clear from your post which direction things are flowing:

    • Is your Paradigm system sending UDP strings to the IO gateways, or is it receiving UDP strings from the IO gateways?
    • What is the command and specific formatting you've set up in your console?
    • Where are you "seeing the command come in" at?

    Usually when UDP strings fail to execute it's either due to improper formatting of the string itself, or using the incorrect end-of-message character. For example...by default Eos appends the carriage return+ line feed (CR+LF) to the end of all strings by default if not other EOM character is defined. Paradigm can be configured to either look for CR, or LF, or CR+LF, so if Eos isn't sending the matching EOM character, then the message won't execute.

Children
Related