bryan_1shirt

MrPLC Member
  • Content count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About bryan_1shirt

  • Rank
    Hi, I am New!

Profile Information

  • Country United States
  1. I have info that needs to be passed to the AS400 from a RS Logix 5000. I am looking to change my switches to accommodate a Virtual Lan system and tie in the system connection. With that, I googled about "opening sockets" to pass information. I am in the woods and lost on this one, and could use some help. Any thoughts.
  2. RSlogix5000 array

    We got it to register like that. Thanks for your help!!!
  3. I want to start off by saying my programming level in satisfactory at best and I need some help. Should get myself to school for this, but don't have the time. I have the following application that I could use some help with: When the equipment sees an "end of strip" input (bool)), I want to push the following down into an array say 100 elements deep. Coil Number (dint) Heat Number (dint) Coil Footage (real) # of prime pieces (dint) prime length (real) # of scrap pieces (dint) scrap length (real) Bundle Number (dint) All I want to do is populate this array at this time. Thanks for the help.