Webcontrol interface cannot connect
jez
Posts: 7
in AMX Hardware
Hi,
I am doing some testing and do not have a wired TP to hand to am using a simple web control interface using TPDesign3 and running on a NI900 processor. This has been working fine but for some reason it now cannot connect. If you run it up in a browser with the debug pane it shows that the web interface is trying to login but has a timeout after 30 secs.
The web control panel was also showing up as a device in the system list in NetLinx studio but now no longer does so. It does not show up either using "show device" in a telnet session.
The web control TP interface does show up when running the main webcontrol interface up in a browser.
I have no idea what is going on and have tried a number of things. The only thing so far I have not done is a full reset of the processor. Any ideas or pointers would be much appreciated.
Many thanks in advance.
Jez
I am doing some testing and do not have a wired TP to hand to am using a simple web control interface using TPDesign3 and running on a NI900 processor. This has been working fine but for some reason it now cannot connect. If you run it up in a browser with the debug pane it shows that the web interface is trying to login but has a timeout after 30 secs.
The web control panel was also showing up as a device in the system list in NetLinx studio but now no longer does so. It does not show up either using "show device" in a telnet session.
The web control TP interface does show up when running the main webcontrol interface up in a browser.
I have no idea what is going on and have tried a number of things. The only thing so far I have not done is a full reset of the processor. Any ideas or pointers would be much appreciated.
Many thanks in advance.
Jez
0
Comments
Hope this helps,
Jeff
SWITCH(nSomeVar)
{
CASE A_CONSTANT:
{
}
}
All running sweet now!
Jez
Huh? You can only have a numeric constant or string literal in a case so I doubt that was your problem. Unless you are saying you had a constant in the switch expression.
Paul