LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

write value into the specific cell

Hi to all,

I have a little problem, how can i write a Value into the specific cell? The Value is un txt file looks like this:

 

 

Trendschreiberdaten von ARA-Münsterlingen
Gesendet 2009-02-25 14:00:00
SN95279522_LG 123
SN95279523_LG 456
SN95279524_LG 789

 

and i have to write Value (123) from Device (SNxxxxxxxx_LG) into the Table that have Date (25.02.2009), in Row (Parsingcriteria is SNxxxxxxxx_LG, and that`s not a Problem), and NOW, in Column that have a Haeder defined as a Time (14:00). The Value`s are every 15 min. deliverd and schould be writen in Columns (under the Time defined in Header). In Header are 96 Cell`s where the Time definition is writen (00:15, 00:30, 00:45, ..., 23:45, 00:00). Take look at Attachments.

THX for all your ideas

 

ID 

Download All
0 Kudos
Message 1 of 2
(2,028 Views)
A table is a special form of a string array.  Just update the array and write it to a local variable of the table.
0 Kudos
Message 2 of 2
(2,021 Views)