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.

  • Hello Olivier, thanks for your reply. 

    I tried what you suggested and It is still not working Disappointed

  • Hi  ,

    Sorry to hear you are still experiencing problems. One last thing to try is to connect to the PLC using 3rd party software (could be the programming software or other OPC Server that has correct driver) just to confirm if the problem is environment related or specific to the ABMLXEIP driver.

    The next step would then to be to enable logging:

    [ABMLXEIP]
    DebugLevel=ALL
    DebugCategory=ALL
    LogFileSize = 10000

    Then contact AVEVA support to help troubleshoot this issue further.

Reply
  • Hi  ,

    Sorry to hear you are still experiencing problems. One last thing to try is to connect to the PLC using 3rd party software (could be the programming software or other OPC Server that has correct driver) just to confirm if the problem is environment related or specific to the ABMLXEIP driver.

    The next step would then to be to enable logging:

    [ABMLXEIP]
    DebugLevel=ALL
    DebugCategory=ALL
    LogFileSize = 10000

    Then contact AVEVA support to help troubleshoot this issue further.

Children