Search the Community
Showing results for tags 'array'.
-
Hello, I want to copy the first column of my DTI in an array. The column type is STRING-ASCII. But it seems i canot create an array of STRING. I am right, or i am missing somthing ? I'm starting to thing that a STRING, is alreay a kind of array. Thank you.
-
I've seen a couple of examples explaining using the .net library to read/write multiple MI's/MB's during a single call is it possible to read discrete I/O, Counters, Timers as well as MI/MB/DW/MF/ and SB in one call to the PLC using the .net library? Could you provide an example of the function, and then is there detail of the array structure that's generated on the PC side. Thanks -a
-
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!
-
I'm working with getting names from a DT on the screen, and I got the folowing: read name from dt, row offset in string1 read name from dt, row offset +1 in string2 .... read name from dt, row offset +14 in string15 next page = offset + 15 reload. This way i can skip through the DT and show all values, but now I got a strung with 15 times almost the same code. The problem is that there isn't a array[string] with which it would be possible to make a loop. If there would be an array[string] then i could save at position [offset] and next time [offset +1], but now i need another name thereby I't isn't possible to make a loop. Any ideas?
-
I am looking for help with array instruction set. I need build an array with 500 columns and 10 rows. I need to make it so the operator can search by info in the array. is there a manual on the instructions on the different array instructions.