Author Topic: Siemens "LOGO" 12/24RCEo  (Read 516 times)

larryhts

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
Siemens "LOGO" 12/24RCEo
« on: March 30, 2022, 07:38:01 AM »
Has anyone tried to use AHMI to connect to a Siemens LOGO 12/24RCEo PLC? The s-7 driver will not work so far????

Thanks Larry

Noe

  • Full Member
  • ***
  • Posts: 205
    • View Profile
Re: Siemens "LOGO" 12/24RCEo
« Reply #1 on: March 31, 2022, 06:47:28 PM »
Try using ModbusTCP server in Siemens. If you have to transfer something different than integers, you will have to write some code to convert data, depending on the format. It works pretty well.

larryhts

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
Re: Siemens "LOGO" 12/24RCEo
« Reply #2 on: April 01, 2022, 05:52:38 AM »
Try using ModbusTCP server in Siemens. If you have to transfer something different than integers, you will have to write some code to convert data, depending on the format. It works pretty well.

Thanks for the reply.  I am just testing. I will give the modbusTCP a try tonight.

Larry

larryhts

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
Re: Siemens "LOGO" 12/24RCEo
« Reply #3 on: April 01, 2022, 02:34:37 PM »
This is not easy to find the right addressing, I have tried the siemens addressing. Error "Invalid first digit in address"
Tried the AHMI 10001 or 40001. Error "Time out"
Laptop = master  Siemens "LOGO" = slave.  Looking for some example of addressing. I will post if I find the trick.

Larry

larryhts

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
Re: Siemens "LOGO" 12/24RCEo
« Reply #4 on: April 05, 2022, 08:55:55 AM »
Got it working.  The Siemens Logo needs to be set as the Server and then the addressing is normal for the AHMI.

Inputs = 00001 - 00024  Outputs = 08193 - 08212
Holding Reg   = 40001- 40592

Larry
« Last Edit: April 06, 2022, 06:45:45 AM by larryhts »