Jump to content

Roman85

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Roman85

  1. Yes, you are right, I'm overwriting the data in outputs 0 to 3. I need to implement a loop for 'Num to Bits' for sending all the user selections to output.
  2. Saragani thank you for your help. I'll try to explain... I have array 'Select_Valve[0..3]' (type INT8) and I want to convert each Select_Valve to Bit type in a little time shift. My problem is that it's doing it only to the last Select_Valve.
  3. Hello, I'm using 4 Combo Box in my HMI. Each Combo Box has 4 options and the user choice is stored in a "Select_Valve" array (of type INT8). I convert the value of "Select_Valve" to binary type, and I want to open the valves one after another according to the user selection using "UID_0016 -> Outputs_0:Outputs3" I'm thinking to use FIFO table for storing the user selection and in the end pushing the results to "UID_0016 -> Outputs_0:Outputs3 ". looking for advice, is it possible to implement with just array functions? there is no help, so I don't understand how to use 'Store in Array' function... Thank You!
  4. Thank you, 1. Num to Bits works 2. How to work with 'Copy array Part to array'? I made a bits array size 4 (Valve_Selction), but I can't copy directly to the output of UID-0016.
  5. Hello, I'm using Combo Box in my HMI. My Combo Box has 16 options and the user choice is stored in a tag name "Select_Valve" (of type INT8). I want to convert the value of "Select_Valve" to binary type. In the end, I want to open one of the values according to the user selection using "UID_0016 -> Outputs_0:Outputs3" Thank You!
×
×
  • Create New...