Skip to content

Cannot SSH into AXC F 3152 PLC

Hello everyone, hope you are having a good day,

I am having a problem connecting to my PLC controller (AXC F 3152) its IP4 address is 192.168.1.10, my PC IP is 192.168.1.5, the PLC is set in RUN mode, I have also tried to put it in STOP mode and SSH into it but it still does not respond. I tried pinging the controller and it does not respond either. Note: My ethernet cable is connected to the top left port (port X1)

This is the LED status of the controller:

BF-C is blinking red approximately 1 blink every second

BF-D is red without blinking

RUN is green without blinking

D is yellow without blinking

Rest of the LEDs are OFF.

My terminal output is as follows:

ping 192.168.1.10


Pinging 192.168.1.10 with 32 bytes of data:

Reply from 192.168.1.5: Destination host unreachable.

Reply from 192.168.1.5: Destination host unreachable.

Reply from 192.168.1.5: Destination host unreachable.

Reply from 192.168.1.5: Destination host unreachable.


Ping statistics for 192.168.1.10:

  Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),


ssh admin@192.168.1.10

ssh: connect to host 192.168.1.10 port 22: Connection timed out


Does anyone have any suggestions on how to solve this issue?

Thank you so much

Comments

  • edited August 2024

    Hello retrospective,

    according to the LED-status, your controller is in "RUN"-Mode and the application will be executed (no Errors). But I assume the default-IP-Addresses were changed.

    If so, please start from step 2 in the description below or alternatively execute the reset type 1 via the reset button. In this case the PLCnEng project/apps as well as all user configuration will be removed/resettet (see User Manual).

    If the default IP-Addresses are not changed, disconnect the Ethernet cable from the AXCF3152 controller and ensure that there are no additinal devices with the IP address 192.168.1.10 or 192.168.2.10 via "ping"- command (the IP-Address should be exist only once in network).

    1. If other/additional devices were found, please disconnect it and try to connect the AXCF3152 controller via X1-Interface and execute the "ping"-command as described in your request.
    2. If no other devices were found, connect the X2-Interface of AXC F 3152 Controller (it supports DCP, if PN-Controller-service was not deactivated).
    3. Set the additional IP-Address e.g. 192.168.2.199 for the Windows-Network adapter.
    4. In PLCnext Engineer create an new/empty Project for AXCF 3152. Open the Project->Online Devices in the PLANT-Area and search for PN-Controllers/Devices (see Connecting PLCnext Engineer to the controller)
    5. When the controller is foundet you can assign the needed IP-Address for X2-Interface (Default IP-Adddress is set to 192.168.2.10).
    6. In Web Browser insert the IP-Address https://192.168.2.10/wbm and verify/set the IP-Addresses for X1 and X2 Interface (Configuration - Network (plcnext.help)).

    BR Eduard

Sign In or Register to comment.