LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write the elements to array

A lot of thanks for this explanation. Some things what do u write here i have known, but it's "%[^=]=%f " was realy surprise for me. I try to repeat  you program, and now I think that the "scan from string function" it's very helpful in my issue. Thank you again, but I have some problem with the case of writing numbers in the array, I mean i cant to do cycle that allow me write parameters of temeprature (in your example it was 36) in the 1-D array. Could u explain this moment.

0 Kudos
Message 11 of 13
(1,135 Views)

Hi GerdW,

 

U re right, Now I see, that i'm realy dont think about dataflow, and the values dont keep from the previous iteration. If it isnt hard for u, can u explain how will I have to create the cycle that allow me to keep the data values and write them.

0 Kudos
Message 12 of 13
(1,133 Views)

To retain values from previous iterations you need shift register. Learn more here: http://www.ni.com/getting-started/labview-basics/shift-registers

-Also this about feedback : https://zone.ni.com/reference/en-XX/help/371361G-01/lvconcepts/shift_registers_feedback_node/

Thanks
uday
0 Kudos
Message 13 of 13
(1,127 Views)