NI-4100 problem
cristibad
Posts: 69
in AMX Hardware
Hello!
I have a big problem with my ni-4100 controller. It loses the connection with the touch panels and also 5 minutes after reboot i can't connect with telnet...very big problem. How can i solve it?
I have a big problem with my ni-4100 controller. It loses the connection with the touch panels and also 5 minutes after reboot i can't connect with telnet...very big problem. How can i solve it?
0
Comments
Are you running Duet modules?
If its a leak in the code, try compiling without the EIB module - do you still loose IP connections, if yes then there is something in the master code that is eating mem, otherwise its with the EIB module / UI code. It could also be overrun with messages / feedback.
What is your Volatile Mem, NonVolatile Mem & Duet Mem?
volatile free:34578072
nonvolatile free:1045560
disk free:118964224
duet memory free:2484232
partition1:2484232
bytes
result:
the following urls exist in the url connection list
->entry 0-192.168.1.200:1219 ip=192.168.1.200 state=lookingup ip
yes, .200 is de master's ip...how do i remove it?
Thank you!
set ethernet mode 10 half
set udp bc mode 0
I've found they are not always necessary (tremendously helpful when they are!), but it definitely does not hurt and it can eliminate a service call down the road.
(Only use "set udp bc mode 0" if you are not using the "Auto" feature to connect the TP to the master (who uses this anyway??))
Here's a link to the thread:
http://www.amxforums.com/showthread.php?t=3834
--John
I changed the network cables, switches, routers, aps..nothing happened. After a period of time the master loses the connection. The green led from the rj-45 stays on, but the orange one in off after the problem occured.
Any ideas?
Hope this helps,
Jeff
So i just figure out the the problem is with network traffic.
I have some bad code but I just found a way to solve it.
I will try this and see if it works.