Hi Alec,
in addition to smercurios tips I would:
- collect data to a reasonable string size of (let's say) 4kb instead of writing 9 bytes in each loop iteration
- use "format into string" with format string of "%08x," and one "write to file" instead of your formatting function and two writes to the file
- get rid of that sequence structure, it's not needed here!
If the computer is a modern one you can also create the string in RAM and just write once to disc (100.000 times 9 bytes gives a file of ~900kb size - quite easy to handle nowadays).
Message Edited by GerdW on
01-10-2008 04:16 PM
Best regards,
GerdW

using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019