Home AMX User Forum NetLinx Studio

Parsing outside a Duet Module

Dear all,

I'm trying to implement extra functions to the Polycom HDX-9004 AMX DUET Module, for example to parse if we are doing a multiconference.

In order to do that I need to use a data_event outside the .JAR but as many of you know for sure I don't receive strings outside (because the duet module I guess).

Do you know any way to do that? I've already tried using "redirect_string" function to receive the strings in a virtual device, but It doesn't work.

I don't want to make a new full module just because of this. /facepalm

Any idea? kisses

Comments

  • Joe HebertJoe Hebert Posts: 2,159
    Avargas wrote: »
    I'm trying to implement extra functions to the Polycom HDX-9004 AMX DUET Module, for example to parse if we are doing a multiconference.

    In order to do that I need to use a data_event outside the .JAR but as many of you know for sure I don't receive strings outside (because the duet module I guess).

    Do you know any way to do that? I've already tried using "redirect_string" function to receive the strings in a virtual device, but It doesn't work.

    The standard way is to send the following command to the Duet virtual device.
    PASSBACK-1

    Check out the doc that is included with the module. It should be listed in there.
  • PhreaKPhreaK Posts: 966
    See this post
  • AvargasAvargas Posts: 57
    It works. Thanks you very much for the info!
Sign In or Register to comment.