Mio-dms ?
vining
Posts: 4,368
I've finally got around to working with the new MIO-DMS and have some questions:
1, Master connection mode. Comes default as NDP (UDP) which requires a "friendly name" and says to set this up to bind with the master in the master's web server. Are they talking DUET master or regular, cuz I don't see any thing in my non duet master's web pages.
Besides NDP (UDP) there's also a choice for UDP. Why? Why UDP at all? This is a connectionless protocol where dropped packets are allowed and expected. Great for audio or video streams but not critical control data.
What's the preferred connection mode? I would think URL (TCP) like everything else but I couldn't get that to connect. It's connected and working now in that mode but I'm not sure why when it didn't connect the first 1/2 dozen attemps and I don't know what changed that should make a difference other than the obvious.
2. Bar Graphs/Levels? I don't see support, is there any like the older DMS pads?
3. It needs an IP Intercom built in to work with the "i" series TPs and the IP door phone that AMX should have some OEM brand for them!
1, Master connection mode. Comes default as NDP (UDP) which requires a "friendly name" and says to set this up to bind with the master in the master's web server. Are they talking DUET master or regular, cuz I don't see any thing in my non duet master's web pages.
Besides NDP (UDP) there's also a choice for UDP. Why? Why UDP at all? This is a connectionless protocol where dropped packets are allowed and expected. Great for audio or video streams but not critical control data.
What's the preferred connection mode? I would think URL (TCP) like everything else but I couldn't get that to connect. It's connected and working now in that mode but I'm not sure why when it didn't connect the first 1/2 dozen attemps and I don't know what changed that should make a difference other than the obvious.
2. Bar Graphs/Levels? I don't see support, is there any like the older DMS pads?
3. It needs an IP Intercom built in to work with the "i" series TPs and the IP door phone that AMX should have some OEM brand for them!
0
Comments
UDP can allow for more devices to connect to a master using less resources on the master than TCP would. The ICSP protocol handles all the things required to make a reliable communiction over UDP.
There is no preferred mode other than what you prefer and works best for your system.
Chuck
Ricardo
The odd thing is, the Keypad can do bar graphs but we're not able to access that capabilty. When ever you do file transfer they show bar graphs of file tranfer progress, so the capabilty is there.
What's engineering's thoughts on when UDP should be used? Is there a recipe where if your using x amount of TPs and if uder y amount of DMS pads use any connection mode but if over i amount of DMS pads use UDP? What's the preferred maximun of maintained TCP connections? There's got to be a reason for providing UDP and making it the default to optimize the master's system resources.
At what point should we be concerned about system resources as it pertains to the number of maintained TCP connections?
Ricardo
One would think that if you can do horizontal, vertical would be possible as well. Just a firmware programming modification.
There is no "limit" that is set to say "above this use UDP, below TCP is OK". I doubt there have been many instances where TCP loading was an issue that UDP would have fixed to this date.
The addition was made to look far into the future and was done hand in hand when NDP was developed, which uses UDP for discovery of masters and devices to they become less dependant on static IP addresses and URL entries.