Home AMX User Forum NetLinx Studio

Multi Desvice screen

Hi all

I got lost with the multi device and systems ...:(

Lets say I have 5 system.
Every system have the same CD type, 5 instances.
Each TP can control each CD, with no limits.

I want to use the same screen with the same button channels.
I don't want to duplicate the screen and change the channels...
Whe I did that with 3 Setop Box in the same room I saved a var in the system that hold the device to send the command to.

but now I have multi systems, and each can send to each device...


What is the way to do it?
is it possible or should I duplicate the screens?

thanks

Ady.

Comments

  • DHawthorneDHawthorne Posts: 4,584
    Track which device is selected in a variable. In the button events for your shared panel pages, put a SWITCH statement based on the value of that variable, sending events and feedback to the correct device.
  • adysadys Posts: 395
    thats what I did, but what if the on TP wants to send commands to device X, and one TP to device Y?

    how can I do it if its the same screen for both? it the same code running in one place...
Sign In or Register to comment.