Home AMX User Forum NetLinx Studio
Options

1600 Devices? Limits on processor.

Is it okay to declare 1600 virtual devices?

Notice the system numbers. All processors would be able to see each other. But each processor would handle at most 400 devices. But they would need to know the status of all devices since they will be mapped to their local panels.

DEFINE_DEVICE
//global audio objects
vdvAudioObject0001 = 35001:1:0 //to
vdvAudioObject0200 = 35200:1:0

//proc 1 audio objects 200-400
vdvAudioObject0201 = 35201:1:1 //to
vdvAudioObject0400 = 35300:1:1

//proc 2 audio objects 401-600
vdvAudioObject0401 = 35401:1:2 //to
vdvAudioObject0600 = 35600:1:2
//proc 3 601-800
//proc 4 801-1000
//proc 5 1001-1200
//proc 6 1201-1400
//proc 7 1401-1600
Sign In or Register to comment.