Citect Scada and MicroLogix 1100

I would like to connect a Micrologix 1100 with Citect 7.5 via ABMLXEIP (updated to latest version). I tried everything and it is still not working.
The Citect and the PLC are on the same subnet and the ping works fine. All the configuration is done as the manual says (I attach the pictures). I have one NIC card and is connected to the PLC. The role is setted to “Server and Control Client”.

The kernel has this error:
[ERROR] [CORE] [0x07fc] [IOServer] [(GLOBAL)] [ErrorLog()][errlog.cpp] [266 ] Error: Channel offline, cannot talk CINIT 0015 PORT1_BOARD1 IODev_1100 Error_in_CMD-2 16 Generic 000021 Driver 00000020 (0x00000014)

Any help would be much appreciated!
Thanks,
Gustavo.

Parents
  • Generic error 21 and driver error 20 mean that the channel is offline (can't establish a TCPIP connection). Could you try enabling the parameter

    [ABMLXEIP]ENIOnlyMode=1? This setting defaults to 0. But might be worth trying. I can't fault anything in your communications config.

    You might want to temporarily disable the firewall to make sure it isn't being blocked by that.

    If still experiencing issues, I recommend enabling logging then contact AVEVA support to help troubleshoot it further.

Reply
  • Generic error 21 and driver error 20 mean that the channel is offline (can't establish a TCPIP connection). Could you try enabling the parameter

    [ABMLXEIP]ENIOnlyMode=1? This setting defaults to 0. But might be worth trying. I can't fault anything in your communications config.

    You might want to temporarily disable the firewall to make sure it isn't being blocked by that.

    If still experiencing issues, I recommend enabling logging then contact AVEVA support to help troubleshoot it further.

Children