MVP-8400 and MVP-7500 communication problem
rcervenan
Posts: 19
Hello everybody,
I have a several small wireless networks with this configurations: one NI master, one WPA (D-Link or AMX....), one MVP (7500 or 8400). I'm always placing into my program code in DEFINE_PROGRAM section this piece of code: [dvMODERO,2] = 1. On touch panel MVP side I have one button with code=2, feedback=channel - everybody knows I have it there for easy and quick checking MVP is connected to my AMX network. I have the problem: on some (not all) installations I can very often see on MVP side this button OFF while Link Quality and Signal Strength is very good at the same time - and of course MVP do not work properly - it is not showing my feedback levels, channels, master is not receiving pushes etc... Sometimes it works, sometimes not - and I think there is not a problem with signal quality, because MVP is very close to the WAP.
Does anybody have any idea, where should be a problem?
I have a several small wireless networks with this configurations: one NI master, one WPA (D-Link or AMX....), one MVP (7500 or 8400). I'm always placing into my program code in DEFINE_PROGRAM section this piece of code: [dvMODERO,2] = 1. On touch panel MVP side I have one button with code=2, feedback=channel - everybody knows I have it there for easy and quick checking MVP is connected to my AMX network. I have the problem: on some (not all) installations I can very often see on MVP side this button OFF while Link Quality and Signal Strength is very good at the same time - and of course MVP do not work properly - it is not showing my feedback levels, channels, master is not receiving pushes etc... Sometimes it works, sometimes not - and I think there is not a problem with signal quality, because MVP is very close to the WAP.
Does anybody have any idea, where should be a problem?
0
Comments
One thing I have seen is the access point itself dropping off the network. More often than not, this is a probelm with the WAP having problems with the local DHCP server. Similarly, I've had NetLinx masters and touch panels fall off the network as well. All of this can be fixed with givng all your NetLinx devices static IP's so they no longer depend on the DHCP server keeping their route alive.
Way back in the early days of NetLinx, I had an issue with a particular network switch. What drove me crazy was that certain panels on the system would not work unless I extended the ethernet wire feeding them. I had 20' coils of wire at the switch just for that purpose, and if I took them out, the panels would go offline. Working with AMX, we narrowed it down to the switch itself ... our best guess was that the NIC in the panels was confusing the auto-rate circuitry in the switch. I believe it was a commercial Linksys, and when we swapped it out for a Netgear, all the problems went away. The point here is there may be a network issue as well, and any link in the chain could be causing trouble.
Thank you for ideas, I have to be more concrete:
I'm using only static IP addresses.
You wrote: "Tech support suggested to never connect up the systems that way" : so what exactly tech support suggest?
Thanks in advance for any ideas.
The responce they gave me at the time was that the NI or the AMX WAP would not necessarily re-establish a connection that has gone down, without a reboot, where some other active component between them would allow the connection to be re-established without a re-boot. (rebooting either the WAP or NI) At least I think that is what they said, this was several years ago and I am relying on some fading gray cells right now...