GP81

MrPLC Member
  • Content count

    6
  • Joined

  • Last visited

Community Reputation

0 Neutral

About GP81

  • Rank
    Newbie

Profile Information

  • Country United Kingdom
  1. FFL Instruction

    Thanks for the reply, I realized that this was a little overkill for the task so I managed to do it another way.
  2. The Cognex Dataman is a great reader, comes with the Bradley AOP and programme examples... I used one on a project and it takes literally minutes to configure and read back data from
  3. FFL Instruction

    Sorry! Here's the file
  4. Hi, I have a few rungs within my programme where i wish to cycle through a number of array elements [40] and compare these to another array when there is a match i have used the FFL to move the current array element into another temporary array. This is working in a fashion; in so much that the program will cycle through and identify the match and shift the data to the desired array, however only one matching element will be moved. Please can anyone point me in the right direction? I've attached a screenshot below
  5. RSView Studio

    Thanks, I ended up using the pop up method rather than a list box entry.... this seems to be working
  6. Hi, I am looking for some guidance with the following issue: I wish to have multiple entries in a selection list on a Panel View for things such as: 1.Steam 2.Air 3.Water 4.Manual Now this will be passed through to the PLC (L35E) as an INT.... this bit is easy enough to do, however depending on other process parameters I would like to hide selections from the operator so that they may only be able to pick 1.Steam and 3.Water for example in one instance or 2.Air and 3.Water in another... Is there any way i can configure Visibility properties for each entry on the list? Fingers crossed!