PDA

View Full Version : Sync ID problems in m364



iwgalloway
01-10-2012, 10:58 AM
Hi there

I'm restaging a show from 2010 - one control laptop sends remote preset commands and Sync ID to four Mac Minis. The show used to run on m257. Since one of the Mac Minis is a replacement machine, it has to run m364. In that configuration, all the machines are working as normal except the one in m364 - it will accept remote presets, but can't see Sync ID from the control laptop (which is still running m257).

This morning, I've switched the entire system over to m364 - all Mac Minis plus the control Laptop. All the computers on the wall happily accept the remote presets, but they still won't see the Sync ID. I can't get any machine on m364 to see Sync ID.

The control laptop is set to 'Broadcast to Remote Preview ON', all the Mac Minis are set to OFF. It doesn't seem to make any difference if I choose to broadcast 'sync only' or 'all info'.

All computers are on a closed network, addressed with 10.0.0.x, 255.255.255.0. All machines are set to 'Use Broadcast Address 10.x.x.x' (though this should be irrelevant to the Mac Minis?).

Any ideas?

westintour
01-10-2012, 09:16 PM
i just did this on a show with m364....try using the 255.x.x.x broadcast



nick

iwgalloway
10-10-2012, 10:09 PM
Hi there. Solved. When I upgraded Cat versions some of the active layers changed, and a layer that was previously inactive (and had the same ID on it) started being recognised.

SourceChild
18-10-2012, 10:12 PM
Guys,

Subnets are kind of like DMX but backwards.

255.0.0.0 listens to any address in A.0.0.1 through A.255.255.254. Basically 16 million addresses.

255.255.0.0 listens to any address B.B.0.1 through B.B.255.254. Basically 65,000 addresses. This would be like DMX 16 bit.

Then theres 255.255.255.0 which is C.C.C.1 through C.C.C.254. Which is only 254 addresses.

Even still, when I use Catalyst machines I go even tighter.
Since I never have more than 10 Catalysts (rarely) on the same show and never have more than say 3 controllers, I never have more than 16 computers on a subnet.

Therefore I use the Subnet Mask of 255.255.255.240 which only listens to 16 addresses. These are based on which address you start with. I usually set my devices to 10.100.100.x because nothing else uses it and it's easy to remember. I say 10 instead of 2 because 2 is public and if you accidentally plug into an outside network then problems happen.

So using 10.100.100.1 as my starting address, as long as all machines that need to listen to each other are between 10.100.100.1 and 10.100.100.16 then they will all hear just fine and outside traffic will be filtered.


Try looking here http://www.subnet-calculator.com/subnet.php?net_class=A
To see additional configuration types. Basically the tighter the subnet, the less rogue packets.