Let me double check my code thoroughly before I post it. I have placed a boolean condition that tells the code not to write anything to the text file during a certain fault condition (when this fault condition goes true, the program starts writing a fault text message over and over). That boolean is the only thing that could encourage the program to not write any data to the text file.
However, in the program I'm currently running, I have that boolean variable forced into a constantly false value so data is always written, regardless. I don't see how the boolean could ever be set to true to make the program not send any data, but Lord know I've missed enough stupid mistakes in this code before. But I set that boolean variable to always false in case that was what was causing the program to not write any data. But I'm still seeing instances of the data not being written.
If I still don't see how/why it's skipping data after looking over it a bit, I'll post my code and let you guys take a peek at it.
In other words, let me make sure I didn't do something stupid and embarrass myself again on here.
🙂
********************************************
Amateur programmer for over 10 years!
********************************************