Home AMX User Forum AMX General Discussion

someone knows how to work on ip!!

hello !!

i need some code examples how to work with ip on the new controlers like NI200 AND 700 AND MYBE 4000.

i intent to buy a NI2000 controler from E-bay and do a web interface gui and control my living room from my laptop.

so :
1. i need how to do a web interface tochpanel ?
2. i need to know how to send string to ip device on my living room(vsx7000,kramer vp84eth).

i have found a code that saied haw to send string to ip client but it seem to drive the system crazy...

i hope pepole here have some ideas how to help get going before i buy one to my self and get crazy!!
I dont have anuff money for tps ---so that why i need for the meen-time to build a code on web interafce ,or if excist EXE-application like i saw on a client that called -XPANEL but it isn't amx .

thanks for your help anyway!!

Comments

  • JeffJeff Posts: 374
    To do a web touchpanel, you need TPDesign3, not TPDesign4.

    Follow these excellent instructions from Joe Hebert

    http://amxforums.com/showthread.php?t=335&highlight=g3+web+control

    For the other question, can you show us what the other code you have thats driving the system crazy is? It could be something simple thats messing you up, but its much easier to glance at existing nonfunctional code than create something from scratch

    J
  • DHawthorneDHawthorne Posts: 4,584
    If you search the forums, you'll find someone here has a nice little Yahoo widget for controlling a NetLinx master. It's just a very basic sample, you would need to expand on it to make it useful. I started myself to make a widget that emulates an MSP-32, but never finished (right now, it only has 16 buttons and a lot of dead space). The widget approach has a lot of potential I think, and you can customize the look and feel a great deal; but it's also significantly more work, and you can't use any of the AMX tools to build it. However, if you have any experience making web apps, it will be old hat to you.
  • galayegalaye Posts: 28
    so ...if i understand i need to build on tpd-3 only

    so if i have tpd4 gui in order to turn to tp3 i cant ,so i need to build a tpd3 and send to web!!

    right

    now what about an easy way to send string to an ip cient!!?

    thanks
  • JeffJeff Posts: 374
    in your DEFINE_START, do an IP_CLIENT_OPEN command, define your device as 0:5:0, and then do send_string dvDevice,"'MYSTRING'"
  • galayegalaye Posts: 28
    thanks!!

    i hope i understood currectlly!!!!

    i will try...

    i am still lookind for sample code for m kind of configuration like:

    web based tps and a ip controler of amx....

    ******** has on every controler that has an ip card an xpanel that can send commands and used as an ordinarry tps....

    i saw on several clients!!
Sign In or Register to comment.