lighting emulator
Hi Everybody ,
I am in the Middle Of AMX ACE exam ,and I am doing well with the code just I have a issue with Lighting Emulator
I can't connect with the lighting Emulator ,to check the feedback of my code .
in the Notepad for the Emulator they mentioned that :
"The lighting emulator does not attempt to connect as it is a server application and is waiting for the NetLinx master to connect on TCP port 24 "
I already Open ip_CLIENT ,but still con't connect ,
Please Advise me If anybody face like this ,your help is highly appreciated
I am in the Middle Of AMX ACE exam ,and I am doing well with the code just I have a issue with Lighting Emulator
I can't connect with the lighting Emulator ,to check the feedback of my code .
in the Notepad for the Emulator they mentioned that :
"The lighting emulator does not attempt to connect as it is a server application and is waiting for the NetLinx master to connect on TCP port 24 "
I already Open ip_CLIENT ,but still con't connect ,
Please Advise me If anybody face like this ,your help is highly appreciated
0
Comments
Firstly, since this is your exam we probably shouldn't help as that would be cheating.
However, you should double check all your parameters in the IP_CLIENT_OPEN command. Another thing you should do is log into the master with a telnet client (like PuTTY) and turn "msg on" messages on and see what (if any) errors are being thrown when the master tries to connect to the fake lighting processor.
Also, your examiner should help you with technical problems on the exam.
Windows does it's best to obstruct productive work whenever possible.
See if you can telnet to the emulator from another PC, you won't be able to do anything but you'll know if it accepts a connection. If it accepts a connection then it isn't the firewall and it's your code, otherwise it's an IT issue so ask support.
It could be a Java issue, the emulator was written on a stone tablet and Java has changes it's core security principles monthly.
Ha! I'm never that confident of my code. I test everything.