Author Topic: "Invalid SLC/MICRO Address  (Read 1441 times)

ceilingwalker

  • Newbie
  • *
  • Posts: 1
    • View Profile
"Invalid SLC/MICRO Address
« on: October 05, 2015, 04:14:49 PM »
Hello, I am trying to use a CLX with an L31 over Df1-1 and am getting an error displaying "Invalid SLC/MICRO Adress". I made sure Linx is not running. I watched your RSL5000 demo on youtube however, it is using an Ethernet connection. I was able to successfully use a SLC500 and kick the tires a little. Very impressive HMI program. Thank you

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: "Invalid SLC/MICRO Address
« Reply #1 on: October 05, 2015, 04:41:39 PM »
DF1 is a protocol that only supports PCCC style addressing, such as N7:0. In order to use PCCC commands with a ControlLogix, you must use the PLC/SLC Mapping feature in RSLogix5000.

To do this, in RSLogix 5000 you would create an array of INT and name the array N7. Then go to Logic->Map PLC/SLC Messages and create a map pointing to file 7 and set the tag to N7

This will now make the processor accept and respond to PCCC (DF1) messages that read/write to the N7 file.

This is only a limitation with DF1. If using the EthernetIPforCLXCom driver, you can directly access any of the tags by name.