penguin0456

MrPLC Member
  • Content count

    1
  • Joined

  • Last visited

Everything posted by penguin0456

  1. Hello,   So I am kind of stuck on how I should handle this issue. I have a project I am working on, this machine is indexing a part, and every so many degrees it triggers a camera to check the part. When the trigger is done, I am BSR the BOOL results into a DINT, this gives me the data results from the part. I plan to display this on a HMI, and send it up to the network to log the results. The main issue I am having is because of how I designed this machine, I cant start at feature one on this part. so I start in the middle of the part and index around. For this to make sense to a operator or someone looking at the data on the network I need to be able to re arrange the data, for example. the features that are BSR are 2, 1, 8, 7, 6, 5, 4, 3.  and I need them to be 1, 2, 3, 4, 5, 6, 7, 8. I have multiple parts I'm running in the machine, so the exact order will change per part.(this is just an example)   Thanks, Tim