Hi, I have a PLCNext starter kit and tried to follow the instructions described here : https://www.plcnext-community.net/images/Articles/Installation-and-start-up-of-the-AXC-F-2152.pdf I had to change the default IP adres on the device from 192.168.1.10 to 192.168.0.10 (by SSH-ing in the machine and changing the /etc/network/interfaces file) in order to connect it to my network. After a reboot I can access the web interface and SSH on 192.168.0.10 from the computer that is running PLCNext Engineer. With PLCNext Engineer however I am unable to connect or scan for devices. Here’s what I did :
* Create a new PC Worx Engineer project by choosing the "Empty AXC F 2152 project" template on the start page. * Double-click the 'Project' node and specify the range of possible IP addresses for the project in the 'Settings' editor. 2. * Configure the IP address of the AXC F 2152: in the PLANT view, double-click the controller node and open the 'Settings' editor. Make sure that the IP address assignment mode is set to 'manual' and enter the correct IPWhen I try to connect I get the error “unable to connect to controller” and in the logfiles I see this :
21.01.20 13:18:53.173 CommonRemoting INFO - Accepted connection #0: connectionId=0089D528, 192.168.0.194 → 0.0.0.0:41100
21.01.20 13:18:54.314 CommonRemoting INFO - Connection was lost remotely, connectionId=0089D528
21.01.20 13:18:54.315 CommonRemoting INFO - Closing connection: connectionId=0089D528Also the scanning feature doesn’t seem to show up anything. Do I need to specify the username / pwd somewhere ? What am I doing wrong ? Also, what is the difference between PLCNext Engineer / PCWorx Engineer ? In the documentation and online I see lots of references to PCWorx Engineer but I always end up at the PLCNext Engineer download page.