Author Topic: Comminucating with a Logix5561  (Read 1471 times)

secplc

  • Newbie
  • *
  • Posts: 5
    • View Profile
Comminucating with a Logix5561
« on: September 25, 2015, 10:10:40 AM »
I just started an AdvancedHMI ver399 project for a Logix5561. It has the IP address of 172.16.2.131, but through a Backplane (see RSLinx picture below.) RSLinx shows it as active, I can go online with RSLogix5000 (ver20.01) & I can Ping it successfully.

In AdvancedHMI I put the right IP address in the "EthernetIPforCLXCom1" driver (see picture below) but when I debug all values show as errors & none of the pushbuttons work.  (Had RSLogix & RSLinx offline when trying to debug, so it wasn't a communications interference problem)

Do I have to somehow direct it to the processor through the backplane?

Is this the correct driver?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5268
    • View Profile
    • AdvancedHMI
Re: Comminucating with a Logix5561
« Reply #1 on: September 25, 2015, 11:12:33 AM »
Are you using controller scope or program scope tags? What are you putting in PLCAddressClick and PLCAddressValue?

secplc

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Comminucating with a Logix5561
« Reply #2 on: September 25, 2015, 11:40:13 AM »
I'm using the tags used in the ladder (I'm not real experienced with RSLogix5000 - been doing RSLogix500 for years, so Tags are relatively new to me.)

Pictures below show Click & Color2 tags & line of code in RSLogix5000 that should be selected with this pushbutton command (to monitor rectifier power supply 8-F.)

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5268
    • View Profile
    • AdvancedHMI
Re: Comminucating with a Logix5561
« Reply #3 on: September 25, 2015, 01:00:30 PM »
You will need to check in your Controller tags and your Program tags to see where they reside. If they are in the Program tag section they need to be addressed differently b

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5268
    • View Profile
    • AdvancedHMI
Re: Comminucating with a Logix5561
« Reply #4 on: September 25, 2015, 01:59:40 PM »
If your tags are program scope, see if this thread helps:

http://advancedhmi.com/forum/index.php?topic=315.msg1107#msg1107

secplc

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Comminucating with a Logix5561
« Reply #5 on: September 25, 2015, 04:03:38 PM »
Archie,

I tried like the other thread showed, but don't know what the proper "program name" is. I tried the ladder file name,  but that didn't work. Or does it want the name of the RSlogix project?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5268
    • View Profile
    • AdvancedHMI
Re: Comminucating with a Logix5561
« Reply #6 on: September 25, 2015, 05:17:39 PM »
PROGRAM:General_Controls.tagname

secplc

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Comminucating with a Logix5561
« Reply #7 on: September 25, 2015, 06:04:53 PM »
Archie,

Thanks.  Like I said ControlLogix is new to me.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5268
    • View Profile
    • AdvancedHMI
Re: Comminucating with a Logix5561
« Reply #8 on: September 25, 2015, 06:13:10 PM »
Let me know if that work for you

secplc

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Comminucating with a Logix5561
« Reply #9 on: September 26, 2015, 09:47:08 AM »
Archie,

Once I put the right name in (& they started running the line) it works great.

Now I have a wireless maintenance HMI on my laptop (just have to connect a WiFi router to the control panel when I want.)