ME260 & CV15's -- Touchpanels dropping offline??
RichieG
Posts: 16
in AMX Hardware
Just wondering if anyone has had any experience with ME260's & CV15 touch panels.
We have done an upgrade on around 10 old Axcent card frames, by attaching an ME260 via AXLink. The CV15 is then connected to the ME260 via Ethernet.
The code that is running in the ME260's is still basically access code, with the majority of push events occuring in the mainline (except for a few new ones which I added)
Now, we are running into a problem where the touch panels are dropping offline, then coming back online anywhere between 2 seconds or 20 minutes later.
We have thoroughly checked the network, and any network setting (100mb full / half / 10mb full / half) and that doesn't seem to be the issue.
I've tried to reproduce the problem, using just an ME260 & CV15 (without the card frames attached), but with no luck.
The problem is very intermittent, sometimes the touch panels will stay online for days without dropping off, other times i have seen them go offline / online about 30 times in the space of 20 minutes.
Has anyone run into this problem before?
Also, on another point, certain parties are adamant that it is the code that we are running that is causing the touch panels to go offline?
I would be extremely interested to know if anyone is able (or was able at some point) to get a touch panel to drop offline, via something in their code. To me it seems impossible for the ME260 to be running fine, and for the touch panel to drop off because of a code problem.
There are also no run time errors in the code before the touch panel drop offs, or anything else that might indicate that the code can cause a touch panel to go offline.
thanks for you help.
We have done an upgrade on around 10 old Axcent card frames, by attaching an ME260 via AXLink. The CV15 is then connected to the ME260 via Ethernet.
The code that is running in the ME260's is still basically access code, with the majority of push events occuring in the mainline (except for a few new ones which I added)
Now, we are running into a problem where the touch panels are dropping offline, then coming back online anywhere between 2 seconds or 20 minutes later.
We have thoroughly checked the network, and any network setting (100mb full / half / 10mb full / half) and that doesn't seem to be the issue.
I've tried to reproduce the problem, using just an ME260 & CV15 (without the card frames attached), but with no luck.
The problem is very intermittent, sometimes the touch panels will stay online for days without dropping off, other times i have seen them go offline / online about 30 times in the space of 20 minutes.
Has anyone run into this problem before?
Also, on another point, certain parties are adamant that it is the code that we are running that is causing the touch panels to go offline?
I would be extremely interested to know if anyone is able (or was able at some point) to get a touch panel to drop offline, via something in their code. To me it seems impossible for the ME260 to be running fine, and for the touch panel to drop off because of a code problem.
There are also no run time errors in the code before the touch panel drop offs, or anything else that might indicate that the code can cause a touch panel to go offline.
thanks for you help.
0
Comments
all to often that is blamed, when there are other problems.
check firmware versions, check power supplies and if applicable run the Queue_and_Threshold_Sizes.axi (see tech support).
I'm not too concerned with online and offline events associated with startup , wakeup, or sleep events; it's the random drops that bug me. Nor am I particulrly worried about dropoffs on wirelss MVP's; I have come to accept it as part of the way wireless connections are maintained. But it puzzles me that only certain hardwire panels ever have issues, and oddly enough, they are the ones physically closest to the network switches, while others never have an issue at all. It almost has to be a network problem, and probably in the switch itself (I'm using NetGear).
However, to avoid posting a log that is full of days and days of activity, I can tell you there are random offline and online events on this system. They don't happen very often, like once or twice in a three day period. Sunday's log (which is too full of wakeup and sleep events to just post) shows two panels with no other activity whatever dropping off line and coming back 30 seconds later.
It could be this is just normal and to be expected.
Jeff
30 seconds is an extremely long amount of time for a customer to be pressing a button and nothing happen.
All it takes is this to happen to them two or three times and they will lose confidence in the system.
Anyway, I've been running a test today, trying to get a panel to drop offline by sending it invalid page flips, and text to buttons that aren't on the panel. Nothing has happened thus far.
Was the panel rebooting, or just freezing?
Mine stays on the same page, but just won't react to button presses.
If i've got a page flip in the Data Online event (which I do alot of the time in case of power failures, etc).. it flips back to that page when it comes online.
Panel was rebooting - there would be no response then the telltale panel reboot beep - with the offline/online events showing up in the system log. I hadn't seen this particular behaviour before as I send PAGE- and PPON- commands for non-existant pages all the time - just in this case this is what I was seeing.
Since you tested the page flips and button text commands, I don't have any good ideas as to what is next on the possible causes list. Anyone have any thoughts? If someone has any ideas, I could probably try something on a weekend here and attempt to verify/disprove the theory.
Jeff
The result is that the response of the controller to pushes is delayed for a few minutes. changing the codes to button_event under define_event seems retified the problem.
I cannot figure out what could be the problem.
Charles
I doubt it is a code issue as these are at different sites with entirely different code. One of the sites is a Video Conference setup in a client's Boardroom and if the panel goes offline mid call, some very senior guys get very upset - I know, I've been there!
I have tried changing network settings, changing ethernet switches and upgrading firmware, nothing helps.
It is so intermittent, it is hard to track down. Sometimes a panel will go for days (or even weeks) then at other times, drop offline several times an hour. I have even tried a direct crossover lead between panel and master to eliminate any network congestion problems, but to change!
Paul Scott
1. Client System. NI-3000 and CV15
2. Our Company showroom. NI-3000 and CV12
I think it is not due to program code
In both case, the latest firmware 2.55.78 is running.
I am going to try to downgrade the firmware as these problems never ran before (firmware 2.46.69)
Could it be a good idea?
Regards
Fabrizio
The problem is not due to firmware
It is due to network traffic
I simply changed the Ethernet mode to 10 FULL DUPLEX and I start seeing touchpanel on AMX Network
It is better to slow the network speed, as the Auto mode is not working perfectly or for any other reason
Regards
Fabrizio
Paul Scott
Jeff
I have a divisable room with 2 individual systems via ethernet
through a fast switch. No connection to a facility LAN.
Each room has an NI-3000 with NXT-CV12.
I have tried different ethernet settings
with no improvement, firmware, etc.
95% of the time, everything works perfect.
5%, the customer hates the system.
This problem is frustrating because it is
SO intermittant.
The panel decides to work eventually on its own.
I also have other rooms with a single system that seem
to work fine 100%.
Maybe there is something in my room-room setup that
is aggravating the problem. I am simply using a URL list,
with opposing room devices defined in the code for each room.
Also there has been a problem effecting CV12/15/17 where with certain network switches the panels do not communicate over CAT5 cables shorter than 30m.
Hope this helps someone.