ct8356

MrPLC Member
  • Content count

    52
  • Joined

  • Last visited

Everything posted by ct8356

  1. For example, I am in a function block, and one of the inputs is an element of an boolean array (call it booleanArray[12]), I want to ask the element what its position is, so that I can move this integer into another variable. Is this possible?
  2. I did. I created a variable in the global symbol table, and in the program symbol table, but I could not see either of them from inside the function block (I tried inserting an external variable, and the classic ones like P_On showed up, but not the variable I created). Is there a step that I am missing?