01-09-2017 08:53 PM
Recently, I'm using LabVIEW STDF library. My purpose is very simple that read out certain record from STDF file and make some edits , then store the change back. I found it's hard to use the current STDF library to only check out the record I want and only store the change back.
I have no choise but to read all content and store all of them back whatever changes I make.
I attached my code and example stdf file. Hope anyone can give me better idea.
main VI is "Edit STDF File.vi"
stdf file is " DEMO.stdf "
Thanks.
01-10-2017 07:19 AM
A search of the LabVIEW Forums finds STDF-Standard-Test-Data-Format-IO-Library, which might be helpful.
Bob Schor
01-17-2017 03:30 AM
Hi Bob,
Sorry to reply so late. I saw this web page long time ago. It just can't help me on this issue.