Search found 9 matches
- Fri Aug 06, 2010 9:14 pm
- Forum: NetBurner Software
- Topic: Problem with network occasionally failing (MOD 5270)
- Replies: 13
- Views: 11082
Re: Problem with network occasionally failing (MOD 5270)
A final update on this problem. It seems to have been caused by a bug in the arp code, which I am told will be fixed in the next release. It will only bite you if your code occasionally initiates sending a stream of packets to a unicast address. In our case we were using SysLog to send log messages....
- Sun Aug 01, 2010 2:06 am
- Forum: NetBurner Software
- Topic: Problem with network occasionally failing (MOD 5270)
- Replies: 13
- Views: 11082
Re: Problem with network occasionally failing (MOD 5270)
On reflection, when the problem is occurring, the Netburner sends a LOT of ARP requests. Would it be normal to send out a continual stream of ARP requests if no response had been received? If not, is it possible that somehow an ARP request is getting stuck and being continually transmitted, and this...
- Sat Jul 31, 2010 11:32 pm
- Forum: NetBurner Software
- Topic: Problem with network occasionally failing (MOD 5270)
- Replies: 13
- Views: 11082
Re: Problem with network occasionally failing (MOD 5270)
Posting an update to this problem. We have updated to the latest NNDK (2.4) and the problem still exists. The symptom is that the ethernet receive interrupt function stops being called (as indicated by the counter RxIsr not incrementing, also frames_rx not incrementing) so that no ethernet frames ar...
- Fri Apr 23, 2010 3:40 am
- Forum: NetBurner Software
- Topic: Problem with network occasionally failing (MOD 5270)
- Replies: 13
- Views: 11082
Re: Problem with network occasionally failing (MOD 5270)
Thanks all for your suggestions, I will look into them. For the record, we are using Rev 2.2 so we will upgrade to 2.4 ASAP. When hung the unit does not respond to pings nor Autosetup, nor can it ping other addresses. It can not open a TCP socket to another unit. I have not tried pinging itself but ...
- Thu Apr 22, 2010 4:35 am
- Forum: NetBurner Software
- Topic: Problem with network occasionally failing (MOD 5270)
- Replies: 13
- Views: 11082
Problem with network occasionally failing (MOD 5270)
Hi, We have an application in a solar power plant with around 150 Netburner Mod5270s installed on a network. Every so often, unpredictably, but maybe two or three times a week, one of the units will stop responding to Network traffic. The only way to restore communication is to restart the unit. Whe...
- Tue Dec 16, 2008 11:56 pm
- Forum: NetBurner Software
- Topic: NTP on a local network
- Replies: 2
- Views: 4525
Re: NTP on a local network
Mathieu, I tried your NTP setting tip on my Windows XP PC too, with a MOD5270. I am getting the same failure (although it worked a few times). I found the source for SetNTPTime in Nburn/system/ntpclient.cpp Stepping through this, the function GetNTPTime failes on the line: if(prNtp->Stratum==0) retu...
- Tue Dec 16, 2008 3:19 pm
- Forum: NetBurner Software
- Topic: Problems using EPORT IRQ5 and IRQ7 on MOD5270
- Replies: 13
- Views: 10265
Re: Problems using EPORT IRQ5 and IRQ7 on MOD5270
Thanks. The thing I had misunderstood was the lack of difference between pin number and interupt level. I had thought that these were two independent things, however it seems that EPORT pin n is hardwired to interrupt level n. That means pin 5 is a level 5 interrupt and pin 7 is a level 7 interrupt....
- Tue Dec 16, 2008 1:34 am
- Forum: NetBurner Software
- Topic: Problems using EPORT IRQ5 and IRQ7 on MOD5270
- Replies: 13
- Views: 10265
Re: Problems using EPORT IRQ5 and IRQ7 on MOD5270
Oops, that stuff about the EPORT EPPAR register is wrong, it is actually 0 at startup as expected.
But the rest of the question still stands. Is there a trick to using IRQ5 and IRQ7?
Thanks
Matthew
But the rest of the question still stands. Is there a trick to using IRQ5 and IRQ7?
Thanks
Matthew
- Tue Dec 16, 2008 1:14 am
- Forum: NetBurner Software
- Topic: Problems using EPORT IRQ5 and IRQ7 on MOD5270
- Replies: 13
- Views: 10265
Problems using EPORT IRQ5 and IRQ7 on MOD5270
Hi, We are developing a Netburner application for the MOD5270 that requires 4 external hardware interrupt signals. I have been developing using just two on EPORT pins IRQ1 and IRQ3 and everything works OK. When I try to run the same code using IRQ5 and/or IRQ7, whenever an interrupt is generated the...