I need to write data(0s) to more than 100 tags over the span of 10 years. I only need one value per day, but that is still over 3500 values per tag.
PiImport will take too long, so I'm using piexam32. I populate the Timestamp column with a date per cell for 10 years, the Data Item column with the same tag and 0s in the Value column. Rinse and repeat for each tag.
Is there a simpler way to do this? Maybe one where I state the time range in a cell then reference it to have the data written for all the tags?
Edit: PiImport actually writes the data faster. I guess I'm just looking for a way to set this up and go to bed so I don't need to make any input until it is done