I have two Carbonite switchers and am using DashBoard. I am trying to have one custom control on one switcher to call up memories on both switchers. The command is:
rosstalk.sendMessage('172.16.0.102', 7788, 'MEM 51');
rosstalk.sendMessage('172.16.0.103', 7788, 'MEM 51');
Can this be done with custom control? As far as I can see the custom control only sees the command associated with the switcher I am using. What I did was to make a button that sends both commands. This works fine but when I use the button to try to save it to a custom control it only sees the command IP add. associated with the switcher.