Home AMX User Forum NetLinx Studio

Querying Modero MVP Touchpanels

To all:

Is is possible to query a MVP touchpanel for data such as: SSID, Signal Strength, Signal Quality, WEP key, IP Address, and other such network related data.

Thank you for your time and consideration,

Jairo Martinez
AMX Programmer

Comments

  • yuriyuri Posts: 861
    the way i do it is the following:

    in TP4, do this:
    open your project, then go to: File -> Open System Page Template
    this will open another 'project' in your workspace, which contains all the pages from the setup screens! you can then copy paste from these pages into your own project :)
    works fine for me!
  • DHawthorneDHawthorne Posts: 4,584
    There are lots of ways to get this data for yourself, but I don't think any of them allow you to query it in code and get the values to your master. There's another thread buried in here on the subject that included some possible workarounds, but I'm just fuzzy-headed enough this morning not to remember where we had the discussion ...
  • DigiMeDigiMe Posts: 59
    Thanks for the reply

    I believe DHawthorne to be correct in that you can not query from the Master to the Modero for such information like the SSID or IP address. I guess this to be the case but I needed to make sure. Yuri, thanks for the info but I had that much done. You can acctually create new buttons and set that button to "0-Setup" and then set it to advance mode to get all the Modero local functions. Copying the System Setup Pages will work too.

    Jairo Martinez
    AMX Programmer
    Columbus, Ohio
  • yuriyuri Posts: 861
    DigiMe wrote:
    I believe DHawthorne to be correct in that you can not query from the Master to the Modero for such information like the SSID or IP address. I guess this to be the case but I needed to make sure. Yuri, thanks for the info but I had that much done. You can acctually create new buttons and set that button to "0-Setup" and then set it to advance mode to get all the Modero local functions. Copying the System Setup Pages will work too.

    Jairo Martinez
    AMX Programmer
    Columbus, Ohio

    Indeed, i just checked this, and didnt know you had to go to 'advanced' to see them all :P
Sign In or Register to comment.