Home AMX User Forum NetLinx Modules & Duet Modules
Options

EPSON DUET MODULE IP CONNECTION

Hy, i'm a new user,

i use the "due module interface for epson vp" with one projector and it's all ok,

can you help me for use more projectors. what must modify in the code ?

thanks.

Comments

  • Options
    Jimweir192Jimweir192 Posts: 502
    If you want to control multiple Epson Projectors using the duet module, you just need to declare multiple instances of the module with different names

    DEFINE_MODULE 'Epson_Duet_Module_Name' Unique_Name1()
    DEFINE_MODULE 'Epson_Duet_Module_Name' Unique_Name2()
    DEFINE_MODULE 'Epson_Duet_Module_Name' Unique_Name3()

    I don't know the module directly, but obviously you'll need to pass each instance the correct IP address and any other unique parameters

    HTH
Sign In or Register to comment.