Guzz

MrPLC Member
  • Content count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Guzz

  • Rank
    Hi, I am New!

Profile Information

  • Country Netherlands
  1. I received an answer on the allen-bradley support forum: He included a link but it doesn't seem to work: https://rockwellautomation.custhelp.com/app/answers/detail/a_id/675525 Topic can be closed.
  2. You could also use a timer and increase the index every time it elapses, in this case you wouldn't use a for loop.
  3. Hi all, This is my first post here, I read through the FAQ, searched the Allen-Bradley forum and this one for my question but couldn't quite find what i was looking for. My main questions is: Is it possible to programmatically change the service code of a MSG instruction?  It is possible to change the class,  instance and attributes but the application I'm currently writing would be a lot simpler if all I had to create is one instance of the MSG block (and its data) . The only thing stopping me is the service code.   Edit: I'm using a CompactLogix 5380-L306ER   Any input is greatly appreciated!