jamie thorndal

MrPLC Member
  • Content count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

About jamie thorndal

  • Rank
    Hi, I am New!

Profile Information

  • Country Denmark
  1. Search a array

    The code is to search efter time i trigger it to do so, this ofc is not made yet in the pictures i showed you. But The main problem is that the "vognID_search = tbl_ordre[0].Vogn_ID only searches the [0] and i need it to search the hole array, the [1] [2] etc. And when they are found then i need to know where to look so i can use the specific arrays part for the info they contain. Do know if this makes any sense, if not let me know and i will try to do better
  2. Search a array

    Hi PLC guys I am in the middle of a project where i am to search a array that look like this (se pic). i need to search it for the element called .Vogn_ID the second one in the tbl_Ordre. There is 50 tbl_ordre containing Vogn_ID I have tried a FSC, but in my expression i can only be allowed to write like this (See pic). The problem, it will only search that array not all the 49 others. Anybody have a idea